
Have you ever had to run a CI/CD pipeline that is triggered by a commit, when
there is no code changes to be commited?

New year, new blog! After delaying the publication of my blog for a long time, I finally finished developing it using Next.js, PocketBase,…

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data, developed by Facebook in 2012 and…

In computer science, a first-class citizen is an entity that supports all operations available to other entities. Some of the available…

A remote procedure call (RPC) is a mechanism of communication between two computational environments, where one can be identified as a…

Recently, I created a package with the ESLint settings I like to use in my React projects, as I was tired of always having to configure it…

Have you ever faced the situation where the layout of your beautifully crafted interface "breaks" if the image (depeding on the quality of…

Most of the work needed to create custom HTML elements that fit the design system of your company resides styling and adding your own…

Have you ever needed to create an EditorConfig to your programming projects but can never remember all the options you can use? Worry no…

YouTube videos (along with all modern video implementations on the web) uses the HTML5 video element. This new media tag implements the…