Superfast LLM text generation with vLLM on Windows 11
Learn to install and use vLLM with OpenAI, LangChain, and Guidance AI on a Windows 11 PC.Continue reading on Better Programming »
Read moreMicroModel Architecture: Scaling Large Language Models with Microservices
IntroductionI have been working with LLM-centered development for almost two years now, and I’ve faced ups and downs in terms of results, usually fixable by using better models. But there’s always a threshold to what can be solved this way, so I developed a solution that draws on my experience
Read moreWeird Gotchas with EKS Autoscaling Groups
Some things that have bitten me recently that I thought might be worthwhile to pass onContinue reading on Better Programming »
Read moreA Sass Mixin to Build Your Own CSS Framework à la Tailwind
Ready to craft a Sass mixin to generate your own class-based CSS approach for your app?Continue reading on Better Programming »
Read moreKeep it Structured Stupid! (KISS)
Save yourself from squinting at log output later onContinue reading on Better Programming »
Read moreBetter Way To Manage Your Node.js Secrets, Technically
Building software projects involves managing various services and environment-specific variables, often necessitating secure storage of sensitive data such as databases and cloud service credentialsPhoto by Maria Cappelli on UnsplashOne common mistake developers make is storing these credentials directly in the source code, a practice that can lead to severe consequences if
Read moreCreating a Spaceflight News Blog With HTMX and JSON API
Building a dynamic website with HTMX and JSON API with Spaceflight News blog exampleContinue reading on Better Programming »
Read moreUnveiling the Data Modeling Principles of SwiftData
While analyzing code, learning Swift’s new featuresPhoto by Steven Coffey on UnsplashIn the improvements of SwiftData, the ability to declare data models purely in code undoubtedly left a deep impression on Core Data developers. This article will delve into how SwiftData creates data models through code, its new language features, and demonstrate
Read moreBuild Secure, Scalable, and Accelerated Machine Learning Pipelines
Use Intel® SGX Virtual Machines in Azure Kubernetes* Services (AKS) DeploymentsFigure 1. Diagram of the XGBoost pipeline on Kubernetes architectureWhen deploying machine learning models into production, it is critical to ensure the application's security, scalability, and availability. Using the Kubernetes* service on the Microsoft Azure* confidential computing platform is one
Read moreHow to Lead Through Change
The biggest challenge to successfully implementing any change isn’t coming up with a solid strategy or an extensive execution planContinue reading on Better Programming »
Read more