Fine-tune Llama 7B on AWS Trainium
A technical tutorial on fine-tuning the Llama 2 7B large language model using AWS Trainium instances and Hugging Face libraries.
A technical tutorial on fine-tuning the Llama 2 7B large language model using AWS Trainium instances and Hugging Face libraries.
A recap of Java's major developments in 2023, including JDK 21, virtual threads, and improved developer tooling and accessibility.
Explains new and existing CSS techniques for vertically centering elements, including upcoming browser support for simpler methods.
Explores using multimodal vision AI models like LLaVA for advanced UI/UX test automation, moving beyond traditional methods.
A developer works on the sign-up template, styling, and feature flags for a SaaS product using Python and Django.
Explores the potential new 'params collections' feature in C# 13, allowing the params keyword to be used with collection types beyond arrays.
Learn how to create text outlines using pure CSS with the -webkit-text-stroke properties, including hover effects and browser support.
A guide to using React 18's useOptimistic hook for instant UI updates in Next.js applications, improving perceived performance.
Explains a common MySQL UPDATE error and provides a workaround using a derived table or jOOQ to bypass the restriction.
Guide to upgrading a GKE Autopilot cluster to version 1.28 to enable CUDA 12 support for NVIDIA GPU workloads.
Explains how to enable Google GKE Image Streaming for public DockerHub images using a remote Artifact Registry repository as a mirror.
A guide to implementing quick, keyboard-first search in SwiftUI using the .searchable modifier, with platform-specific solutions for iOS and macOS.
A quick guide to finding the NVIDIA GPU driver version running on a Google Kubernetes Engine (GKE) cluster using a kubectl command.
Learn to programmatically manage Hugging Face Inference Endpoints using the huggingface_hub Python library for automated model deployment.
A technical guide on deploying Antora documentation using GitHub Actions with authentication for private GitHub repositories.
A software engineer's chronological career retrospective, detailing experiences with COBOL, C#, VR, and modern DevOps across various European tech roles.
Introducing the is-playing Web Component, a tool to detect and style playing audio/video elements using CSS selectors and attributes.
A curated list of resources for learning Generative AI and Prompt Engineering, including guides, tutorials, and documentation from OpenAI, DeepLearning.AI, and Microsoft.
Explores eigensolutions and composability in creator tools to combat overfitting and improve generalization across diverse use cases.
Explains how to use Debezium for CDC from Postgres 16 stand-by servers and manage logical replication slots during failover.