An introduction to Image Matting What is Image Matting and how does it work? Learn more about it in this deep dive on the process and learn how you can do this yourself
Running Ghost on Azure (CLI) Learn how you can run your own self-hosted Ghost Blog environment on Azure backed by a CDN and Dedicated Database
Automate your Development Environment in VS Code Terminal I am a firm believer of making the entry to barrier as low as possible for starting development environments. Even so much, that in the past I created something named Brewr which had the sole purpose of allowing development environments to be pulled and started from an organisation repository. (Now
Create an Azure IoT Hub Stream Processor with Dapr 💡Check Out all Dapr Posts Creating a stream processor is always an interesting task, you want to be able to take incoming message and process them one by one, executing some actions along the way. Typically, we would use Apache Spark or Apache Flink to process these incoming streams, but
Setting up Cloudflare Tunnels I am working on a Mobile Application (spoiler) that I am developing through React-Native and Expo. Now to develop this application, I want the mobile app to connect to my backend and frontend seeing that I need to implement authentication (that already gets handled by Tinx.ai in the backend)
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.
Creating a Cross Platform Mobile App with Maui .NET on Mac M1 I always wanted to get more into .NET programming as together with Typescript it is one of my favourite languages as it is flexible and more importantly allows for cross-platform development. Finally, it is adopting a more simplified syntax as well which is coming in .NET 7. For cross platform