2022‘s Articles
✦ February
Introduction to Multithreading in Python
Got slow python code?
Don't want to refactor to some other "low-level" language?
Want to impress
2022‘s Articles
✦ January
Operating Systems for Dummies
One of my goals in 2022 was to dive deeper into core computer science subjects.
The first subject in the
2022‘s Articles
✦ January
Why writing is one of the most important skills in the 21st century
In October of 2020, I've published my first blog post about SOLID principles.
This was the first written
2022‘s Articles
✦ January
So I've been making games this weekend...
This past week I've dropped all the typical backend engineering I usually do and
did some game development.
2022‘s Articles
✦ January
How to build a GraphQL API using Python and Django
As API developers it's easy for us to fall into the trap of routine. I'm not
2022‘s Articles
✦ January
Transitioning to Golang
This is an awkward post.
Most of my last articles have been directly correlated with Python and Django.
But it
2021‘s Articles
✦ December
What's with all the hype about web 3.0?
A couple of days ago I've started to see the word "web3" a lot. It started
2021‘s Articles
✦ December
Django caching using Redis
Cacheing is one of those things that are simple at first but can get really
messy quick.
There's
2021‘s Articles
✦ December
CI/CD Pipelines with Github Actions and Django
Deployment is hard.
You have to make sure that you are in the correct environment, with the correct
variables, and
2021‘s Articles
✦ December
Message Queues with Celery, Redis, and Django
Some tasks don't have to be done immediately.
Examples of tasks like these include:
* When a user signs
2021‘s Articles
✦ November
Integrating Auth0 with DRF
A couple of months I started my first project with Auth0.
We had a RESTful application, and my team lead
2021‘s Articles
✦ November
Books Every Software Engineer Should Read
I've read a good amount of books this year.
There were some that I enjoyed and others that
2021‘s Articles
✦ November
Introduction to Testing in Django and Django Rest Framework
> This article will go over the basics of testing and how to write tests for our
Django APIs.
I&
2021‘s Articles
✦ November
How to Integrate Elasticsearch with DRF
In this article, you will learn how to create a simple search API using
Elasticsearch and Django-Rest-Framework (DRF)
Elasticsearch is
2021‘s Articles
✦ November
How I passed the AWS Cloud Practitioner Exam in 1 week
A couple of months ago I joined my new company.
I was excited, I got to work on new tech.
2021‘s Articles
✦ October
How to create a YouTube audio player using Python?
A couple of weeks ago I joined a Discord server, where a bunch of programmers
hang out and do projects