
Programming
Programming: It's not m a g i c ✨, but it might feel like it when you make things work.

This is not evolution. This is compression.
AI doesn't replace people who know how to work — it replaces the old way of working of those who refuse to evolve.

Create aliases for commands on Windows
tf plan, tf apply... are they terraform?!

Fix duplicate files caused by case-insensitive naming
Tricky, isn't it?!

Optimize website performance with WebP and AVIF image formats
Are you using WebP or AVIF?

How to embed Youtube Shorts with embed code snippet?
Easy, just need the ID

Three common normal forms in a nutshell
1NF, 2NF, 3NF

Primitive types in JavaScript
7 types so far

Create an array with n elements in JS
n = 3 => [1, 2, 3]

Verify Browser Compatibility: HTML5, CSS3, JS
Can I use something?

Build a dictionary app with Next.js and Free Dictionary API
Kind of a small app
