One Thing I Love About Laravel
Up next
Recommended Episodes
I’m a big believer that database systems share similar core fundamentals at their storage layer and understanding them allows one to compare different DBMS objectively. For example, How documents are stored in MongoDB is no different from how MySQL or PostgreSQL store rows. Ev ...
Fundamentals of Database Engineering udemy course (link redirects to udemy with coupon) https://database.husseinnasser.com Shopify posted a blog on tips to for scalable payment system, one tip peeked my interest related to switching from UUID to ULID. I explore t ...
From the frontend through the kernel to the backend process There is so much more happening before a request is ready to be processed, mos ...
When we send a request to a backend most of us focus on the processing aspect of the request which is really just the last step.
As explained in this piece, "A headless CMS is a back-end only content management system (CMS) built from the ground up as a content repository that makes content accessible via ...