AAAdarsh Acharyainnankhatai.hashnode.dev·Feb 21, 2023 · 3 min readInstalling GUI on Amazon EC2 instance running Amazon Linux 2Amazon Linux 2 is a popular operating system choice for Amazon Elastic Compute Cloud (EC2) instances. Amazon Linux 2 is designed to provide a secure, stable, and high-performance environment for running workloads on EC2 instances. In this tutorial, w...00
AAAdarsh Acharyainnankhatai.hashnode.dev·Feb 18, 2023 · 3 min readCase study on Wave Commerce using AWS for delivering customized ecommerce solutionsWave Commerce, a Hong Kong-based ecommerce agency and solutions company, specializes in helping businesses customize their direct-to-consumer (DTC) and omnichannel retail experiences using the Shopify platform. To accelerate ecommerce platform custom...00
AAAdarsh Acharyainnankhatai.hashnode.dev·Dec 26, 2021 · 3 min readGit BranchingBranching Branching is the most important concept of Git. And it is because of branches we can manage the different versions of our code. We can take branches as separate versions of the main repository. These branches are a pointer to a snapshot of...01U
AAAdarsh Acharyainnankhatai.hashnode.dev·Dec 14, 2021 · 4 min readGit-ting StartedWhat is Git? Git is a Version Control System created by Linus Torvalds. Git is a ledger to save the history of files. Git helps developers to collaborate and track the changes in the code and to track the person who made the changes. How Git is helpf...03TE