Up and running local Kubernetes Clusters
A guide comparing tools like Minikube, Kind, K3s, and Kubeadm for setting up local Kubernetes clusters for development and learning.
A guide comparing tools like Minikube, Kind, K3s, and Kubeadm for setting up local Kubernetes clusters for development and learning.
A guide on learning software development effectively, covering language choice, early practice with simple challenges, and building a todo app.
A technical comparison of RabbitMQ and Apache Kafka for messaging in microservices, covering their architectures, patterns, and use cases.
Key takeaways from the AI Engineer Summit 2023, focusing on challenges in LLM deployment like evaluation methods and serving costs.
A front-end developer analyzes the CSS techniques used in Adobe's new web-based Photoshop, focusing on layout, flexbox, and interesting implementation details.
A guide on using Tailscale VPN to securely access a self-hosted Home Assistant instance remotely, avoiding insecure internet exposure.
Explores using logic programming (Prolog) for data analysis, demonstrating its application on a diamond pricing dataset to build robust models.
A biweekly newsletter curating the latest news, tools, and tutorials on mobile automation, covering iOS, Android, and Flutter CI/CD, testing, and development.
A guide to using Ollama, an open-source CLI tool for running and customizing large language models like Llama 2 locally on your own machine.
Explains how Amazon DynamoDB implements distributed ACID transactions at massive scale without sacrificing performance for existing single-key operations.
A developer's summary of upgrading to .NET 8 Preview 7, RC1, and RC2, covering new warnings, API changes, and performance improvements.
Explains the oklch() CSS color function, its benefits for web design, browser support, and practical usage examples.
A technical tutorial on building a basic GUI client from scratch using the Wayland protocol in C, without external libraries.
A technical guide on deploying Hugging Face's IDEFICS visual language models (9B & 80B parameters) to Amazon SageMaker using the LLM DLC.
A technical guide on optimizing Docker build times for Node.js AWS Lambda functions, focusing on caching and layer strategies.
A guide to jq, a powerful command-line JSON processor for developers, covering installation, basic usage, and productivity tips.
A technical guide to fixing a persistent 'error occurred during host configuration' in vSphere after upgrading vSphere Replication and vCenter.
A tutorial on implementing tabbed interfaces (tabsets) in web pages using vanilla JavaScript and CSS, with support for Markdown and HTML.
A beginner-friendly guide to using HuggingFace's Transformers and Diffusers libraries for practical AI applications, including image generation.
A technical guide on using Meta AI's Segment Anything model to perform object segmentation on satellite imagery from Maxar.