They shifted what wasn’t the right fit for microservices, not everything.) Day 6: Finally, code something. (Can’t wait to see how awesome it will be this time!!) What I learned today: Building a ...
My first instinct was to build one FastAPI app that does everything: Scrapes jobs; Analyzes profiles; Matches candidates; Finds emails; Ship ...
Going to the database repeatedly is slow and operations-heavy. Caching stores recent/frequent data in a faster layer (memory) ...
A single server setup is where everything runs on one machine—your web application, database, cache, and all business logic.
Many times before, I have tried to take up a lot of challenges to build stuff in public and learn in public. I did end up finishing the projects and learning the things I planned to. But I am never ...
An array is not useful in places where we have operations like insert in the middle, delete from the middle, and search in unsorted data. If you only search occasionally: Linear search in an array or ...
This beginner-friendly guide will walk you through Tkinter’s ScrolledText widget — step by step with code, clear explanations, and some fun along the way.
What is a Scrollbar in Tkinter? Scrollbars in Tkinter are those little bars that help you scroll when content overflows. Imagine you have a huge list or a long text area. If it doesn’t fit in the ...
Tomorrow, we’ll build a full Rich Text Editor with bold, italic, font styles, colors, links—you name it. But first, let’s master the basics.
But suddenly, it’s all looking like spaghetti. Let me introduce you to your new best friend: Frame. It helps you keep your layout neat and organized—just like folders on your desktop.