Pair programming with git
Explores how to represent multiple authors in Git commits for pair programming, discussing the Co-authored-by convention and native support.
Explores how to represent multiple authors in Git commits for pair programming, discussing the Co-authored-by convention and native support.
A guide to customizing Visual Studio Code's appearance, including themes, fonts, and settings for Sublime Text users.
Step-by-step guide to integrate Oracle GoldenGate with Apache Kafka and Schema Registry for real-time data streaming from an Oracle database.
A review of a book on designing effective UI animation, covering its role in branding, performance, and accessibility.
A developer shares their experience migrating from Jekyll to the Hugo static site generator and Netlify hosting, highlighting Hugo's speed and content type features.
A developer shares their experience switching from the Solarized to the Gruvbox color theme and using Redshift to reduce eye strain.
A tutorial on building a Progressive Web App (PWA) using React, Create-React-App, and React Router.
Explores how aria-label attributes are ignored by translation services, offering workarounds for accessible multilingual web development.
A tutorial on installing OmniSci (formerly MapD) using Docker and loading data for GPU-accelerated SQL analytics and visualization.
Update on a bug fix for Compiled Bindings in Windows 10 SDK, requiring FallbackValue to be explicitly set for proper null handling.
Answers common React render props questions on performance and code organization, with examples from community feedback.
Explores React's 'new' Context API, its evolution with hooks, and why it's a stable solution for state management.
Explains the state reducer pattern in React for flexible UI library state management, using downshift as an example.
A collection of lesser-known but powerful PostgreSQL features and tips shared by the developer community, from data types to performance tricks.
Explains how to manage multiple Ruby versions on openSUSE using the 'orr' tool for easy installation and environment setup.
Explains how oversized VARCHAR columns in SQL Server can negatively impact query performance by inflating memory grant requests.
A developer shares practical recommendations and lessons learned from using Terraform to provision Azure PaaS services, based on real-world experience.
A technical article discussing debugging tricks for complex statistical models with symmetries, focusing on verification and small-sample testing.
A developer's year-end review focusing on the creation, launch, and lessons learned from three web development courses: Mastering Responsive Typography, JavaScript Roadmap, and Learn JavaScript.
A technical guide explaining Linux system calls (fork, execve, pipe) and C library functions for starting and managing processes from within a program.