👋 About
Hi! I'm Patryk and I'm frontend web developer @ Appunite.
Wildcard domain and SSR to the rescue!
| 6 min read
The process and problems I encountered when creating a blogging platform with Next.js, Strapi CMS and Ingress configuration and why SSR proved to be the best solution in this case.
Debounce vs Throttle in JavaScript
| 4 min read
Two techniques you might use to reduce the number of your function calls caused by a user interacting with your page. Using them might make you calling heavy calculation functions or API requests less often.