With vibe coding on the rise, design systems struggle to be followed. How can consistency be maintained? In this article, I will share my insights and experience in tackling this contemporary challenge. What is a design system I assume most readers…
AI Tools for Front-End Development
Ai Tools AI tools for front-end development are designed to accelerate coding, simplify design-to-code processes, improve code quality, and optimize performance. They are widely adopted because they save time, reduce repetitive tasks, and assist in debugging or generating responsive UI components. Tools like GitHub Copilot,…
What is the Intl Javascript API?
The Intl API (short for Internationalization API) in JavaScript is a built-in set of objects and methods that help in formatting data for different languages and countries without the need of some custom code. In sum you can make your application…
HTML You’re Not Using – But Should
Why Native HTML Still Matters In the age of multiple frameworks and components libraries, it’s easy to forget just how powerful HTML can be. The modern web platform has evolved, and so many underused HTML elements offer today native behaviour, performance…
Tips to Make Interfaces Truly Accessible
A quick history In the past, accessibility was rarely talked about – it wasn’t something companies cared much about, and it certainly wasn’t a topic for most designers. Around 14 years ago, I was involved in a project where we were…
Using AI as a Developer — Github Copilot Daily Usage
In this article, I will share my most frequently used features of GitHub Copilot. I am not a full-time developer anymore, but I still spend some time fixing bugs or reviewing code. AI, and specifically GitHub Copilot, is a tool that…
Improving Usability: Before and After UX Design Transformations
What is Usability and Why Does It Matter? Usability refers to how easy and efficient it is for users to interact with a website, application, or system. A well-designed interface allows users to achieve their goals quickly, efficiently, and with minimal…
The Future of HTML: Trends, Tips, and AI – Hi Masterclass #43
For those of you who are living in uncertainty, let me rest you by saying that HTML is alive and kicking! The future of HTML is bright, whose trends we will discuss later on. As technology continues to advance at a…
Working with Observables in Angular
In Angular, Observables are core to managing asynchronous operations, especially for handling data streams that may be loaded from APIs, user inputs, or other asynchronous sources. Observables are part of the RxJS library, which provides tools for creating and handling data…
HTML Rel Attribute – Hi Masterclass #40
What is a rel attribute in HTML? The rel attribute defines the relationship between the current document and the linked resource. It’s commonly used in the <link>, <a>, and <area>, it’s crucial for security, performance, and SEO. The next topics will show…









