PIYUSH SHARMAk8dev.hashnode.dev·Dec 23, 2024Shell Scripting is the King of DevlopmentShell Scripting Shell scripting is a powerful process of automating day-to-day or regular activities on a Linux computer. It can be implemented on any AWS-hosted Linux machine or a Linux-hosted laptop. Here's an introduction to shell scripting and it...#shellscripting #devops
pranav madhukar sirsufalesqldateandtime.hashnode.dev·Nov 5, 2024Python DecoratorsDemonstration of decorators import time def timer(func): def wrapper(*args,**kwargs): start = time.time() result = func(*args,**kwargs) end = time.time() print(f'{func.__name__} ran in {end-start} time') re...35 reads#Decorators #python #Django #Webdev #Coding #tech
vikram kumarvikram2101.hashnode.dev·Sep 1, 2024🚀 Introduction to My 100 Days of System DesignWelcome to my 100 Days of System Design blog series! 🎉 Over the next 100 days, I’ll be diving deep into the world of system design, exploring various concepts, patterns, and architectural principles that power the complex systems we interact with da...100daysofsystemdesign
CoderSoupcodersoup.hashnode.dev·Aug 23, 20244-5 tips/habits for you to become a good developerHere is a list of some things that You might find helpful on your developer journey which I have picked and collected from somewhere and am sharing here: spend more time in the terminal. there is no such thing as a favorite language get comfortable...tips
Saurabh Meharewebdevsrm.hashnode.dev·Jun 13, 20245 Ways to Overcome MySQL Unexpected Shutdown in XAMPPEncountering the "MySQL shutdown unexpectedly" error while using XAMPP can be frustrating, especially when you are in the middle of developing a website on localhost. This issue can disrupt your workflow and prevent you from proceeding with your proj...1 likeMySQL
chirag Rawatdevops-with-chirag.hashnode.dev·Jun 12, 2024Dont want to code > Try Devops 😂Debunking the Myth: DevOps and Coding In the world of DevOps, there’s a common misconception that DevOps engineers don’t need to code, debug, or write long code. Let’s set the record straight: DevOps involves just as much coding—if not more—than trad...Devops
Deepika kumarideepika96.hashnode.dev·May 24, 2024Two-tier application for kubernetes DeploymentFirst setup kubernetes kubeadm cluster: This guide outlines the steps needed to set up a Kubernetes cluster using kubeadm. Pre-requisites Ubuntu OS (Xenial or later) sudo privileges Internet access t2.medium instance type or higher AWS Setup M...Kubernetes
Adarsh Singh Tomarshivtrieslearning.hashnode.dev·May 16, 2024Generics?Hello, Adarsh this side. Today, I have decided to go on a little adventure on the hills of Typescript and Generics is the topic where most slips. But all it needs a strong footing from preventing such happenings. So, let's get started. First of all, ...Developer
shubhangi singhcodeshutters.hashnode.dev·Apr 2, 2024Intro to DockerDocker is a widely used open-source platform that enables software developers to create, deploy, and run applications in a containerized environment. Containers are a lightweight and portable way to package and deploy software applications. Docker ha...Docker
SHADAB AZAMmoshaz003.hashnode.dev·Apr 1, 2024AR/VR DevelopmentTitle: Exploring the World of AR/VR Development: A Beginner's Guide Introduction: Welcome to our comprehensive guide on augmented reality (AR) and virtual reality (VR) development! In this blog post, we'll take you on a journey into the exciting real...New tech