Tutorials

Step-by-step tutorials to help you master cloud infrastructure.

How to Fix “‘adb’ is not recognized as an internal or external command”

Stephen NdegwaStephen Ndegwa
·

How to Use Claude Code with AWS Bedrock

This guide shows how to run Claude Code using Anthropic models hosted on Amazon Bedrock, instead of Anthropic’s direct API. Overview Claude Code supports Amazon Bedrock as a backend. When enabled, it: Prerequisites 1. AWS Account with Bedrock Enabled 👉 AWS Bedrock Consolehttps://console.aws.amazon.com/bedrock/ Important: The first time you use Anthropic models, AWS requires you to […]

Stephen Ndegwa
·

How to Enable ICMP (Ping) on Windows Public Firewall

This guide explains how to allow ICMP (Ping) traffic on a Windows machine using the Public firewall profile. This is useful for network troubleshooting, monitoring, and connectivity testing. ⚠️ Important: This only makes the Windows host pingable. It does not affect routers, public IPs on firewalls (e.g. MikroTik), or tunnel brokers like Hurricane Electric if […]

Stephen Ndegwa
·

How to Run Claude Code with Gemini, OpenAI, or Anthropic Models

How to Run Claude Code with Gemini, OpenAI, or Anthropic Models via claude-code-proxy (Windows, macOS, Linux) The AI ecosystem is evolving fast, and many developers want to leverage Claude Code, Anthropic’s client, with different backends like Google Gemini, OpenAI, or Anthropic itself. claude-code-proxy is a lightweight proxy server that allows you to connect Claude Code […]

Stephen Ndegwa
·

Building a Production-Ready REST API with Node.js, Express, and PostgreSQL

Building a Production-Ready REST API with Node.js, Express, and PostgreSQL Introduction REST APIs are the backbone of modern web and mobile applications. Whether you’re building a SaaS platform, a mobile app backend, or integrating third-party services, a well-designed API is critical. In this tutorial, you’ll learn how to build a production-ready REST API using: By […]

Stephen Ndegwa
·