RSSAmplifier

Blog

Mycolaos

Digital garden of Mycolaos.

mycolaos.comRSS feed ↗7 posts

Latest posts

A frosted glass story

A story about the development of a simple but carefully crafted piece of code.

Mastering Code Simplicity: Why Deep Functions Like JSON.parse() Make Programming Easier

Discover the power of deep functions in simplifying complex tasks. Learn how functions like JSON.parse() encapsulate complexity behind simple interfaces, making coding more efficient and maintainable.

The Unexpected Complexity of Migrating a Next.js Header to Server Components

Exploring the challenges and solutions in refactoring a Next.js Header component from client-side to server-side rendering.

4x4 Tips for Quick and Easy Mental Math: Boost Your Calculation Skills

Enhance your mental math skills with these 4x4 tips for quick and easy calculations. Learn multiplication, division, and squaring techniques to boost your calculation speed and accuracy.

Insights on "A Philosophy of Software Design" by John Ousterhout

Key takeaways and practical advice from John Ousterhout’s philosophy on software design, focusing on minimizing complexity and strategic programming.

Interactive Pyramid Chart Component with pure CSS and JS

A simple, reusable, responsive pyramid chart component made with pure CSS and JavaScript

Do we still need vars?

What are the differences between var and let, and when var is still useful.