Recent posts

Idempotency in Your API

3 minute read

Introduction Idempotency is a crucial property in the world of APIs, ensuring that operations can be applied multiple times without changing the result. I...

Windows Task Scheduler - Quick Start

2 minute read

Introduction Hello everyone ๐Ÿ‘‹, This is a quick post about the windows task scheduler, if youโ€™re a Software Developer using Windows the task scheduler is a ...

Project Showcase: Image Tagging

less than 1 minute read

Hello there ๐Ÿ‘‹, This is a showcase of a project Iโ€™ve been working on for the past weeks. Itโ€™s a simple cross-platform desktop application that allows you to ...

Convert a FastAI model to ONNX and CoreML

2 minute read

Hello there ๐Ÿ‘‹, In this post, I will show you how to convert a FastAI model to ONNX and CoreML. Convert a FastAI model to Pytorch Before we can convert t...

Tracing Node.js APIs with OpenTelemetry

7 minute read

Hello everyone ๐Ÿ‘‹, In this article, weโ€™ll instrument a simple Node.js API with OpenTelemetry traces. OpenTelemetry is the new standard for distributed traci...

Using an ONNX Resnet model in Java

6 minute read

Hello everyone! ๐Ÿ‘‹ This is a follow-up post to the previous one, long story short I started taking the course from fast.ai to learn more about Deep Learning....

Image tagging with Deep Learning

2 minute read

Hello everyone ๐Ÿ‘‹, Iโ€™ve been playing with FastAI and deep learning for a week or so and Iโ€™ve decided to combine my passion for software with my passion for...

Deploy a FastAI model with FastAPI

2 minute read

Hello everyone ๐Ÿ‘‹, In this quick post Iโ€™ll show you how to deploy a FastAI model using FastAPI. Itโ€™s a follow-up to my previous post from here and it is par...

FastAI GPU Support

2 minute read

Hello everyone ๐Ÿ‘‹, This is my first blog post about AI, itโ€™s a quick post on how to enable GPU support for the FastAI library. I have avoided getting into A...

Overflowing Buckets

2 minute read

Hello everyone ๐Ÿ‘‹, Today I want to share with you a problem Iโ€™ve encountered along my journey. The problem is fairly simple: You have a finite number of...