Posts

Comparison of Agentic Frameworks

This post tries to show what is the advantage and disadvantage of using the previously mentioned agentic frameworks while build agentic systems

Is Python Interpreted or Compiled?

This document explains the key concepts of compilers and interpreters, detailing their roles in translating and executing code. It covers the structure of compilers, the differences between compiled and interpreted languages, and provides examples in C++ and Python to illustrate these concepts.

TLS Explained

This blog explains Transport Layer Security (TLS), its role in securing internet communications, and how it differs from HTTP. It covers encryption methods used in TLS, the limitations of TLS 1.2, and the significance of perfect forward secrecy.