How to add Shadcn UI into an existing React app in Nx Monorepo
When integrating Shadcn UI into an React app in Nx monorepo can you can stumble upon few issues. In this article, I will provide a step-by-step guide to help you set it up smoothly.
When integrating Shadcn UI into an React app in Nx monorepo can you can stumble upon few issues. In this article, I will provide a step-by-step guide to help you set it up smoothly.
Supabase promise an easy authentication without a hasle. Turns out there was a lot to figure out. In this article, I'll show you how I handle authentication in browser extension running in Chrome and Firefox.
Rust is a programming language that has gained a lot of popularity recently. I have decided to play with it for a month. This article is a summary of my experience when building a command-line tool and shows what I loved about the language, as well as what I struggled with.
I have decided to switch from VS Code to VIM and in this article I will explain my reasons behind this decision.
How to properly turn a div
into a button, so the result will be accessible and useable by everyone.TLDR: Use a native button.
Accessibility is a broad topic. But getting started doesn't have to be difficult. In this article I will show you five ways how to kick-start your accessibility efforts.
Given Cloudflare's reputation of super-fast CDN, I decide to move my blog to Cloudflare Pages to found out if this will have some noticeable effect on the performance. Read on if you want to know the results and what I had to do to fully migrate.
I took the real app and convert it from Styled Components to Linaria to compare the app performance of CSS-in-JS and normal CSS. Continue reading if you want to know how it went.
It wasn't an easy decision, but it will allow me to move forward. Here is what it means and why I choose to do so.
Sometimes sizing in CSS doesn't work as we expect. I will show you 3 cases where I struggled to set the correct size of the elements and explain why it works like this.
List of the blogs and other resources I watch and read to stay up-to-date with a web development.
Learn how CSS affects page load times and how you can improve it by optimizing your CSS build pipeline and the way you load it.
I have finally released Qjub in private beta. It was a great feeling to finally kick it off the door. And a big relief as well. However, getting to that moment was not an easy task. I would like to share my experience and the lessons I learned with you.
A list of a tools and resources I use for front-end development to be productive and deliver high quality work.
Fieldset and Legend are in my opinion very underrated HTML tags. In this article I will explain you why is it good idea to use them in your forms.
A list of a few HTML/CSS tips and concepts I believe every JavaScript front-end developer should know.