blog.kylerobins.comSetting Up Nginx on Ubuntu AWS EC2: A Step-by-Step GuideAs a DevOps engineer, setting up web servers is a common task. In this guide, I'll walk you through the process of installing and configuring Nginx on an Ubuntu EC2 instance. I'll be using Termius as my terminal client for SSH connections, which prov...Jan 30, 2025路3 min read
blog.kylerobins.comDeploying a Web Application with MongoDB on Kubernetes: A Step-by-Step GuideKubernetes has become the go-to solution for container orchestration, offering robust capabilities to automate the deployment, scaling, and management of containerized applications. In this blog post, we will walk through the process of deploying a s...Jan 30, 2024路5 min read
blog.kylerobins.comIntroduction to Kubernetes (K8s)Definition - Kubernetes is an opensource orchestration engine for automating deployments,scaling, and managing containerized applications it was created by Google but its now actively maintained by Cloud Native Computing Foundation. Kubernetes facili...Jan 29, 2024路9 min read
blog.kylerobins.comJavaScript Array MasteryHi there, and welcome back to another blog post. Today's topic is Arrays in JavaScript and Basic Array Methods Introduction An array in JavaScript is a type of global object designed for storing and organizing data efficiently. It serves as an ordere...Jan 2, 2024路5 min read
blog.kylerobins.comJavaScript Looping TechniquesHappy New Year 馃帀馃帀 Hi there and welcome to another blog post. If you just started your coding journey or looking to strengthen your foundation, you're in the right place. Loops are fundamental to programming, and in JavaScript, we have three powerf...Jan 1, 2024路6 min read