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.
In the first part of this series, we introduced ourselves to the concept of web scraping using two python libraries to achieve this task. Namely, requests and BeautifulSoup. The results were then stored in a JSON file. In this walkthrough, we'll t...
Starting on programming can be very exciting but at the same time scary. A lot of times I've come across articles and people highlighting the importance of having a mentor to help get your foot in the door in the industry. However, not everyone is...
This is the process of extracting information from a webpage by taking advantage of patterns in the ...
In my journey into being a software engineer, nothing had plagued me more than impostor syndrome. Especially at the beginning of my journey and even now, to a certain extent. Thankfully, I am managing to fix that. Some of the
Hey there I was inspired to write this post based on my experience trying to move my deployments to use docker, particularly for django applications and couldn't get a comprehensive place/article that covered what I needed.Hopefully this article w...
the story was originally posted on my personal website. This post has been a long time coming and it...