Posts Tagged with: javascript (4)

Building a Modern Blog with Eleventy 3.x Liquid Edition cover image

Building a Modern Blog with Eleventy 3.x (Liquid Edition)

This is a complete, hands-on guide to building a real blog with Eleventy (also called 11ty), a static site generator: a tool that takes plain files, Markdown posts, HTML templates,...

Cover image for The Evolution of a Side Project: My Countdown App

The Evolution of a Side Project: My Countdown App

In December 2021, I embarked on a project to create a simple countdown app to display time left till midnight. Then I decided to extend it further to count the...

Cover image for The Imperfections of Machine Learning

The Imperfections of Machine Learning

While machine learning is a powerful tool, it’s important to remember that models are not infallible. In fact, they can sometimes be overconfident in their predictions, as shown in this...

Cover image for ThreeJs and Reinforcement Learning in 3D

ThreeJs and Reinforcement Learning in 3D

I built a simple 3D game in November 2024 mostly for fun. The objective was to minimize the time taken for a player to destroy all the pillars. Then I...