Building a Service Platform with HashiCorp: Vault, Nomad, and Consul

When building services that need to run reliably, you face three fundamental problems: managing secrets securely, deploying workloads consistently, and enabling services to find each other. HashiCorp’s stack addresses these with Vault, Nomad, and Consul. This guide shows how to set up and integrate all three based on what I learned while building infrastructure for distributed services. ...

October 21, 2025 · 7 min · yinebebt

Understanding CPU Scheduling Algorithms

As software engineers, we often work with systems that abstract away the fundamental concepts of operating systems. We deploy containers to Kubernetes, scale web services, and optimize database queries without thinking deeply about the underlying resource management. Yet understanding these foundations becomes crucial when we hit performance walls or design systems that need to handle thousands of concurrent operations efficiently. This guide covers CPU scheduling algorithms for systems engineers, backend developers, and DevOps professionals. These concepts help when optimizing microservice architectures, debugging performance issues, or working with distributed systems. ...

September 9, 2025 · 21 min · yinebebt

Building an MCP Server: A Complete Guide

Model Context Protocol (MCP) enables AI assistants to interact with external tools and services. In this guide, we’ll build a simple calculator server that demonstrates MCP concepts by creating a tool that Claude (or other MCP clients) can use to perform mathematical calculations. ...

June 3, 2025 · 4 min · yinebebt

Learning Kubernetes: Deploying a Go Server from Scratch

This guide walks through deploying a Go web server on Kubernetes, covering Docker containerization, setting up a local Kubernetes cluster with Minikube, and deploying the application. ...

March 14, 2025 · 6 min · yinebebt

Personal Integrity: The Core of Internal Quality

Personal Integrity is the state of being whole and undivided, having internal unity and coherence. In other words, personal integrity refers to an unwavering commitment to moral and ethical principles that shape an individual’s actions and decisions. It is not just about big, life-altering decisions; it often shows up in the small choices we make daily. ...

December 26, 2024 · 2 min · yinebebt

Link Preview Feature for Chat App

Recently, I contributed to Tinode Chat1, an open-source chat platform, by adding a link preview feature2. This post highlights implementation details and lessons learned from collaborating with the Tinode community. ...

December 3, 2024 · 2 min · yinebebt

Welcome to My Site

Welcome to my site. This site shares insights, experiences, and resources from my work as a software engineer. ...

November 3, 2024 · 1 min · yinebebt