Blog posts first published at:
https://www.codecapers.com.au/
The problem I recently implemented support for AI tagging of videos in my product Sortal. A part of the feature is that you can then play back the...
Or, when is it OK to reinvent the wheel? To reinvent the wheel means to rebuild something that has already been built before. Its connotation is...
With TypeScript decorators and the JavaScript Proxy class — it’s easier than you think Have you tried using dependency injection (DI) frameworks only...
The how-to guide to microservices for startups, small teams and solo developers You may have been told that microservices and startups don’t go...
The Sortal architecture and why we choose microservices for our MVP You may have been told that development with microservices is complicated or...
Building useful debugging tools from the Node.js async hooks API Have you ever had to debug async operations in Node.js? Why isn’t my callback being...