KGKalpak Goshikwarinblogs-by-kalpak.hashnode.dev·Jul 1, 2025 · 9 min readCreating a Reusable Carousel Component in ReactIn this article, I will be showcasing how we can create a simple carousel component without need of any external library. I will create a barebones carousel component, to which we can apply styling based on our requirement. What is a Carousel? A caro...00
KGKalpak Goshikwarinblogs-by-kalpak.hashnode.dev·Apr 22, 2025 · 10 min readMastering User Management in LinuxLarge Enterprises usually have multiple users performing different actions on a single linux server. Ever wondered how that works? This article will dive into the depths of user management via linux. By the end you will be able to easily create users...01M
KGKalpak Goshikwarinblogs-by-kalpak.hashnode.dev·Apr 19, 2025 · 5 min readA Guide to spinning up an EC2 InstanceWhat is an EC2 Instance? An EC2(Elastic Compute Cloud) instance is a server hosted on AWS(Amazon Web Services). In simpler terms, these are virtual machines which are running on a cloud. EC2 instances allow you to choose from CPU, memory, storage and...00