GitHub profile
Advice on when and how to include your GitHub profile in job applications, emphasizing relevance over quantity.
Advice on when and how to include your GitHub profile in job applications, emphasizing relevance over quantity.
Argues that test code should prioritize readability and avoid excessive indirection, even at the cost of code duplication, to simplify debugging.
Explains how to use the new MaxAgeInDays configuration in Bicep's linter rules to control allowed Azure resource API versions.
A CLI command to bypass CORS restrictions when fetching local files during localhost development in Chrome.
A guide to creating, testing, and publishing WebAssembly modules using the AssemblyScript language for web and Node.js environments.
Explains how virtual threads in Java combine the simplicity of blocking code with the scalability of reactive programming for better performance.
A DevEx engineer explains the role of Developer Experience, focusing on making software intuitive and joyful for developers, both internal and external.
A guide to six practical C# extension methods for IEnumerable, including IsNullOrEmpty, Partition, Median, and Mode.
A detailed guide to setting up a MacBook with Apple Silicon (M1) for web and React Native development, covering tools, terminal configuration, and essential software.
A software engineer reflects on how passionate, friction-filled debates within a tech startup signal team investment and care, contrasting with apathy.
Tutorial on fine-tuning and deploying the Donut model for OCR-free document understanding using Hugging Face and Amazon SageMaker.
A guide to creating an XUnit fixture in JetBrains Rider that counts test runs until failure, helping diagnose intermittent unit test issues.
A guide to the new HTML popover API, explaining its features, syntax, and benefits for building UI components without JavaScript.
A tutorial on building a micro-frontend architecture using Vaadin and Spring Boot, integrating multiple UIs via IFrames.
The article discusses the importance of empathy and kindness in fostering healthy and productive open source software communities.
A guide on refactoring .NET HTTP clients to use Typed HTTP Clients, covering pitfalls of HttpClient and best practices for consuming REST APIs.
Troubleshooting guide for Windows Hello for Business Cloud Kerberos Trust enrollment issues, focusing on missing Cloud TGT.
A developer explains styling challenges caused by Astro's islands and slots, offering practical CSS workarounds for common issues.
Explores using network instrumentation and TCP file descriptor hijacking to analyze performance bottlenecks and improve GitHub's infrastructure.
Learn to use the MutationObserver API to trigger code when specific elements are added or changed in the DOM.