Tutorials
rawify/Fraction.js: Fraction is a rational numbers library written in JavaScript
Do you find the limitations of floating-point arithmetic frustrating, especially when rational and irrational numbers like π or √2 are stored within the same finite precision? This can lead to avoidable inaccuracies such as:
.
How to roll your own auth in JavaScript & TypeScript
Authentication is an important topic of any application. It's the gatekeeper that ensures only the right people can access the right resources. But how do you roll your own authentication in JavaScript & TypeScript? In this tutorial, we'll explore...
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...