Hi, I’m Oliver, a Front-End Engineer who enjoys building clean, responsive interfaces that actually make sense to users. I pay attention to details, care about performance, and keep up with what’s new in HTML5, CSS3, JavaScript, and React.
Outside of coding, I write technical articles that turn complex topics into clear, useful content. If you're curious about front-end development or how things work behind the scenes, you’ll find something worth reading in my posts.
I am available for contributing to open source projects, designing and developing websites and web applications, as well as writing technical articles.
As a React developer, you’ll often build components that need to adapt across different parts of your app. The compound component pattern helps you do that perfectly. At its core, the idea stays simple: You build a group of components that work toget...

Introduction State management is a fundamental concept in React, making it essential for every web developer to understand. Efficient state management improves application performance and helps you write clean, scalable, and maintainable code. Even I...

You must have visited websites whose navigation becomes fixed on scrolling down to other pages, making it possible to navigate the website. If you observed, most of them have no background on the homepage but automatically get one or some slight chan...
