All Articles
Deploy FLAN-T5 XXL on Amazon SageMaker
A technical guide on deploying the FLAN-T5-XXL large language model for real-time inference using Amazon SageMaker and Hugging Face.
Environment Variables in JavaScript: process.env
Explains how to access and use environment variables in JavaScript and Node.js, including differences between CLI and browser environments.
FB: Managers to ICs
Meta is restructuring, asking many managers to become individual contributors or leave, as part of an efficiency drive.
Speculative Sampling
Explains speculative sampling, a technique using a draft and target model to accelerate large language model text generation.
Building Technoblather
A developer details building a blog using Gatsby and AWS, focusing on DevOps principles, performance, SEO, and professional certification goals.
Adding reading time to Nuxt3 content
A technical guide on implementing a reading time feature for markdown content in both Nuxt 2 and Nuxt 3 frameworks.
Multi-Tenancy with RavenDB and ASP.NET Core
A guide to implementing multi-tenancy in ASP.NET Core applications using RavenDB, covering architecture, advantages, and code examples.
Buttondown is pretty cool
A review of Buttondown, an email newsletter service that can automatically send content from an RSS feed, ideal for web-first publications.
Why backlogs are harmful, why they never shrink, and what to do instead
Argues that product backlogs are harmful, never shrink, and proposes working without them for better productivity and team alignment.
Understanding Large Language Models -- A Transformative Reading List
A curated reading list of key academic papers for understanding the development and architecture of large language models and transformers.
Understanding Large Language Models -- A Transformative Reading List
A curated reading list of key academic papers for understanding the development and architecture of large language models and transformers.
Using shiki with 11ty
A short guide on integrating the Shiki syntax highlighter into an Eleventy (11ty) static site project with minimal code.
How to use Entity Framework Core in ASP.NET Core
A tutorial on integrating Entity Framework Core 7 into an ASP.NET Core web application, covering project setup and database configuration.
Testing Colour Accessibility with Dev Tools
A guide to using browser developer tools, specifically in Firefox and Chrome, to test and ensure color contrast meets web accessibility standards (WCAG).
Oversubscribing GPUs in Kubernetes
A technical guide on oversubscribing GPUs in Kubernetes using time slicing for development and light workloads, with setup instructions.
My favourite 3 lines of CSS
A deep dive into a powerful 3-line CSS utility for managing vertical spacing and flow in web layouts, explaining its evolution and practical applications.
Adding scroll offset tracking to a SwiftUI ScrollView
A technical guide on implementing scroll offset tracking in SwiftUI ScrollViews using preference keys and GeometryReader.
The Performance Impact of SQL’s FILTER Clause
Analyzes the performance difference between SQL's FILTER clause and CASE expressions in aggregate functions, using PostgreSQL benchmarks.
I'm a code folder
A developer explains their practice of 'code folding' to improve readability and focus by collapsing method bodies and using keyboard shortcuts.