When developing django projects, there comes a need to write one-off scripts that automate a particular task. Here are some use cases I've found myself applying before we continue with the implementation.
Multi-tenancy is an architecture in which a single instance of a software applicat...
I'm really excited to finally launch my new website 🥳. It's been a labor of love and in terms of growth, I must say I really enjoyed working on it. For the tech stack, I went out of my comfort zone as I am majorly a backend developer. So I used t...
Over the last few months, I've been asking myself what it means to be a great developer. Having looked at countless posts and from my own life experiences. There're a few myths I've come to debunk.
When working with the python interactive shell, you may end up having a cluttered screen. For Windows and Linux users, one can run cls or clear to clear their screens. But this doesn't seem to cut it while working in the ...
cls
clear
In the first part of the intro django rest framework, we set up the project and did an overview of what the project is all ...
Hey there, I'd like to introduce you to making web APIs with the popular python web framework, Django.
You've probably heard that the best way to learn is by doing. So in this walkthrough, we'll be building a RESTful API with Django and the...
I started making my portfolio site as a means of getting out of tutorial purgatory that had plagued me for a long time. True to the statement above and as it has been widely preached, getting your hands dirty by building a real-world project is a ...
In the first and second part of this series, we've introduced ourselves to web scraping and the techniques one can apply to achieve this task. We did so with BeautifulSoup and selenium python libraries. Check them out if you haven't yet.