Analyze sustainability data periodically with GitHub Actions for free
Using GitHub Actions to automate parsing Azure sustainability PDFs into a public JSON file for programmatic use.
Using GitHub Actions to automate parsing Azure sustainability PDFs into a public JSON file for programmatic use.
Explores SObjectizer's runtime telemetry feature for monitoring actor model applications in C++, covering setup and practical usage.
Announces the addition of 6 new R programming books to the Big Book of R collection, covering statistics, machine learning, and data science.
A guide to customizing the default file header comment for new Swift files created within a Swift Package, using an IDETemplateMacros.plist file.
A survey of how distributed databases handle secondary indexes, comparing strategies in DynamoDB, MongoDB, Yugabyte, and others.
Explains why Microsoft certifications show as expired in Credly and how to update your professional profiles to use Microsoft Learn instead.
Explains how to use Azure Logic Apps' built-in input/output obfuscation to secure data in operational logging and how to validate the settings.
The latest episode of Building SaaS covers post-launch improvements and user experience polishing for the JourneyInbox application.
The author updates their blogroll, recommending two influential web design professionals and their insightful personal sites.
An article explaining homomorphic encryption, a method for performing computations on encrypted data without decryption, with a practical example in R.
A technical guide on using the memleak tool from bcc to find memory leaks in a running Postgres C program, comparing it to Valgrind.
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.
Explains how the Fetch API's credentials option works with cookies, detailing the 'omit', 'same-origin', and 'include' values.
A guide to essential frontend technologies for freelancers, covering HTML, CSS, JavaScript, responsive design, and version control.
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.
A technical guide on deploying Meta's Llama 2 70B large language model on AWS Inferentia2 hardware using Hugging Face Optimum and SageMaker.
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 developer adds a line profiler to their custom programming language to measure and optimize performance directly in the terminal.
An overview of s6 and s6-rc, a suite of Unix service supervision and management tools, covering components like s6-log and s6-supervise.