Reworking Git Branches with git filter-branch
A technical guide on using git filter-branch to resolve complex merge conflicts and backport documentation changes in a software project.
A technical guide on using git filter-branch to resolve complex merge conflicts and backport documentation changes in a software project.
Tips for adapting to a sudden, non-ideal remote work setup at home, focusing on practical solutions for common challenges.
A tutorial on building a cross-platform image filter app for macOS and iOS using SwiftUI, focusing on code sharing and platform-specific UI.
A JavaScript snippet to download multiple images from a web page with a timeout to manage browser limitations.
15 March 2020 10 Tips for Working From Home remote This article also exists in: French Because of COVID, a lot of people are going to experiment with
A web developer shares his journey creating a personal homepage, discussing his tech stack and overcoming imposter syndrome.
A guide to streamlining ML experiments by combining Jupyter, Papermill, and MLflow for parameterized runs and centralized logging.
A programmer reflects on the importance of learning how to learn effectively in the fast-paced tech industry, discussing methods like learning by doing and spaced repetition.
Guide to securely storing ASP.NET Core Data Protection keys using Azure Key Vault for encryption and Azure Blob Storage for persistence.
Explores the future of tech conferences post-COVID, analyzing their value, online alternatives, and the tension between commercial and community-driven events.
A step-by-step guide to setting up continuous integration for Django projects using CircleCI, including configuring tests and pipelines.
An introduction to CSS Logical Properties, explaining how they create flexible spacing that adapts to content direction and user language.
A tutorial on creating a custom React Native hook to dynamically change status bar styles per screen using React Navigation.
Critique of the Active Record pattern, explaining its inefficiencies in data access and performance issues in applications and APIs.
Explores an experimental event-driven PHP server architecture using in-memory state and event sourcing, with insights from a proof-of-concept.
A critical analysis of GitHub's new notifications UI, arguing it's a step backwards in usability and workflow efficiency for developers.
Tutorial on implementing a dynamic XML sitemap for a Django blog using Django's built-in sitemap framework to improve SEO.
Explains how to use PowerShell 7's built-in update notification system to stay informed about new releases, including LTS and preview versions.
A technical guide on setting a daily usage quota for an Azure Function using Terraform's local-exec provisioner as a workaround.
A guide to CSS viewport units (vw, vh, vmin, vmax) explaining their calculations, differences from percentages, and practical use cases like responsive typography.