Linking C++ and Python with gRPC in Docker. Part 2In the previous article, I have provided a very simple setup for a C++ client and a Python server, with everything reproducible within a…Feb 21, 2024Feb 21, 2024
A Developer’s Experience: Linking C++ and Python with gRPC in DockerI had the recent opportunity to work on a project where the primary focus was the interaction between a C++ client and a Python server with…Feb 14, 2024A response icon1Feb 14, 2024A response icon1
From Building Factories to Coding Solutions: How Factorio Shapes Better Software EngineersFactorio is a game where your goal is to build a rocket and launch it into space. You are an astronaut crashing on an alien planet and you…Jan 30, 2024Jan 30, 2024
Data pipeline recipes in PythonAs a Computer Vision engineer, one of my jobs was to train Neural Network models. To train those models I had access to very large datasets…Dec 24, 2023A response icon1Dec 24, 2023A response icon1
Creating a resume using HTML and CSS and saving it as a PDFI recently wanted to have a resume that followed a specific modern format, like the one you see in the image below. In this article, I will…Jun 30, 2023A response icon5Jun 30, 2023A response icon5
Building a Better AI Stack: An Overview of some MLOps ToolsThe marketplace for MLOps tools can be overwhelming, even for experienced engineers. With so many tools to choose from, it can be…May 22, 2023May 22, 2023
How to Build a Docker Swarm Cluster in Minutes with Vagrant and AnsibleOut of all orchestrators, I found Docker Swarm to be the easiest one to learn and play with it. Suitable for small to medium-sized…Apr 19, 2023Apr 19, 2023
Small-Scale City Planning: A Toy Project with PyTorch for Optimizing and Proposing Bus LinesUrban planning is a fascinating field that involves the design and management of cities. I like observing cities and I am drawn to the…Apr 7, 2023Apr 7, 2023
Bridging the Gap between Python and C/C++ Libraries: An Exploration of Integrating with Cython…In some of my past projects, especially those involving image processing, I had to interact with low-level libraries that lacked a Python…Mar 30, 2023A response icon2Mar 30, 2023A response icon2
From Zero to Hero with WebRTC in JavaScript and Python in small snippets of code. Part 4In this article, I will show you how to update an already established RTCPeerConnection with new channels.Mar 16, 2022A response icon1Mar 16, 2022A response icon1