Posts
My surreal experience with COBOL
I was feeling curious… So, I decided to challenge myself and try to learn a bit more about COmmon Business-Oriented Language aka COBOL, invented in 1959 by IBM. It’s not the most popular among programmers, being extremely old and with huge limitations compared to today’s modern …
First time with Tailwind CSS: showing off my books!
I’m back with another post, this time exploring a new CSS framework, Tailwind CSS!
In the previous months I started using Angular and Typescript for some small web apps and dashboards, but I always found CSS management cumbersome. I could spend hours tweaking font-size and align-items …
My Personal Airflow - How I'm monitoring my scripts with Python, Appsmith and SQL Server
Here’s the story of how I created my first full-stack project for monitoring my daily activities, using Python and SQL Server in backend and Appsmith for the GUI. I have a lot to learn and process yet, but hey, it’s a start.
😟 The Problem
There are scripts I’m using that are …
Using a Neural Network for sending memes to my girlfriend
Well, my GF’s tastes in memes are simple: she loves wholesome memes and, most importantly, she loves animals.
That’s why I created a fun little project that:
- Surfs the subreddit r/wholesomemes using the reddit API
- Downloads a few of the hottest memes in the contents folder
- Initializes a …