Posts

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:

  1. Surfs the subreddit r/wholesomemes using the reddit API
  2. Downloads a few of the hottest memes in the contents folder
  3. Initializes a …