26 followers
I'm a full-stack developer with focus on PHP, Node.js, Serverless and AWS.
In the previous post, we talked in detail about queue systems and why they're essential in scaling applications. Today, we'll take it a bit further....
Today, I'm on a queue trail, Ok? The word "queue" is used everywhere. It has all kinds of meanings in the real world and even in the world of...
Today I want to talk about one of my favorite plugins for prototyping Javascript in visual studio code: Quokka.js. Quokka.js is a rapid prototyping...
In the 19th century, Le Corbusier, a French architect, made public a visualization that changed how we live. Image credit citylab.com This plan...
A linked list is a collection of nodes connected by pointers. In a singly linked list, each node contains a value and a pointer to the next node. ...
Go is a statically typed, compiled programming language designed at Google, an open-source project, hosted on a GitHub repository. It's a modern...