Between 2022 and 2023, I wrote numerous blog posts. Here are summaries and links to my best pieces.

An Intro to the Code Property Graph: Learn How to Leverage Graph-Oriented Databases for Source Code Analysis

Coderpad

I explain what graph-oriented databases are and how they can be used for source code analysis through code property graphs. With end-to-end tutorials, you will be able to generate your own code properties graph and understand why these techniques are used by major tech companies.


Even though software security should be a no-brainer, we still have a long road ahead of us.

qwiet

Using a quick historical overview, I emphasize why software security is so crucial. In addition, I explain the DevSecOps approach, which I argue is the key to successfully incorporating security into software development.


Mastering Jupyter Notebooks: Best Practices for Data Science

Coderpad

In this article, I provide you with the best practices for using Jupyter Notebooks. You will learn how to stay focused, leverage markdown usage, maintain cell order execution discipline, efficiently manage kernel memory, and understand the importance of modular programming.