19 followers
Technical writer
Have you ever wondered what happens under the hood when you type a website address and it “magically“ appears on your device within seconds? Every...
In Golang (Go, for short), arrays and slices are fundamental data structures that allow developers to efficiently store and manage collections of...
In programming, two primary ways to handle tasks are synchronously and asynchronously. Synchronous programming is a form of programming that lets you...
As someone who loves reading, I sometimes struggle to decide what book to read next. I once had to go through all the books my bookseller had in store...
Django is a high-level web framework that supports building robust applications quickly and efficiently. One of its notable features is its support...
Have you ever seen a public API that only allows users to make a certain number of requests per minute or month? That API implemented something called...