TIL: Rust Microservices, Sonic Search, OWASP Security, and Learning Resources

Rust Web Development Microservices with Actix-Web Auth Web Microservice with rust using Actix-Web - Complete Tutorial Part 1 - Harry Gill Comprehensive tutorial on building authentication microservices Uses Actix-Web framework with Diesel ORM Covers JWT authentication, database integration, and API design Practical guide for production-ready Rust web services Rocket Web Framework Rocket - Simple, Fast, Type-Safe Web Framework for Rust Type-safe web framework with excellent developer experience Compile-time guarantees for request handling Strong ecosystem and documentation Alternative to Actix-Web with different design philosophy Search and Data Processing Sonic - Lightweight Search Backend GitHub - valeriansaliou/sonic: 馃 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM. Extremely lightweight alternative to Elasticsearch Schema-less search with minimal resource requirements Perfect for small to medium-scale applications Written in Rust for performance and safety Security and Web Standards OWASP Security Resources OWASP Cheat Sheet Series Comprehensive collection of security cheat sheets Covers web application security best practices Essential reference for secure development Regularly updated with latest security guidance Learning Resources and Tools cURL Deep Dive Introduction - Everything curl Comprehensive guide to cURL, the ubiquitous HTTP client Covers advanced usage patterns and protocols Written by cURL鈥檚 creator, Daniel Stenberg Essential for API development and HTTP debugging Executable Packing and Reverse Engineering Making our own executable packer - fasterthanli.me Technical deep-dive into executable compression and packing Explains binary formats and loading mechanisms Educational content for systems programming and security research Rust Learning Platforms Rust | Exercism ...

January 4, 2021 路 2 min

TIL: Web Security Fundamentals and OWASP Best Practices

Today I learned about essential web security practices, OWASP guidelines, secure headers implementation, and security testing methodologies for web applications.

November 11, 2020 路 10 min

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