Akash DevforAkash Dev's Blogcoolcoderr.hashnode.net·Apr 20, 2023My Journey in tech👋 Greetings, dear readers! Some of you may already know me, but you may not be aware of my journey in the tech industry. In today's blog, I'll be sharing my story and experiences. I'll cover topics such as who I am, how and why I started in tech, th...Discuss·18 likes·67 readsjourney into tech
Deepesh ADforDeepesh Blogsmydevad.hashnode.net·Nov 7, 2022What is DevOps ? DevOps Concepts to learn before diving to the field of DevOps...DevOps? Why DevOps? CAMS DevOps Jargons Big Overview to Remember What exactly the term DevOps? There is no such definition of DevOps but , we can say that it is a cultural practice followed in the Organization by Development Team and Operational...Discuss·15 likes·99 readskunalkushwaha
Rohit JainforHTML-blogrohitjain2227.hashnode.net·Jan 27, 2023What Is Html?HTML is not a programming language. It is a hypertext markup language. It uses to create and structure content on the web. It works like a skeleton of the website which gives structure to the website. when we talk about the styling of the website lik...Discuss·12 likes·27 readsHTML
Karan Kapoorfordevkaran.hashnode.net·Apr 24, 2023Kubernetes: An Introduction to Container OrchestrationKubernetes (often abbreviated as "K8s") is a powerful open-source platform that automates container orchestration. It was originally developed by Google in 2014 and is now maintained by the Cloud Native Computing Foundation (CNCF). Kubernetes makes i...DiscussKubernetes
Manik MehtaforMANIK MEHTAdmanika27.hashnode.net·Apr 24, 2023Designing a Car in Java (Interfaces Explained)Today we will design a car in Java by using Interfaces. Firstly I should define What interface is and How to use it. As we know that in Java we cannot have two parent classes of a single child class, having two parent is called Multiple Inheritance. ...Discusskunalkushwaha
Manik MehtaforMANIK MEHTAdmanika27.hashnode.net·Apr 24, 2023Abstract Classes in JavaAssume a real-life problem that you want to create a parent class in which a function is declared and now it's children classes want to take the same function that is name and arguments remain same but the body is to be different. Take a small exampl...Discusskunalkushwaha
Manik MehtaforMANIK MEHTAdmanika27.hashnode.net·Apr 23, 2023Polymorphism in JavaAnother very useful property of OOPs is Polymorphism. Today we will try to get familiar with it. What does Polymorphism mean in very general case? It’s just occurrence in different forms. It has similar meaning. When we were using constructor, a type...Discuss·2 likesJava
Anshu Kumar Kushwahaforanshublogs.hashnode.net·Apr 23, 2023My Journey as a Web Developer:As a new web developer, I'm excited to share my thoughts on this amazing field. Web development is a constantly evolving field that requires continuous learning and adaptation. However, it is also a rewarding profession that provides an opportunity t...Discuss·1 like·35 readsWeMakeDevs
Anantha Narayananforanantha.hashnode.net·Apr 23, 2023Think about this, Elon Musk speaking to Steve JobsJust image Joe Rogan interviewing Albert Einstein in real time! 💀 It is not currently possible to bring Steve Jobs and Elon Musk together for a show. However, with the advancements in AI and generative models like ChatGPT, it may be possible to cr...DiscussArtificial Intelligence
Manik MehtaforMANIK MEHTAdmanika27.hashnode.net·Apr 23, 2023Inheritance In JavaToday we will learn about Inheritance in Java. What is Inheritance in a general way or non-programming way? It’s basically the transfer of some properties from parent generation to child generation. But is child exact copy of parent generation? No! c...Discuss·1 likekunalkushwaha
Manik MehtaforMANIK MEHTAdmanika27.hashnode.net·Apr 23, 2023Creating a Singleton Class in JavaAssume you want a class for which only one object can be created. This type of class is known as Singleton Class. How can you create that class? Before jumping to this topic let me recall the way for creating an object. The method is: className_objec...Discusskunalkushwaha
Manik MehtaforMANIK MEHTAdmanika27.hashnode.net·Apr 23, 2023Finding element in Rotated ArrayRotated Array: Assume a sorted increasing array is there, we take the last element of this array and keep it in first place and the array is shifted, that means the index of last element will become 0 and element of further elements will be shifted b...Discusskunalkushwaha
Manik MehtaforMANIK MEHTAdmanika27.hashnode.net·Apr 23, 2023First and Last Position in sorted arrayNow as we had already covered Ceiling Number Question in previous blog, let’s do another question that will enhance the concept of Binary Search. Question: Find the first and last occurrence of an element of a non-decreasing sorted array. For Example...Discusskunalkushwaha