Long term career investment through curiosity
Author shares how following curiosity in writing and tech led to writing a machine learning book, promotions, and career growth.
Author shares how following curiosity in writing and tech led to writing a machine learning book, promotions, and career growth.
A guide to securely managing credentials and environment variables for iOS testing in Xcode and XCTest, covering local setup and CI integration.
Explores the core ethics and principles of being a pragmatic programmer, focusing on responsibility, craftsmanship, and team contribution in software development.
Interview with Redpanda Data founder Alex Gallego on building a high-performance data streaming platform, his career journey, and supporting minorities in tech.
A guide to fixing the unresponsive scroll wheel on the Logitech MX Master 3/3s mouse by disabling SmartShift in the Logitech Options software.
A developer explains how to fix a Blazor Hybrid Android error by updating the Android SDK and WebView from within Visual Studio.
A developer's perspective on the challenges and purpose of implementing analytics and tracking in software features.
How to configure pnpm to work with projects stored on an external disk by changing symlink behavior to copying files.
A technical guide on creating a custom linting rule for the Go programming language, using a rule to forbid fmt.Printf as an example.
A tutorial on using pipes and the .[] filter in jq, a command-line JSON processor, for data iteration and transformation.
Three useful C# programming tips for working with dictionaries, including case-insensitive keys and safe value retrieval methods.
A monthly business retrospective from TinyPilot's founder covering revenue, product updates, and time management challenges in running a hardware company.
A technical guide on how to extend the expiration date of an existing GPG key and its subkeys, including commands and best practices.
A technical analysis of the CSS implementation in Meta's Threads app, focusing on its use of CSS Grid for post layouts.
First devlog for Ghostty, a new GPU-accelerated, cross-platform terminal emulator, discussing its tech stack and shell integration features.
A technical guide on using QLoRA to efficiently fine-tune the Falcon 40B large language model on Amazon SageMaker.
A developer explores building a resilient, Rails-based system to integrate ChatGPT for playing video games, inspired by a Twitch streamer's Python script.
A developer shares lesser-known Entity Framework features like AutoInclude and HasQueryFilter to improve code efficiency and avoid common pitfalls.
A developer shares experiences and key findings from testing .NET 8 previews 1-5, covering container changes, analyzers, and build output.
Explores using prompt-hoisting to improve GPT-based code generation, turning tests into prompts to reduce AI's indeterminacy and ensure code correctness.