-
Ready solution for mocking Fetch API in Testing Library in React TypeScript projects
-
Plans! I love planning! So here's some of them.
-
Here's some of the things I did since my last post and few interesting articles that I recently read.
-
Recently I had to replace create-react-app with Vite.js in one project at work. This is a thread of what I did to make that work
-
You have to disable prefetching in <Link> component, when you point to the route created by route.js or route.ts.
-
Last week, I was learning MongoDB basics with Mongoose. I highly recommend the course linked below.
-
My approach to add leading zeros to a number in JavaScript, based on StackOverflow research
-
If you are currently watching video on YouTube and want to get a shareable link to not-so-spying Invidious instance, there is a very simple solution, that can live rent free in your bookmarks tab.
-
Not gonna lie, this was a tough, challenging year in my personal life. On the other hand, I've never been happier than in 2022.
-
Firefox on Windows allows to take a screenshot of DRM-protected media.
-
Recently I found very handful function for formatting numbers, currency or units — Intl.NumberFormat, which formats values for given language and region.