Extended Guide: Instruction-tune Llama 2
A technical guide on instruction-tuning Meta's Llama 2 model to generate instructions from inputs, enabling personalized LLM applications.
A technical guide on instruction-tuning Meta's Llama 2 model to generate instructions from inputs, enabling personalized LLM applications.
A response to rumors about Cypress.io 'dying', analyzing recent updates and defending the tool's future and company health.
Analyzes the performance and memory impact of Java's ArrayList.clear() method, explaining its internal workings and potential memory retention.
A technical guide on using R, brms, and marginaleffects packages to perform conjoint analysis for statistical research.
A guide to setting up ESLint and Prettier for code linting and formatting in an Expo React Native project.
A developer praises Alpine Linux for its reliability, simplicity, and drama-free, community-focused maintenance, contrasting it with more controversial distributions.
Explores .NET 8's new TimeProvider and FakeTimeProvider for testing time-dependent code, enabling controlled manipulation of time in unit tests.
A developer's talk on making web development more sustainable, covering facts, figures, and actionable steps to reduce environmental impact.
A critique and refinement of Onion Architecture, analyzing its challenges and proposing a 'sliced' approach for better code organization.
A step-by-step guide to installing, configuring, and testing the GitHub Copilot AI coding assistant within Visual Studio 2022.
A guide to using the EntityFramework.Exceptions library to handle specific database errors like constraint violations in Entity Framework.
A developer's personal comparison and year-long trial of Alfred and Raycast, two popular Mac productivity launcher apps, detailing their pros and cons.
Explores ASP.NET 8's new IExceptionHandler to convert exceptions into standardized Problem Details responses for better API error reporting.
Explores the performance trade-offs of inlining Python functions vs. keeping code modular, showing a speed gain at the cost of readability.
Weekly tech roundup covering major Microsoft AI announcements: Bing Chat Enterprise, Microsoft 365 Copilot pricing, Azure AI updates, and new LLM architectures.
Explores automating the detection of image overflow in xaringan/remark slides to prevent missing images in PDF exports using chromote and headless Chrome.
A developer begins a learning series on using WebGPU to create a web-based renderer for 3D STL files, starting with file parsing.
A technical guide to parsing binary STL files, focusing on their flawed structure and demonstrating the process using JavaScript and WebGPU.
Explains common mistakes in email validation and provides correct, permissive approaches for developers.