Blogroll update, March 2024
The author updates their blogroll, recommending two influential web design professionals and their insightful personal sites.
The author updates their blogroll, recommending two influential web design professionals and their insightful personal sites.
Explains how the Fetch API's credentials option works with cookies, detailing the 'omit', 'same-origin', and 'include' values.
A hiring manager's advice on standing out in the competitive front-end developer job market, with practical do's and don'ts for applicants.
A technical guide on using the memleak tool from bcc to find memory leaks in a running Postgres C program, comparing it to Valgrind.
An article explaining homomorphic encryption, a method for performing computations on encrypted data without decryption, with a practical example in R.
A guide to essential frontend technologies for freelancers, covering HTML, CSS, JavaScript, responsive design, and version control.
A guide to implementing server-side rendering (SSR) for Web Components in ASP.NET Core using Tag Helpers to improve performance and user experience.
A technical guide on deploying Meta's Llama 2 70B large language model on AWS Inferentia2 hardware using Hugging Face Optimum and SageMaker.
A developer adds a line profiler to their custom programming language to measure and optimize performance directly in the terminal.
Explains the technical distinction between JavaScript engines (like V8) and JavaScript runtimes (like Node.js), clarifying their roles and components.
Analysis of WebAssembly ecosystem trends from Wasm I/O 2024, focusing on Components, WASI, and the Warg registry for cross-language development.
An overview of s6 and s6-rc, a suite of Unix service supervision and management tools, covering components like s6-log and s6-supervise.
C# 13 may allow the use of 'ref' and 'unsafe' in iterators and async methods, addressing current limitations with references and spans.
Explains two methods to create a used memory percentage metric for Windows Servers in Azure Monitor Log Analytics for effective alerting.
Explains how Kubernetes exposes metrics for monitoring, covering the Metrics API, Kubelet/cAdvisor, and different metric categories.
Explains how to use Azure OpenAI with your own data via Semantic Kernel, focusing on RAG and Azure AI Search integration.
A developer documents their journey tackling the 'Billion Row Challenge' in Fortran, optimizing performance from over 2 minutes to under 6 seconds.
A tutorial on building a budget-friendly digital display for announcements using a Raspberry Pi Zero 2 W and the MagicMirror software.
Kuto is a reverse JavaScript bundler that reuses cached code to make web updates smaller and faster, improving performance.
A technical analysis of aircraft flight routes using ADS-B telemetry data, Python, and GIS tools, focusing on a specific AirBaltic Airbus A220-300.