Creating Developer Tool - Part 2
Part 2 of a series on creating a developer tool, focusing on designing core Swift protocols and models for a logging dashboard.
Part 2 of a series on creating a developer tool, focusing on designing core Swift protocols and models for a logging dashboard.
The Moq library faces controversy for using SponsorLink, a tool that checks for GitHub sponsorships during builds, raising privacy and open-source concerns.
A developer shares progress on Ares OS, a new operating system with userspace processes, drivers, and initial software ports.
A Redux maintainer shares painful lessons learned migrating packages to ES Modules, covering build tools, configurations, and compatibility issues.
A developer shares their experience using the Remarkable 2 e-ink tablet for writing and reading, and details creating a script to convert PDF notes to Markdown.
A tutorial on building a local Data Lakehouse using Docker Compose with Apache Spark, Minio, Dremio, and Nessie.
How to use Dev Containers to create a portable, local preview environment for a Next.js blog, eliminating the need for cloud deployments during editing.
Explores .NET 8's new Interceptors feature, a preview capability for intercepting and replacing specific method calls at compile time.
A technical deep dive into how barrel exports in a React app can prevent tree shaking and cause performance issues, with a case study from the Centered app.
A developer investigates and fixes a performance issue in a Next.js app where a massive image file bloats the initial JavaScript bundle, slowing page load.
Explains the new Keyed Services feature in .NET 8 Preview 7, showing how to register and inject named dependencies.
Explains fundamental electrical concepts like Ohm's Law and Kirchhoff's Voltage Law, applying them to circuits with resistors and LEDs.
Explores advanced tips and lesser-known features for using the env-schema package to manage environment variables and configuration in Node.js applications.
A technical guide on deploying Meta's Llama 2 large language models (7B, 13B, 70B) on Amazon SageMaker using the Hugging Face LLM DLC.
A developer investigates and solves random API timeouts by identifying and addressing slow AWS Lambda cold starts using metrics and X-Ray tracing.
A guide to globally registering Angular Injection Tokens in the TestBed to simplify test setups and avoid NullInjectorError.
A deep dive into implementing custom coroutine systems using C++20's native language features, covering promise classes, awaiters, and practical examples.
A curated newsletter issue covering mobile automation news, CI/CD for iOS/Android/Flutter, testing tools, and development workflows.
A developer's approach to solving the 'Game of Life' code kata, focusing on modular code and testing practices.
A developer log for Ghostty, a terminal emulator, covering community updates, licensing plans, and a technical deep dive into implementing non-native fullscreen on macOS.