CSS Transitions explained
A guide explaining how CSS Transitions work, covering properties, timing functions, and triggering methods for web animations.
A guide explaining how CSS Transitions work, covering properties, timing functions, and triggering methods for web animations.
Explains how V8's TurboFan compiler uses speculative optimization to generate fast machine code from JavaScript by leveraging runtime profiling data.
A developer shares her personal productivity system using digital and physical to-do lists, including open-sourcing goals on GitHub and terminal aliases.
A tutorial on using Cython to optimize slow numerical Python code, demonstrated with an Ising Model simulation.
A tutorial on implementing Redis as a distributed cache for session storage in ASP.NET Core applications to ensure data persistence.
A guide to using the KovertKringle PowerShell module to automate and manage a Secret Santa gift exchange with email notifications.
Fixing Laravel 5.3 errors when upgrading to PHP 7.2 due to a backward incompatibility with the count() function.
A guide to using Docker images for the ELK-B stack (ElasticSearch, Kibana, Beats) to monitor and log applications running in Docker Swarm.
A developer shares their customized VS Code setup, including essential extensions, key settings, and workflow tips for improved productivity.
Analyzing and solving a performance issue in Django Admin's date hierarchy filter with large datasets and PostgreSQL.
Learn how to use the vim-test plugin to run automated tests instantly within Vim, eliminating the need to switch terminals.
Explains the Azure AD error AADSTS90094, detailing why it occurs when admin consent is missing for app permissions and how to resolve it.
Announcement of R 3.4.3, a bug-fix release for the R programming language, addressing time zones on macOS and Unicode handling.
An introduction to ReactiveUI, a .NET library for building WPF apps using reactive and functional programming principles.
Explains implementing Separation of Duties and role-based security in SQL Server for data protection, focusing on Least Privilege principles.
Explores the design and use of a custom error handling package in the Upspin project, with lessons for Go programming.
Discusses common Redux anti-patterns in state management, focusing on state duplication and incorrect information expert patterns in React/TypeScript applications.
A guide to creating and maintaining a RELEASE_CHECKLIST.md file to prevent manual deployment errors and ensure all post-release steps are tracked.
Explains what container runtimes are, why they are confusing, and introduces different types of runtimes in the first of a four-part series.
A developer shares a cautionary tale about the pitfalls of outsourcing an MVP, using a personal project as an example of what can go wrong.