Blog Archive
setec@rs:~/blog$ wc -l *.md
Welcome to Setec Astronomy
An introduction to the 'No More Secrets' blog and the story behind the name
The Reverse Engineering Mindset: Seeing Through Digital Lies
How to approach complex systems with curiosity, skepticism, and systematic methodology
Serverless Runtime Security: Protecting the Invisible Infrastructure
Comprehensive guide to serverless runtime security, from container hardening to runtime threat detection and incident response in AWS Lambda environments.
Agentic Security: The New Frontier of AI Attack Vectors
Explore the emerging security threats posed by AI agents and autonomous systems, from prompt injection to tool misuse and multi-agent coordination attacks.
Terminal Mastery: Living in the Command Line
Advanced terminal techniques for developers who want to work faster and smarter
Secure AI Development Workflows: Building Trust in the Age of Artificial Intelligence
Comprehensive guide to implementing secure development workflows when working with AI systems, from model training to production deployment.
AWS Lambda and the OWASP Serverless Top 10: A Security Deep Dive
Comprehensive guide to securing AWS Lambda functions against the OWASP Serverless Top 10 vulnerabilities with practical code examples and mitigation strategies.
Lambda Cold Starts: The Complete Performance Optimization Guide
Master AWS Lambda cold start optimization with advanced techniques, benchmarks, and production-ready solutions for sub-100ms performance.
Django Performance Deep Dive: Database Optimization and Async Views
Master Django performance with advanced database optimization, async views, connection pooling, and comprehensive load testing strategies.
The Dark Side of Vibe Coding: When AI Assistants Become Security Liabilities
Explore the hidden security risks in AI-assisted development and learn how to maintain security while leveraging AI coding tools effectively.
Django Security Arsenal: Custom Middleware for Modern Threat Protection
Build advanced Django security with custom middleware for JWT authentication, XSS protection, rate limiting, and defending against modern attack vectors
Building Real-Time Django Apps: ASGI, WebSockets, and Performance Optimization
Master Django's asynchronous capabilities with ASGI, WebSockets, and Channels for high-performance real-time applications in 2024