Upgrade PostgreSQL from 14 to 15 on Ubuntu 23.04
A technical guide for upgrading PostgreSQL from version 14 to 15 on Ubuntu 23.04, including commands and troubleshooting steps.
A technical guide for upgrading PostgreSQL from version 14 to 15 on Ubuntu 23.04, including commands and troubleshooting steps.
The author works on Python exercises from Exercism and makes behind-the-scenes improvements to their streaming content.
Explains Low-Rank Adaptation (LoRA), a parameter-efficient technique for fine-tuning large language models to reduce computational costs.
Learn about Low-Rank Adaptation (LoRA), a parameter-efficient method for finetuning large language models with reduced computational costs.
A tutorial on creating maps of Tolkien's Middle Earth using R, the {sf} package, and {ggplot2} for GIS data visualization.
A senior engineer discusses why complaining about past jobs or colleagues is a red flag in technical interviews and how to discuss past struggles constructively.
Applying functional programming concepts to writing and maintaining documentation, especially for design systems, to improve reusability and consistency.
A step-by-step guide on transferring an Azure subscription, specifically a Visual Studio benefit, from a corporate tenant to a personal tenant for full administrative control.
A technical guide on using jOOQ to pass table-valued parameters (TVPs) to T-SQL functions from Java, with code examples.
A guide to setting up an AWS Trainium instance using the Hugging Face Neuron Deep Learning AMI to fine-tune a BERT model for text classification.
A guide to unit testing 11ty (Eleventy) JavaScript/TypeScript templates using Vitest, focusing on testing data and render methods.
How to fix the AD FS error 'None of the UPNs were successful for S4U Logon call' related to the Protected Users group.
Explains the difference between assignment and mutation in JavaScript's const keyword, clarifying why objects declared with const can still be modified.
A guide to redacting sensitive PII data like email addresses from logs before they are sent to Azure Application Insights using C# and ITelemetryInitializer.
Tutorial on setting up a production infrastructure for Dockerized PHP apps on Google Cloud Platform using multiple VMs and managed services.
Explores the concept of a 'unit' in unit testing, arguing it's not necessarily a class and discussing how to determine the right scope for effective tests.
Senior tech leaders emphasize that taking responsibility and learning from failures are the only things that matter when things go wrong.
The article distinguishes between interactive and transactional prompting, arguing that prompt engineering is most valuable for transactional, objective tasks with LLMs.
An article discussing leadership in tech, challenging biases based on appearance by comparing two developers, and advocating for diversity in open-source communities.
A guide on securing Angular SPAs by shifting authentication to a Duende BFF backend, moving away from the Implicit flow to the more secure PKCE flow.