Blossomblossom.hashnode.dev·Nov 12, 2024Brilliant: An academic’s addictionI admit I’ve never completely understood cryptocurrency. On a high level, I know what they are and what they are used for, but as someone who likes to teach and my metric of gauging understanding a subject is in my ability to teach it; I can’t explai...Discuss·10 likesRandomContinuous Learning
Shinetech Softwareshinetechsoftware.hashnode.dev·Nov 6, 2024How to Motivate Your Developers to Continuously Learn New SkillsThe world of technology is constantly advancing, with new innovations emerging daily, particularly within the software development industry. Since the beginning of 2020, we have been able to foresee the future of AI development and application. Moreo...DiscussCareer
Abhishek Prajapatidevopsmasteryunlocking.hashnode.dev·Oct 27, 2024DevOps Journey Week 3: Networking Essentials, Mastering Shell Scripting, and EC2 AutomationHey everyone! 🌟 I’m excited to share some highlights from my DevOps journey this week. I focused on improving shell scripting practices, discovering new Linux commands, automating EC2 deployment, and diving into computer networking basics—all essent...DiscussNetworkingEssentials
Okoye Ndidiamakaamikdigital.hashnode.dev·Oct 1, 2024How Contributing to Open Source Can Supercharge Your Tech CareerIn today's rapidly changing world of technology, it can be pretty challenging to stand out and continually be in a learning process. What if I told you that there is one surefire method to improve your skills, connect with some of the brightest minds...DiscussDeveloperNetworking
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Sep 16, 2024☑️Day 14: Attending the RHEL WorkshopHey everyone! 🌟 I’m excited to share a recent experience that has added a new layer to my DevOps journey. I had the amazing opportunity to attend a live RHEL (Red Hat Enterprise Linux) workshop led by @Shubham Londe Sir, and it was nothing short of ...Discuss#shubhamLondhe
Amitabh soniamitabhdevops.hashnode.dev·Sep 7, 2024DevOps Zero to HeroMastering Passwordless Authentication, Ansible Ad-hoc Commands, Playbooks & Roles The journey to mastering DevOps is both challenging and rewarding, with countless opportunities to learn and grow. Recently, I reached a milestone by completing Lecture...Discuss·11 likes·38 readsDevops
ashwini purwatashwini23.hashnode.dev·Aug 23, 2024Shell scripting Basic interview questions1**.What is the best way to run a script in the background?** Ans: For a script to run in the background, simply add "&" at the end of the command. Example: script.sh & What is the use of the "$?" command? Ans: By using the command "$?", you can fi...Discussshell script
ashwini purwatashwini23.hashnode.dev·Aug 23, 2024Shell Script Practical Interview Questionswrite a shell script to read user input as a string an in output it will reverse the string Ans: #!/bin/bash # Prompt the user to enter a string read -p "Enter a string to reverse: " input # Reverse the string and print it reversed=$(echo "$input"...Discussshell script
Nitinnitinthite.hashnode.dev·Aug 7, 2024Google Cloud Explained: Essential Information for BeginnersStep 1 from series aim to understand Google Cloud. What is Cloud computing? Cloud computing is a way of using information technology that has following five equally important traits: \> Customer get computing resources that are on-demand and self-ser...DiscussExploring Google Cloud - Step by StepLearn by doing
ashwini purwatashwini23.hashnode.dev·Aug 1, 2024Kubernetes ArchitectureKubernetes is a powerful container orchestration platform that automates the deployment, scaling, and management of containerized applications. Its architecture is designed to manage large-scale containerized applications efficiently. Here’s a breakd...DiscussKubernetes