Home

Thoughts

"Learning is the only thing that the mind never exhausts, never fears and never regrets." - Leonardo Da Vinci

Mar 1, 2025

Decorators in Python

A brief introduction to decorators in Python, and how they work.

Python Theory
Mar 1, 2025

How to design functions

A guide to the How to Design Functions (HtDF) method for designing functions.

Theory CS Python
Mar 1, 2025

Asynchronous in JavaScript

An overview of asynchronous programming in JavaScript, including callbacks, promises, and async/await.

Javascript Theory