I'm Mateusz Wierzbicki, software developer, technical leader, team leader. Currently at Qodeca

A software developer with over a decade of experience in the industry. I’ve worked on a variety of projects, from small websites to large enterprise applications. I’m passionate about technology and love to learn new things. I’m currently a technical leader at Qodeca, where I guide a team of developers in building amazing software

Let's Connect

What I Do

Web Development

I specialize in React.js and have hands-on experience with variety of libraries and tools from the React ecosystem.

Problem Solving

I absolutely love solving problems. I have a strong analytical mind and I'm always looking for new challenges.

Team Leadership

Recently I've been focusing on leading a team of developers. I'm passionate about helping others grow and succeed.

Reducing Mobile Web Load Times: Practical Strategies for Decreasing Time-to-Interactive

Reducing Mobile Web Load Times: Practical Strategies for Decreasing Time-to-Interactive

Introduction In today's mobile-first world, speed is paramount. Users expect websites to load instantly, and a slow-loading mobile site can lead to frustration, high bounce rates, and lost convers ...

Asynchronous JavaScript with async/await

Asynchronous JavaScript with async/await

What is asynchronous JavaScript? JavaScript is a single-threaded language. This means that it ca ...

Compound Components in React: Build Reusable & Flexible UI

Compound Components in React: Build Reusable & Flexible UI

What are compound components? Compound components are a technique for creating highly customizab ...

Event loop in JavaScript

Event loop in JavaScript

JavaScript is a single-threaded language. That means that it can only do one thing at a time. But wh ...