Introduction to Git and GitHub: Getting Started with GitHub
A tutorial introducing the basics of GitHub and how it integrates with Git for version control and collaboration.
A tutorial introducing the basics of GitHub and how it integrates with Git for version control and collaboration.
Explores two types of composition in programming: function (nesting) composition and object (merging) composition, with practical examples.
Practical tips for writing technical documentation that is optimized for LLM question-answering tools, improving developer experience.
Part 3 of a tutorial on building a vehicle tracking app in Azure, focusing on the Function App for processing location events, geofencing, and data storage.
A technical guide on fine-tuning and evaluating open-source Large Language Models (LLMs) using Amazon SageMaker and Hugging Face libraries.
A guide to using Apache Flink's SQL Gateway REST API for submitting and managing SQL jobs, including practical examples with Postman and HTTPie.
Explores no-class CSS frameworks like MVP.CSS, which style semantic HTML without extra classes for faster, cleaner web development.
Explores different mental models for understanding JavaScript, emphasizing the importance of upgrading rather than replacing your existing knowledge.
A beginner's guide to Git and GitHub, covering basic concepts, terminology, and initial setup for version control.
A deep dive into the .NET DiagnosticSource and DiagnosticListener APIs, exploring their design and implementation details.
Overview of bUnit v2, a major update to the Blazor unit testing library, covering new features, breaking changes, and API refinements.
Explores how comprehensive testing enables the 'Four Rules of Simple Design,' focusing on how tests support change, intention, and duplication removal.
A software engineer shares strategies for onboarding to a new database team, focusing on build processes, documentation, and initial code contributions.
A tutorial on using the kr8s Python library to manage and automate Kubernetes resources, covering setup, creation, and listing.
Explores using RxSwift and Clean Architecture to improve Apple Pay integration in iOS apps, moving from delegates to reactive delegate proxies.
A guide to automating the build and deployment of Swift Package DocC documentation to GitHub Pages using GitHub Actions.
Explains why using Data URLs in glTF 3D models harms performance and recommends better packaging methods for real-time applications.
Explores the strategic reasons companies build web browsers, focusing on the 'Web as Platform' approach and its impact on the tech ecosystem.
A guide to using npm pack for testing local package dependencies, offering a more reliable alternative to npm link.
Blog post about the new eBPF documentary, which tells the story of how the revolutionary Linux kernel technology was developed and accepted.