About me
Welcome! I'm an engineer at heart, with a passion that spans the full spectrum of this exciting field, from the intricacies of electronics and the complexities of automation to the cutting-edge realms of biomedical engineering and complex software systems. While my love for software, particularly in areas like Machine Learning, systems and DevOps, runs deep, my enthusiasm doesn't stop there.
This website is my digital canvas, where I'll be sharing everything that captivates me in the tech world. Expect to find a diverse mix of content here – from hands-on tutorials that demystify complex concepts, to reflections on the latest technological advancements, or insightful discussions about papers that catch my eye. My goal is to explore and share the fascinating facets of technology that intrigue and inspire me.
Featured
A brief introduction to Generative models
Updated: at 06:22 PM()Generative models are the main responsibles of the hype on AI over the past year. Whether they are for text generation, image or video, it is really impressive what Generative Artificial Intelligence (or gen-AI as they call it) is capable of. In this blog, we will dive into what main types of generative models exist and the core concept around each of them.
Building AIdentify
Updated: at 01:12 PM()For a while, I have been wanting to build something, but not just any random idea that popped into my mind. I wanted to build something that impassions me and provides value. I'm lucky to have an environment (friends and family) that really pushes me to be my best self and always supports me. So here I am, building AIdentify, your go-to service for detecting AI-generated visual content, and here I'll be sharing my journey from the very first idea to actually having an MVP rather than a simple proof of concept.
Containers 101
Updated: at 07:02 PM()Containers are a fundamental building block of modern application development and deployment. They provide a lightweight, isolated environment for running applications, making it easier to move software between different computing environments. In this blog post, we'll be taking a look at the theory behind containers, including LXC, Docker, Linux namespaces, and cgroups, before diving into a practical tutorial on how to create a very basic container using Golang. Whether you're new to containers or looking to expand your knowledge, this post has something for everyone.
Understanding entropy
Updated: at 04:22 PM()In this blog post, I deep dive into the entropy of a Linux system. It is a term that you may have heard in the past and it may sound complicated, but it is actually a concept that is very easy to grasp. I present the fundamentals of a Unix system's entropy, what values are considered high or low, and what is the main purpose of the entropy in a Unix system.