awsthoughts.hashnode.devUnderstanding Maven: A Comprehensive Guide for Beginnersmaven is build tool . Build == creating end product , like .war , .jar [web archieve like ola uber java archieve standalone apps like putty Mobaxterm ] Building = Compile + Assembly + creating deliverables compile = convert source code into machine r...Jan 18·2 min read
awsthoughts.hashnode.devHow a Computer Boots: Step-by-Step GuideThe booting process in a Linux-based system involves six steps: BIOS, MBR, GRUB, Kernel, Init, and Runlevel programs. It begins with the BIOS performing a power-on self-test and proceeds to load the Master Boot Record (MBR), which is responsible for ...Jun 27, 2025·5 min read
awsthoughts.hashnode.devIntroduction to Docker: A Beginner's GuideWhat is Docker? Docker is an open-source platform that automates the deployment, scaling, and management of applications in lightweight, portable containers. These containers encapsulate an application and its dependencies, ensuring it runs seamlessl...Dec 25, 2024·6 min read
awsthoughts.hashnode.devLearn Ansible: A Simple Guide for StartersManaging infrastructure can often seem overwhelming, but automation tools like Ansible offer a streamlined approach to simplify this complexity. At the heart of Ansible’s power are its modules , reusable scripts designed to handle specific tasks with...Aug 18, 2024·6 min read
awsthoughts.hashnode.devUnix and Linux Fundamentals: A New User’s GuideOperating Systems: It is an interface Between User and Hardware Unix Flavors Linux Mac OS AIX Solaris HP-UX Why Choose Linux? Multi-User & Multi-Tasking: Supports multiple users and tasks simultaneously. Open Source: Freely available and mod...Jul 20, 2024·5 min read