Streaming your DJI Mini 3 Pro Drone from RTMP to RTSP Find out how you can stream your Drone RTMP feed to your PC, YouTube, Twitch or any other streaming platform
Fast commit with Git Aliases Use Git Aliases to reduce the amount of keystrokes you need to take with Oh My Zsh
Making your own Mastodon Handle Mastodon is popular right now, stand out from the crowd with your own Mastodon handle! Learn how I created my own @[email protected] handle.
Integrating Dapr JS SDK logging into NestJS Learn how to integrate Dapr JS SDK logging into your NestJS application for improved tracking and debugging. Our easy-to-follow tutorial shows you how to use Dapr's logging capabilities within your NestJS app for efficient, scalable server-side development.
Designing an Authorization System - Introduction Designing an effective authorization system is crucial for controlling access to resources and ensuring the security of an application or platform. In this article I go more in-depth on how you can design such a system.
Creating a Landing Page on Azure Learn how you can create a Landing Page with Azure and bootstrap your development process!
Coding Interview Preparation - Stack Implementation For a recent preparation, I wanted to revisit the creation of a stack in Javascript and how we can do this, taking into consideration changing design aspects as well as efficiency. Definition A stack is a data structure in computer science that works according to the Last-in, First-out (LIFO) principle.