
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
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
Learn how you can run your own self-hosted Ghost Blog environment on Azure backed by a CDN and Dedicated Database
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...
💡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...
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)...
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....
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...
As the official maintainer of the Dapr JS SDK, I am always looking on how we can improve our documentation, tooling and API to integrate Dapr through Javascript. Recently, I started working on Tinx.ai where I am using Dapr to host the Backend and send events to my event...
When wanting to work with AI models on my latest Macbook Pro 2021 with M1 Architecture, I received the following error while running pip install onnxruntime: ERROR: Could not find a version that satisfies the requirement onnxruntime>=1.10.0 (from tinx) (from versions: none) After doing some research, this...