Recent posts

How to install HP LaserJet 107a Drivers on Linux

1 minute read

Hello everyone! ๐Ÿ‘‹ Iโ€™ve recently installed Fedora on my main PC and I wanted to write this post to serve me as a memo on how to install the HP LaserJet 107 p...

My experience with BambuLab A1 and 3D printing

3 minute read

Introduction Hello everyone, ๐Ÿ‘‹ This is my first post of 2024, and ever since Iโ€™ve started the blog in ~2018, Iโ€™ve had engineering ` Programming, Cloud an...

Implementing cat with Kotlin Native

4 minute read

Introduction Hello! ๐Ÿ‘‹ In this article weโ€™ll implement the cat command utility which is used in many Unix like systems like Linux and macOS. To implement ...

ncdu: NCurses Disk Usage

less than 1 minute read

Hello everyone! ๐Ÿ‘‹ This is a short article about a handy tool called ncdu. The tool helps you delete files and directories from your filesystem. I use it...

Learning Kotlin

3 minute read

Introduction Hello everyone! ๐Ÿ‘‹ The year of 2023 has come closely to an end, and I want to write a short article about my experience with Kotlin and what...

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...