Blockchain and Fintech

Exploring the Depths of Blockchain: Decentralization, Smart Contracts, and Beyond

Estimated read time 6 min read

I wanted to continue one of the blog posts that I recently posted “Navigating the financial revolution: AI, Blockchain and Traditional Banking” and seized the opportunity to write some stuff about Blockchain. It’s 100% sure, I cannot cover everything about [Read More…]

Bind and DNS tools Linux Application Scripts and codes

Analyzing Nginx Logs with Python: Reverse DNS Lookup, IP Enumeration, and Counting

Estimated read time 4 min read

While experimenting with parsing my Nginx access logs in Python a while ago, it occurred to me that this could serve as the basis for another blog post. My goal was to identify the most frequently occurring IP address and [Read More…]

Blockchain and Fintech

Navigating the financial revolution: AI, Blockchain and Traditional banking

Estimated read time 3 min read

This blog post is my first one regarding Finance and I thought deeply about whether I should be talking about it or not. Reason: I think there is a big emerging change going on in various sectors such as Banking, [Read More…]

Linux System

Assign a process to a specific CPU in a NUMA node

Estimated read time 6 min read

NUMA – Non-Uniform Memory Access is really about CPU topology – A map of how CPUs are associated with memory, hence that’s why we say memory is divided into multiple memory nodes in NUMA. It’s kind of multiple computers compacted [Read More…]

Cloud Computing

Looking around EC2 instances types and Spot Instance creation in AWS

Estimated read time 5 min read

Understanding EC2 instance type is one of the core AWS services. So this is one thing that I realized is a must-know when dealing with AWS products. Every EC2 instance type that Amazon provides caters to the specific needs that [Read More…]