My Experience with Pair Programming
A developer shares personal insights on the benefits and challenges of pair programming, from overcoming initial anxiety to improved focus and debugging.
A developer shares personal insights on the benefits and challenges of pair programming, from overcoming initial anxiety to improved focus and debugging.
A technical guide on using SQL GROUP BY with window functions to retrieve the first or last value in a group, using a PostgreSQL event table example.
Performance analysis of SQL Server 2019's Batch Execution Mode on TPC-H queries using rowstore indexes and compressed data.
Explains memory unsafety in programming languages, its security risks (out-of-bounds reads/writes, use-after-free), and contrasts unsafe languages like C/C++ with safe ones.
Explains how Docker's attach and exec commands work using Linux pseudoterminals (PTYs) and includes a code implementation.
Explains the theory behind linear regression models, a fundamental machine learning algorithm for predicting continuous numerical values.
A developer explains how they built a custom, convenient link-sharing system for their personal IndieWeb blog using a bookmarklet and serverless functions.
A guide on integrating the Ghost CMS with the Jekyll static site generator using a Netlify plugin and gulp.js to convert API content to markdown.
A guide to using shallow rendering in Jest snapshot tests to avoid large outputs and duplicated test setups for React parent components.
Explains the process and importance of rotating signing keys in IdentityServer for security, detailing the use of AddSigningCredential and AddValidationKey.
How to configure a Kafka Connect sink connector to start reading from the end of a topic instead of the beginning.
A guide on troubleshooting and resetting Kafka consumer group offsets when using Replicator to copy data between clusters.
Troubleshooting a WebPageTest private instance where SSL redirects caused agents to fail to submit results, and the fix.
A developer details the modern tech stack used to rebuild their personal website, including Hugo, blogdown, and CircleCI.
A cloud consultant shares a three-month update on his new venture, Ned in the Cloud LLC, focusing on creating technical educational content.
A tutorial on building a video game database iOS app using SwiftUI and the IGDB API, covering data fetching, UI design, and navigation.
A guide for developers on effectively working from home, covering occasional and regular remote work arrangements, discipline, and communication strategies.
A technical guide on manually migrating Alfred's clipboard history database between Macs using symbolic links and Dropbox.
A proposal for a maturity model to classify Java tools and libraries based on their level of support for the Java Platform Module System (JPMS).
Analyzes the critical impact of website speed on user engagement and revenue for both subscription-based and ad-driven online publishers.