How to use the new Docker Seccomp profiles
A technical guide on creating and debugging custom Docker Seccomp security profiles for containers, using a Chrome container as an example.
A technical guide on creating and debugging custom Docker Seccomp security profiles for containers, using a Chrome container as an example.
Guide to disabling MySQL strict mode on Laravel Forge/Ubuntu servers to fix application compatibility issues.
Explains how HSTS works with Let's Encrypt to secure websites by forcing browsers to use HTTPS, preventing man-in-the-middle attacks.
A developer's personal reflection on reading IT and DevOps books in 2015, including exam guides and technical novels.
Explains the complex behavior of JavaScript's equality (==) and identity (===) operators, detailing type coercion rules and providing illustrative examples.
A detailed look at how JavaScript's addition operator handles type conversion, including rules for strings, numbers, and objects.
A technical guide explaining how to handle the double slash in URLs within Xcode xcconfig files to avoid comment interpretation issues.
A technical guide on dramatically speeding up iSCSI PowerShell cmdlets by using the -ComputerName LocalHost parameter to avoid network timeouts.
A technical guide on implementing a Service Worker in WordPress to enhance performance and enable offline functionality, including troubleshooting tips.
Explains how to fix the common Heroku deployment error when pushing a Ruby on Rails app using SQLite3, by switching to PostgreSQL.
Fixes for a C programming book's OSX Makefile error (Error 64) when using the c99 compiler, offering three solutions.
Part 4 of a series on building a Twitter bot, focusing on implementing it in PureScript and deploying to AWS Lambda.
A developer's professional review of 2015, detailing progress on open-source projects like ControlsFX, LibFX, and FindBugs based on yearly resolutions.
A 2015 year-in-review blog post highlighting key IT topics covered, including PowerShell, PowerCLI, Windows Server, and tech events.
Explains why and how to create a WordPress child theme to safely customize a theme without losing changes during updates.
Explains how to use CancellationTokenSource.CreateLinkedTokenSource in C# to combine multiple cancellation sources for async operations.
A tutorial on building a Twitter bot using Python 2.7 and AWS Lambda, covering setup, dependencies, and deployment.
Explains how to dynamically configure Angular's router to load routes from a remote service, addressing runtime registration and navigation.
The author argues that we can train our brains to do anything with practice, using the example of learning to brush teeth with the non-dominant hand.
A developer shares 10 essential PostgreSQL features and tips for 2016, including CTEs, performance tuning, and configuration.