TIL: OWASP Security Resources - Cheat Sheets, Top 10, and Testing Guide

Today I learned about OWASP's comprehensive security resources including cheat sheets for secure development, the Top 10 web application risks, and the detailed web security testing guide.

November 11, 2020 路 5 min

Web Application Security with secure.py

A comprehensive guide to implementing secure HTTP headers in Flask applications using secure.py. Covers OWASP guidelines, security best practices, and practical examples of protecting web applications from common vulnerabilities.

November 11, 2020 路 10 min

TIL: HTTP Status Code Reference, Security Headers, and Python Security Tools

Today I learned about comprehensive HTTP status code references, OWASP secure headers project, security design principles, and Python tools for header security analysis.

November 6, 2020 路 5 min

TIL: /dev/urandom and /dev/random for Cryptographically Secure Random Generation

Today I learned about the differences between /dev/urandom and /dev/random, and how to use these devices for generating cryptographically secure random data in Unix systems.

October 31, 2020 路 4 min

TIL: macOS Gatekeeper and Rust Struct Optimization

TIL 2020-08-28 Disabling Gatekeeper on macOS Sierra - Run sudo spctl --master-disable to allow apps from anywhere (be prepared for corporate IT emails). Optimizing Rust Struct Size - A 6-month compiler development program focusing on automatic struct field reordering for better memory layout.

August 28, 2020 路 1 min

TIL: Career Growth, Pascal IDE, Python Security, and Rust CLI Tools

TIL 2020-08-24 Grow Skills with Work not Extra-Curriculars - Focus on developing skills through your actual work rather than side projects. Lazarus IDE for Free Pascal - Cross-platform IDE for Free Pascal programming language. Never Run python in your Downloads folder - Security implications of running Python scripts from untrusted locations. Rust Command Line Macros and Utilities - Library for writing shell scripts and command-line tools in Rust.

August 24, 2020 路 1 min

TIL: Curated Development Resources and Learning Paths

Today I learned about comprehensive curated lists of development resources, learning curricula, and specialized tools covering everything from CSS protips to computer science fundamentals and documentation systems.

July 20, 2020 路 22 min

TIL: Flask Advanced Patterns and Development Tools

Today I learned about advanced Flask patterns including Method Views, Signals, profiling techniques, and security extensions that enhance Flask application development.

July 15, 2020 路 7 min

TIL: JWT Security Patterns and Token Management

Today I learned about advanced JWT security patterns, token blacklisting strategies, and secure authentication implementations using Flask-JWT-Extended.

July 13, 2020 路 8 min