Safer C++
Discusses strategies for improving memory safety in C++ codebases as a practical alternative to full migration to memory-safe languages.
Discusses strategies for improving memory safety in C++ codebases as a practical alternative to full migration to memory-safe languages.
A tutorial on creating interactive, production-grade tables in R using the reactable and reactablefmtr packages.
Analyzes the latest pre-training and post-training methodologies used in state-of-the-art LLMs like Qwen 2, Apple's models, Gemma 2, and Llama 3.1.
A technical review of the latest pre-training and post-training methodologies used in state-of-the-art large language models (LLMs) like Qwen 2 and Llama 3.1.
Extends a Julia automatic differentiation library (MicroGrad.jl) to handle map, getfield, and anonymous functions, enabling gradient descent for polynomial fitting.
A developer creates a Bash script called 'qq' to query Kagi's FastGPT API from the terminal, improving on a command-line LLM tool concept.
Introducing the live-filter Web Component, a tool for filtering HTML list items in real-time using a text input field.
A developer creates a custom middleware proxy to paginate Kagi's large Small Web RSS feed, making it usable in their Miniflux reader.
The article critiques excessive JavaScript use harming web performance and user experience, urging teams to prioritize users and adopt better practices.
Exploring Go's standard library features like JSON, templates, and static file embedding for SaaS development.
An overview of Azure AI Foundry, a unified platform for building and deploying AI solutions on Microsoft Azure, covering its features and benefits.
A guide to using the useReducer hook in React for managing complex component state, including syntax, examples, and advantages.
A review of a free, dense reference e-book for learning HTML elements and CSS properties through rote memorization.
A guide to replacing deprecated Sass @import with @use rules and using index files for cleaner, more efficient stylesheet organization.
A guide to deploying Ruby on Rails with PostgreSQL on Google Cloud Run, using a personal toolchain and the Cloud Skills Boost platform.
Explains how Apache Iceberg brings ACID transaction guarantees to data lakes, enabling reliable data operations on open storage.
A nostalgic look at the HTML <area> element and image maps, comparing them to Tamagotchis and discussing early 2000s web design practices.
Learn how to extract text and data from PDFs using Python tools like pypdf, OCR, and table extraction techniques.
Author reflects on being named a Python Software Foundation Fellow, highlighting community contributions and shared recognition with Adam Johnson.
A technical guide on how to layer multiple CSS gradients to create visual effects, including a marker highlight effect for text.