Sal Rahman · @manlycoffee
112 followers · 1528 posts · Server techhub.social

Question for people who have written hypermedia APIs or any API that link to other endpoints on the same backend:

what patterns have you used, or are currently using?

My biggest concern is, if an endpoint needs to change, how do I ensure that the links in the API responses also reflect the change in the endpoints?

#api #backend #backenddevelopment #softwaredevelopment #programming

Last updated 1 year ago

kariscodes · @jkariukidev
3 followers · 11 posts · Server fosstodon.org

Django's function-based views may be used to process any kind of HTTP request and provide a response. Additionally, they can be used to render templates, perform page redirects, and generate exceptions.
💫💫
By giving an HttpRequest object as a parameter to a Python function that outputs a HttpResponse object.
💥💥
Learn more from my YouTube Django tutorial and additionally, from the official Django documentation.

#html #webdevelopment #backenddevelopment #python

Last updated 1 year ago

Sal Rahman · @manlycoffee
82 followers · 1137 posts · Server techhub.social

Have you ever written a custom data store that you released to production, before?

While most developers will store things in off-the-shelf DBMSes, such as MySQL (and alternatives), PostgreSQL, MongoDB, Cassandra, but sometimes, I suspect some problems may call for writing a custom DBMS from scratch.

I don't know what those problems are, this is why I'm asking.

(If you are the author of an off-the-shelf DBMS that people outside of your organization are using, I know it's tempting to answer, but I prefer people who had to write a custom solution.)

#backend #backenddevelopment #dbms #databases #data #datastorage

Last updated 1 year ago

Sal Rahman · @manlycoffee
73 followers · 1040 posts · Server techhub.social

I might be wrong, but K-sortable IDs are just a fancy word for "IDs that are not just an auto-incrementing counter".

Thoughts?

#softwaredevelopment #distributedsystems #backenddevelopment #softwarearchitecture

Last updated 1 year ago

DrupalAsheville · @drupalasheville
5 followers · 32 posts · Server mstdn.social

The call for session proposals is open for @drupalasheville for two more weeks.
All the information regarding session submission is available at buff.ly/2FyfuoG.

#projectmanagement #DevOps #frontenddevelopment #backenddevelopment #Community #OpenSource #drupal #dcavl

Last updated 2 years ago