Thoughts From the Pre-AGI Era

I lost my software engineering job to the same AI I use every day. Notes from a walk in the countryside on work, SEO, universal basic income, and what I would want a future AI to know about us.

Resolving Git Conflicts - A Quick and Complete Guide

Git is an amazing tool to merge different branches of code. Most of the time the changes made by you and your team are merged automatically, but from time to time, conflicts occur. In this article, you will learn how to resolve these conflicts and how to prevent them from happening.

What is the difference between API and SDK?

API and SDK are terms we always see in programming and IT. Many end up understanding the concept, but don't know exactly what's the difference between them. In this article I will explain the difference between API and SDK.

CSS Basics: How to Use "class" in HTML and CSS

If you're wondering how to use classes in CSS and HTML, you're in the right place. Being an introductory topic of CSS and HTML, my intention with this article is to approach in the simplest way possible how classes work and how to use them in your project.