From Docker Container to Bootable Linux Disk Image
A technical guide explaining how to convert a Docker container's root filesystem into a bootable Linux disk image, exploring container and OS internals.
A technical guide explaining how to convert a Docker container's root filesystem into a bootable Linux disk image, exploring container and OS internals.
A guide to automating pull request checks and reviews using the Danger tool on CI servers like Travis CI.
A guide to integrating MiniProfiler with MongoDB in .NET using the MongoFramework wrapper library for performance profiling.
A technical guide analyzing and improving serialization performance in Django Rest Framework, with benchmarks and practical solutions.
Guide on using a Service Principal for authentication with Power BI REST APIs and the PowerBIPS module, eliminating the need for a user account.
A tutorial on configuring a Quarkus application using application.properties and the Microprofile Config API for environment-specific settings.
A developer reflects on launching a task journaling app, conducting user interviews, and earning passive income from side projects.
Explores how type systems in programming can reduce the need for extensive testing by ensuring correct data input, using a color conversion function as an example.
A personal review of the Zachtronics book, exploring the developer's creative process and the intersection of programming games, curiosity, and multidisciplinary work.
A technical guide on automating the restart of failed Kafka Connect tasks using bash scripts and the REST API.
Microsoft's Insider Dev Tour London event focused on building Microsoft 365 experiences and the new Edge browser for developers.
An article exploring the unique mindset required to write effective CSS, focusing on its declarative nature and core concepts.
A podcast episode exploring the original definition of Object-Oriented Programming and comparing it to modern interpretations.
An introduction and guide to using the Blazored.Typeahead component, a flexible autocomplete library for Blazor applications.
How to fix formatting conflicts when integrating JavaScript Standard Style with VS Code by disabling the default formatter.
A tutorial on using the Emotion-JS CSS-in-JS library to style React Native applications, covering setup and basic usage.
npm registry hits 1 million packages. Analysis of top packages, vulnerabilities, and download statistics.
Analysis of Microsoft's rumored 'Lite OS' and its potential to replace Windows for consumers, focusing on Microsoft's shift to services.
A step-by-step guide for migrating a Python project's CI/CD pipeline from Travis CI to Azure Pipelines, focusing on simplicity.
A tutorial on implementing a simple anonymous authentication flow in Flutter using FirebaseAuth and StreamBuilder in under 100 lines of code.