A smooth, differentiable, pulse function
A technical article presenting a mathematical function for creating smooth, differentiable pulses, with R code examples.
A technical article presenting a mathematical function for creating smooth, differentiable pulses, with R code examples.
Explains the importance of using systems that assign URLs to decisions and processes to preserve organizational knowledge and context.
A guide to using the Tor network for enhanced online privacy, covering applications beyond web browsing and practical setup tips.
Summary of JavaOne 2015 talks on advanced modular development and migration strategies for Java 9's Project Jigsaw.
A summary of Microsoft's 2015 Future Decoded event in London, covering keynotes on Azure, AI, IoT, and cloud security.
A technical analysis of a website's poor scrolling performance, focusing on diagnosing and fixing parallax implementation issues using DevTools.
Explains how to explicitly switch back to the UI thread in async C# code, especially after using ConfigureAwait(false), with solutions like custom awaiters.
Explains why migrating from Bootstrap to Susy shouldn't involve recreating Bootstrap's grid, and advocates for using Susy as a cleaner, more flexible CSS grid system.
Explains how to use CSS system font keywords (caption, icon, menu, etc.) to style web elements with the user's OS fonts.
A guide to setting up Travis CI for automated testing of iOS, macOS, watchOS, and tvOS applications, including .travis.yml configuration examples.
Explains the undocumented relationship between Group and DisplayGroup parameters in Windows Firewall rules and how DisplayGroup is set.
Explains methods to check if a variable is undeclared in PowerShell, focusing on the Test-Path cmdlet approach.
A summary of JavaOne 2015 talks on Project Jigsaw, introducing the module system and modular development concepts for Java 9.
Explores why developers find Git difficult, contrasting individual vs. team workflows and the mindset shift needed to appreciate it.
A tutorial on creating a faux infrared photography effect using CSS filters and blend modes, with step-by-step code examples.
Explains the JavaScript Revealing Module Pattern to create cleaner, more maintainable objects with private methods and public APIs.
Summary of JavaOne 2015 talks on preparing for JDK 9, focusing on Project Jigsaw modularity and compatibility changes.
Explores Azure Application Gateway for modernizing legacy applications, covering Layer 7 load balancing, SSL offload, and OSI model basics.
A technical tutorial on implementing a floating burger menu animation in iOS using CAShapeLayer and CoreAnimation.
A challenging JavaScript quiz focusing on ES6 features like classes, generators, and template strings to test developers' understanding.