PinnedAli Shaikh·Apr 2, 2021Upgrade AWS Elastic Beanstalk from PHP 7.4 to PHP 8.0The AWS Elastic Beanstalk Console currently only allows you to change between minor platform versions (e.g. from 64bit Amazon Linux 2…
Ali Shaikh·Mar 4, 2025Creating Simple AI Agents: A Beginner’s GuideIn today’s rapidly evolving tech landscape, AI agents are becoming increasingly accessible to developers of all skill levels. This article…
Ali Shaikh·Mar 1, 2025How AI Models Process Text: Understanding Tokens in AI and LLMs with TikTokenizerIn the world of artificial intelligence (AI) and large language models (LLMs), tokens are the essential building blocks that allow these…
Ali Shaikh·Feb 22, 2025How to Access a Remote Linux Machine Using SSH KeysSSH (Secure Shell) is a common way to securely connect to remote Linux machines. Instead of using passwords, SSH keys make logging in safer…
Ali Shaikh·Feb 18, 2025Cloning GitHub Repositories with SSH: A Step-by-Step GuideIn the previous guide, we learnt how to generate SSH Keys on Windows, Linux, and macOS, read here.
Ali Shaikh·Feb 17, 2025Mastering Proxmox Automation: Build an Ubuntu 24.04 Cloud‑Init Template for Rapid VM DeploymentRecently I embarked on a journey to set up Kubernetes Cluster on my home lab running Proxmox. From my experience designing K8s…
Ali Shaikh·Feb 15, 2025Generating SSH Keys on Windows, Linux, and macOSSSH keys are a secure way to authenticate when connecting to remote servers and services such as GitHub Repositories. In this article…