Engin Dirifor_CLOUDediri.hashnode.net·Jul 5, 2022Kubernetes: ImagePullBackOff!Introduction ImagePullBackOff - One of the message in Kubernetes, you either instantly know the solution or you go mental trying to find it. In this article, I want to help with some common source for the ImagePullBackOff status and providing some po...Discuss·6 likes·2.4K readsKubernetes
Ashwin TelmoreforMy Notesashwintelmore.hashnode.net·Oct 11, 2022Program on the concept of array and operations on array in JavaScript.Aim: Program on the concept of array and operations on array. Requirements: Working PC or Laptop , Installed any operating system Any browser (Google Chrome) Any code Editor(VS Code) Theory: In JavaScript, array is a single variable that is used to...Discuss·2 likes·91 readsFull stack web developmentWeb Development
Nithin R Krishnanfornrknithin.hashnode.net·Jan 14, 2023Array Operations in JavaScriptJavaScript provides a wide range of array operations that allow developers to manipulate and work with arrays in various ways. Understanding how to use these methods can greatly simplify your code and make it more efficient. In this post, we'll cover...Discuss·2 likes·84 readsJavaScript
Jeiman Jeyajei.hashnode.net·Apr 4, 2023What is DevOps?DevOps is more than just a software development methodology – it's a culture. The DevOps culture emphasizes 3 main pillars: collaboration, communication, and shared responsibility between development and operations teams. In this post, we will discus...Discuss·26 readsDevops
KIRAN TERADALkiranteradal.hashnode.net·Mar 28, 2023Linux commandsstarting my #90DaysOfDevOps with the #TrainWithShubham #devops Community To check your present working directory, type the following command in the terminal: pwd This will display the full path of your current working directory. To list all the f...Discuss·27 readsDevops
HarshSkillsvariable.hashnode.net·Feb 19, 2023Little about DevopsDevOps is a rapidly growing field that combines software development and IT operations to streamline the software delivery process and improve overall efficiency. It's a culture, a set of processes, and tools that promote collaboration and communicat...DiscussDevops
Shubham Yadavcomputergeeks.hashnode.net·Feb 9, 2023DockerIntroduction Docker is a technology that helps make computer programs work better. It does this by putting the program and everything it needs to run (like libraries and other files) into a special package called a container. This makes it easier to ...Discuss·34 readsDockerDocker
Sanchit KhuranaforCloudNative and Open Sourcecloudnativefdn.hashnode.net·Jan 28, 2023DevOps: The Intersection of Development and OperationsIntroduction DevOps is a software development approach that emphasizes collaboration and communication between development and operations teams to deliver high-quality software faster and more reliably. DevOps is about breaking down silos and creatin...DiscussDevops
Mouad OumousforHash Sethashset.hashnode.net·Jan 19, 2023Operators In JavaLet’s take a deep look into java operators and how to use them correctly At the lowest level, data in Java is manipulated using operators. Because Java was inherited from C++, most of these operators will be familiar to C and C++ programmers. Java h...Discussprogramming
Nithin R Krishnannrknithin.hashnode.net·Jan 14, 2023Array Operations in JavaScriptJavaScript provides a wide range of array operations that allow developers to manipulate and work with arrays in various ways. Understanding how to use these methods can greatly simplify your code and make it more efficient. In this post, we'll cover...Discuss·2 likes·84 readsJavaScript
Rishi Vamshi Athinaraprishivamshi.hashnode.net·Jan 3, 2023From Zero to Devops Hero: A Beginner's Guide to Essential PrerequisitesIf you're looking to break into the world of DevOps, it's important to have a solid foundation in the key skills and tools that will set you up for success. Here's a beginner's guide to the essential prerequisites for becoming a DevOps hero: Image b...Discuss·100 readsDevops
Karankaranthecreator.hashnode.net·Dec 8, 2022Mathematical Operations in Python | That you need to knowI'd like to show you some of the other mathematical operators that you can use in addition to adding. Starting with adding 3+4 Subtraction is the next obvious one. 5-2 You'd just use the minus sign, but when it comes to multiplication, things get a...Discuss·37 readsmathamaticaloperations
Thodoris Velmachost-velmachos.hashnode.net·Nov 14, 2022How to Migrate Indices from Elasticsearch wth Minio.Hello, in this tutorial I will describe the steps needed to be follow in order to migrate Indices from Elasticsearch to another Elasticsearch Instance. To accomplish this goal I will use this fantastic cli called elasticsearch-dump to perform the ne...Discuss·161 readsDevops