Tutorials
How To Speed Up Your Vue App With Server Side Rendering | DebugBear
Vue.js was developed with performance in mind and each new feature added to the core framework is thoroughly checked for that particular aspect. However, our applications could become slower at times due to the continuous development and extending...
Creating a 3D Hand Controller Using a Webcam with MediaPipe and Three.js
I love interactive things, but I’m not a fan of expensive devices, especially those we have to buy year after year to have the latest hardware in our hands!
I’m a fan of accessible technology!
With that in mind, today I’m going to show you how t...
Build a daily workout tracker with Clerk, Convex, and Expo
React Native and Expo empower developers to build cross-platform applications with a single codebase, but building a backend to support those applications is still up to the developer.
Clerk and Convex is an excellent combination that empower dev...
Debugging Microservices & Distributed Systems | Sentry
Gone are the days when you had just a couple of files open in a simple editor and could debug with print(“Here”). Nowadays, even if you’re primarily a frontend developer, you really have to be able to debug errors and performance issues over the e...