Creating an agent with Hugging Face smolagents and Azure OpenAI
A tutorial on building an AI agent with a reasoning loop using Hugging Face's smolagents library and Azure OpenAI's GPT-4o model.
A tutorial on building an AI agent with a reasoning loop using Hugging Face's smolagents library and Azure OpenAI's GPT-4o model.
A walkthrough of solving the 'Pyramid Slide Down' coding problem using dynamic programming, starting from the bottom up.
The article discusses the transition from SpecFlow to Reqnroll for .NET behavior-driven development after SpecFlow's corporate acquisition led to stagnation.
A guide to using CSS container queries for responsive design, focusing on a practical layout pattern for email metadata.
Tutorial on using LangChain and Zod in a Next.js chatbot to structure and validate OpenAI API responses for the frontend.
A guide to comparing survey sample demographics with national population data using R, covering both classical and Bayesian statistical methods.
Analyzes the future of .NET Framework, estimating its support timeline based on Windows Server lifecycle and official Microsoft documentation.
Introduces Mentoss, a new JavaScript library designed to mock fetch() requests for testing, focusing on developer experience and documentation.
An open source maintainer's detailed breakdown of their 2024 income, showing a shift towards community sponsorships and project-based earnings.
Explains Azure NSG default rules and how to properly configure them for secure network microsegmentation.
Explains the non-random algorithm Kubernetes uses to select pods for deletion during scale-in operations, including the pod-deletion-cost annotation.
A developer explains migrating his blog from Jekyll to Hyvor Blogs to reduce maintenance and focus on writing content.
A guide to managing Helm Custom Resource Definitions (CRDs) using a custom Terraform module for GitOps workflows.
Discusses why 'hero' culture in tech teams is harmful and advocates for collaborative problem-solving and letting systems fail to drive improvement.
Explains the technical necessity of the `matchLabels` keyword in Kubernetes Deployments and why it cannot be automatically inferred.
A personal guide on preparing for and passing the Certified Kubernetes Administrator (CKA) exam, covering study resources, exam simulation, and practical tips.
Explores challenges and inconsistencies when configuring IAM permissions for AWS EKS clusters following the principle of least privilege.
A guide to using AWS SSM Run Command with Terraform to wait for cloud-init on EC2 instances without needing SSH keys.
A developer shares personal experience and reasons for contributing to open-source projects like GitLab, highlighting non-coding contributions and benefits.
Explains how to manage private Rust crates in Git repos, balancing SSH for developers and HTTPS for CI/CD using Git's url.insteadOf feature.