Jekyll table of contents per page
A technical guide for creating a custom table of contents filter for Jekyll sites using a Liquid module.
A technical guide for creating a custom table of contents filter for Jekyll sites using a Liquid module.
Explains how Python's Mock objects handle non-existent attributes and methods, focusing on special behavior for 'assert' prefixes.
A technical guide on automating free SSL certificate acquisition and renewal for Azure websites using Let's Encrypt and a Vagrant box.
Analysis of Intel's strong 2015 market performance contrasted with the emergence of serious CPU bugs and the expectation of more in the future.
Tips and best practices for writing clean, readable, and maintainable SQL code, including formatting, CTEs, and commenting.
A technical guide on using Docker's user namespace support to run desktop applications like Chrome, Irssi, and Docker-in-Docker in containers for improved security.
Discusses a bug in XAML Compiled Bindings when using null fallback values, with code examples and a warning for developers.
A guide to JavaScript coding conventions covering indentation, semicolon usage, line length, and other style guidelines for readable, maintainable code.
A guide to hosting and running durable Windows Workflow Services on Microsoft Azure, covering persistence, tracking, and using Service Bus queues.
A guide to preventing unit tests from loading the main AppDelegate in Swift, improving test speed and isolation.
An overview of the new `make:auth` artisan command and authentication scaffolding features introduced in Laravel 5.2.
Argues that all websites must begin with server-side rendered HTML for universal accessibility, even if they later use advanced JavaScript features.
A guide to using PowerShell's Test-NetConnection cmdlet for advanced network troubleshooting, including port checks.
Argues that Python is the best programming language for scientists to learn, highlighting its community, learning resources, and scientific packages.
Explores the evolution of password hashing from bcrypt to modern memory-hard algorithms like Argon2 for security in a parallel computing world.
Explains how FlowControllers can improve iOS app architecture by managing navigation and presentation logic, reducing dependencies and spaghetti code.
A developer details implementing Prism.js for syntax highlighting on their blog, focusing on progressive enhancement.
A technical guide on building a real-time Twitter sentiment and hashtag analysis system using Kafka, Storm, and Cassandra.
A developer shares personal experiences and advice on overcoming self-doubt and building confidence in tech, especially for underrepresented individuals.
A guide on using Wireshark to debug and analyze TLS handshakes, helping to decipher cryptic errors and understand network protocol issues.