My Learning Curve

Feed

30 seconds of code

Latest entries from 30 seconds of code.

Source: https://www.30secondsofcode.org

List all Git aliases

Jan 7, 2026

Did you set up a lot of Git aliases and forgot what they are? List them all with this command.

The virtues of pair programming

Sep 20, 2025

Pair programming can be valuable for junior and senior developers alike, fostering collaboration and knowledge sharing.

The art of writing great code

Sep 2, 2025

Writing great code is more than writing code that works, requiring discipline and a focus on testability, maintainability, and readability.

No code is inherently evil

Aug 21, 2025

No code tools? No code at all? No code you write? Prepare for a triple entendre that cuts deep into the world of software development.

The frontend trap

Aug 19, 2025

How staying on the frontend can limit your career growth and a hot take on how to escape it.

Digitize a number in JavaScript

Jun 15, 2025

Learn how to convert any number to an array of digits, as well as how to sum the digits and compute the digital root efficiently.

Markdown Cheatsheet

Jun 8, 2025

Markdown is the most popular markup language for writing documentation. Here is a cheatsheet with the most common syntax.

Using the inset CSS property

May 15, 2025

The inset shorthand property makes element positioning in CSS easier. Learn how to use it effectively in your projects.