Open Source Sports Betting
In this project, I’ve ventured into creating a sports betting website using cutting-edge web technologies like GraphQL, Next.js, and Kotlin, while offering real-time odds updates and a user-friendly interface. If you’re a licensed gaming operator, I’m available for freelance work to help bring this project to life. Keep reading
How to add object fields conditionally
This blog entry shows a clean way to add properties to a JavaScript object conditionally, without polluting it with undefined properties. This is the simplest and cleanest way I have seen to accomplish this. Keep reading
Functional Programming tricks for simplifying and improving code
Functional Programming (FP) can make your code simpler. In this blog post, I describe some FP tricks you can use to turn your code more readable, testable, and maintainable. Keep reading