8 followers
Linux enthusiast. I code, read, and stay exceptionally weird.
Subscribe to my newsletter and never miss my upcoming articles
Deployment day, and it's Django. Where to start. We got a server we can SSH into, we got our code and endpoints - if any- ready to be consumed. Right here, we are going to look into the best practices in terms of developing our backend applications, ...
Hurrah and a wonderful time to be back from where we left off! What a break it is we've taken. Having taken the time to plug and play - to recharge and reconnect with those around us. Well worth it! I hope the same has applied to you too! To the sub...
Speaking of Christmas trees, let's shake one-two before the carols - like our fathers and their fathers before them. Literally. Now, when it comes to data storage, using linear structures, be it linked lists and arrays or even stacks and queues, we ...
Ohh...I know. Trust me I know. All this talk about non-primitive data structures without stacks and queues? Impossible. How would we ever? We've already covered lists and gotten linked lists under our sleeves. Still unfamiliar? Go ahead with this pri...
On our first set of data structures, we get into the definition and scope of non-primitive structures. Have a look at the previous read on The Power of Data structures in case you feel a little lost. Right off the batt, we define what it means to be...
A trip down memory lane avid reader. Let's take a walk through the core of it all: data structures. What are they and why are they so important? A 'hello' to a reader that might have missed our talk on Memory management, where we delved into what hap...