SD
sophia-dcruz_
5 Articles Published

Articles & Research

Structured guides, in-depth tutorials, and research notes covering Python, C++, cyber security, networks, and modern software engineering — written for students and practitioners alike.

Mastering Python Generators and Decorators
PythonJul 10, 2026

Mastering Python Generators and Decorators

A deep dive into Python's powerful generator expressions and decorator patterns — with an interactive live decorator simulator you can run in your browser.

#python#generators#decorators
Demystifying C++ Pointers & Memory Management
C++Jul 8, 2026

Demystifying C++ Pointers & Memory Management

A comprehensive guide to C++ pointers, dynamic memory allocation, and smart pointers — with an interactive memory address visualizer to build lasting intuition.

#cpp#pointers#memory
Introduction to Ethical Hacking and Network Sniffing
Cyber SecurityJul 5, 2026

Introduction to Ethical Hacking and Network Sniffing

A structured introduction to ethical hacking principles, network sniffing techniques, and packet analysis — with an interactive packet inspector simulator for learning traffic patterns safely.

#cyber-security#ethical-hacking#networking
Advanced Python Concurrency: asyncio vs Threading
PythonJul 2, 2026

Advanced Python Concurrency: asyncio vs Threading

Understand the fundamental differences between asyncio and threading in Python — with an interactive event loop simulator that visualizes task scheduling in real time.

#python#asyncio#threading
Securing Web Applications Against the OWASP Top 10
Cyber SecurityJun 28, 2026

Securing Web Applications Against the OWASP Top 10

A practical guide to the OWASP Top 10 web application vulnerabilities — with an interactive XSS and SQL Injection sanitizer sandbox to test input defenses hands-on.

#owasp#web-security#xss