A comprehensive beginner-friendly guide to learning Rust programming language, covering everything from basic concepts to building real applications.
All Posts
Exploring the depths of computer science, one post at a time.
A beginner-friendly guide to Windows process discovery with CreateToolHelp32Snapshot and EnumProcesses. Learn security research techniques, malware development fundamentals, and system programming with practical examples.
A practical guide to the Model Context Protocol (MCP) – the open standard that lets AI tools like ChatGPT and Claude connect to real-world data, tools, and workflows. Learn what MCP is, why it matters, and how to build your first MCP server.
Learn shellcode injection into a remote process using Rust and Windows APIs. Follow along with practical steps, code walkthrough, and execution instructions.
A comprehensive, hands-on guide to ShellCode Execution in Rust using function pointer and winapi
A beginner-friendly Kubernetes guide with engaging analogies, step-by-step tutorials, and a clear roadmap from basics to production deployment. Perfect for students and developers starting with container orchestration.
New to DLLs? This blog breaks down Dynamic Link Libraries into simple, easy-to-follow explanations. Learn what DLLs are, why they matter, and how they help programs run on Windows
Explore the intricacies of Windows processes and threads in this comprehensive guide. Understand how they operate, manage memory, and interact with the operating system to ensure smooth application performance.
Explore the essential memory allocation techniques in C on Windows: malloc, HeapAlloc, and LocalAlloc. This guide provides practical examples, explains when to use each function, and demonstrates how to write and verify data in dynamically allocated memory.
Just a What are AI Agents and some of answer for my Question about AI Agents and How it does work
The landscape of large language models (LLMs) is rapidly evolving, and researchers at Google DeepMind and KAIST AI have introduced a groundbreaking architecture that could reshape how we build and deploy AI systems. **Mixture-of-Recursions (MoR)** represents a paradigm shift in AI efficiency, combining parameter sharing with adaptive computation to deliver unprecedented performance improvements while dramatically reducing computational costs.
Are you ready to dive into the exciting world of Capture The Flag (CTF) competitions? Whether you're a seasoned cybersecurity enthusiast or a newcomer eager to learn, hosting your own CTF challenges can be a rewarding experience. In this comprehensive guide, we will walk you through the entire process of setting up CTFd, one of the most popular platforms for CTF events.
I’m documenting my journey learning about reverse shells, focusing on their function, common tools, and security implications in cybersecurity. This exploration highlights their role in both ethical hacking and potential security threats.
A comprehensive, hands-on guide to Docker basics, commands, and real-world usage, including working with Python and Flask. Perfect for students and developers starting with containers.
A detailed look at my latest AI project implementing neural networks from scratch.
A comprehensive guide to understanding Big O notation and time complexity analysis for algorithms.
My first blog post about starting my journey in computer science and why I created this blog.