Blog

Pascal Nostalgia ✨
It's been 20 years since I wrote my first line of code. It made me reflect on how things were back then, how my career took a few different paths… and how it all somehow led me to becoming a developer.

Linting Guide: Organize Your Codebase with Ease
Keeping your codebase clean and organized is essential for collaboration and maintainability. This guide will help you set up and use tools like EditorConfig, ESLint, Prettier, Husky, and Lint-Staged to streamline your development workflow.

Implementing automated accessibility tests in your project
A simple way to implement accessibility tests in a project since your first component.

An Introduction to accessibility guidelines
A brief introduction to the Accessibility Guidelines, its versions, levels and criteria.

Dockerizing an Application
In this post, I provide a brief introduction to Docker, and some concepts such as images, containers, and volumes. And finally, some main steps to upload an application in a container.

An Introduction to Object Oriented Programming with Python
A brief introduction to the Object Oriented paradigm with Python, where we will see how the language can be used in this context and how it differs from other languages aimed at using this paradigm.
Page 1 of 2
next →