pageIndex = 0 outOfVisibleViewPort = false
Contents of a TypeScript file

Simplify your ifs in JavaScript and TypeScript

Code quality, is that something you take care of in your everyday tasks? I do. But sometimes, it is not simply just about saving keystrokes or a number of characters. Let’s dive into it

pageIndex = 1 outOfVisibleViewPort = false
Architecture diagram of WordPress on Azure's app service

How to migrate a WordPress site to Microsoft Azure

I did a migration from InMotion shared hosting to Microsoft Azure in 2023 for a non-profit organization in the US. I learned a lot as a first experience with Microsoft Azure. Here is what I learned and how it went.

pageIndex = 2 outOfVisibleViewPort = false
Contents of the "vite.config.ts file

Using path aliases in a Vue.js project

The developer experience on Vue.js projects can greatly improve using a simple configuration. Here is how you will make sure your imports are not relatively declared.

pageIndex = 6 outOfVisibleViewPort = true
A .NET 8.0 made by myself

What’s New With .NET 8 and C# 12

Below is a comprehensive summary of the most important updates of .NET 8, released on November 14, 2023 as a Long-Term Support (LTS) version.