<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Fraway Engineering Blog</title><description>Technical insights on Kubernetes, cloud-native development, LLMs, and software engineering from the Fraway team.</description><link>https://fraway.io/</link><language>en-us</language><item><title>Claude Code Skills: The Complete Guide for Developers</title><link>https://fraway.io/blog/claude-code-skills-guide/</link><guid isPermaLink="true">https://fraway.io/blog/claude-code-skills-guide/</guid><description>Learn what Claude Code skills are, how they affect AI behavior, how to create custom skills, and discover popular community repositories.</description><pubDate>Thu, 23 Jan 2025 00:00:00 GMT</pubDate><contentType>tutorial</contentType><readingTime>12</readingTime><tldr>Skills are reusable instruction packages that extend Claude Code with specialized workflows. They&apos;re auto-invoked based on context, use progressive disclosure for efficiency, and can be created as SKILL.md files in ~/.claude/skills/ or .claude/skills/.</tldr><category>claude</category><category>ai</category><category>developer-tools</category><category>productivity</category><author>Francesco Donzello</author></item><item><title>Transformers for LLM Users: What Developers Actually Need to Know</title><link>https://fraway.io/blog/transformers-for-developers/</link><guid isPermaLink="true">https://fraway.io/blog/transformers-for-developers/</guid><description>Learn the 5 transformer concepts that matter for developers: context windows, tokenization, sampling parameters, and cost optimization for Claude and Gemini.</description><pubDate>Thu, 23 Jan 2025 00:00:00 GMT</pubDate><contentType>tutorial</contentType><readingTime>10</readingTime><tldr>Understanding context windows, tokenization, and sampling parameters will save you money and help you debug LLM issues. Claude Opus 4.5 has 200K context at $5/$25 per 1M tokens; Gemini 3.0 Pro has 1M context at $2/$12 per 1M tokens.</tldr><category>llm</category><category>ai</category><category>claude</category><category>gemini</category><category>api</category><author>Francesco Donzello</author></item><item><title>Kubernetes Pods Explained: A Beginner&apos;s Complete Guide</title><link>https://fraway.io/blog/kubernetes-pods-beginners-guide/</link><guid isPermaLink="true">https://fraway.io/blog/kubernetes-pods-beginners-guide/</guid><description>Learn what Kubernetes pods are and how to create, read, update, and delete them. Step-by-step tutorial with kubectl commands and YAML examples for beginners.</description><pubDate>Mon, 13 Jan 2025 00:00:00 GMT</pubDate><contentType>tutorial</contentType><readingTime>10</readingTime><tldr>A Pod is the smallest deployable unit in Kubernetes, containing one or more containers. Use kubectl to create, get, describe, edit, and delete pods.</tldr><category>kubernetes</category><category>devops</category><category>containers</category><author>Francesco Donzello</author></item><item><title>MicroK8s Setup Guide: Run Kubernetes Locally in Minutes</title><link>https://fraway.io/blog/microk8s-local-kubernetes-setup/</link><guid isPermaLink="true">https://fraway.io/blog/microk8s-local-kubernetes-setup/</guid><description>Learn how to install and configure MicroK8s for local Kubernetes development. Step-by-step tutorial covering installation, addons, and cluster management.</description><pubDate>Mon, 13 Jan 2025 00:00:00 GMT</pubDate><contentType>tutorial</contentType><readingTime>8</readingTime><tldr>MicroK8s is a lightweight Kubernetes distribution perfect for local development. Install with snap, enable addons like DNS and dashboard, and start deploying pods in minutes.</tldr><category>kubernetes</category><category>devops</category><category>microk8s</category><author>Francesco Donzello</author></item><item><title>Kubernetes Network Policies: A Complete Security Guide</title><link>https://fraway.io/blog/kubernetes-network-policies-guide/</link><guid isPermaLink="true">https://fraway.io/blog/kubernetes-network-policies-guide/</guid><description>Learn how to implement Kubernetes network policies to secure pod-to-pod communication. Includes practical examples, common patterns, and troubleshooting tips.</description><pubDate>Mon, 15 Jan 2024 00:00:00 GMT</pubDate><contentType>tutorial</contentType><readingTime>18</readingTime><tldr>Network policies in Kubernetes act as firewalls for pods. Default is allow-all. Use labels to select pods and define ingress/egress rules.</tldr><category>kubernetes</category><category>devops</category><category>security</category><author>Francesco Donzello</author></item></channel></rss>