CodingSplashcodingsplash.hashnode.dev·Sep 27, 2023Day11- String Methods # 1String Methods in Python: Python provides a set of built-in methods that we can use to alter and modify the strings. Strings are immutable - it means that it creates a new string, which means it does not change the existing string. Following are the ...DiscussPython
Janmejai Singhcyd3er.hashnode.dev·Sep 25, 2023Kubernetes as a Container OrchestrationContainer orchestration automates the deployment, scaling, and management of containers. Kubernetes is the most popular container orchestration tool. Kubernetes orchestrates containers as:- Scheduling containers on nodes in the cluster Automaticall...DiscussWeMakeDevs
CodingSplashcodingsplash.hashnode.dev·Sep 23, 2023Day08-User InputThe input() function is a built-in function that allows user input. This input function takes input as a 'string' and gives a return value as string/character hence we have to pass that into a variable. Example: a = input("Enter language: ") print("I...Discuss100DaysofPythonPython 3
CodingSplashcodingsplash.hashnode.dev·Sep 22, 2023Day07 - Typecasting in PythonTypecasting: The conversion of one data type into the other data type is known as 'type casting' in python or 'type conversion' in python. Python supports a wide variety of functions or methods like: int(), float(), str(), ord(), hex(), oct(), tuple(...Discuss·1 like100DaysofPythonPython
Ratish Jaindevcon.hashnode.dev·Sep 21, 2023Object Oriented Programming in JavascriptJavaScript, often referred to as the "language of the web," is a versatile and powerful programming language. One of its key strengths is its support for Object-Oriented Programming (OOP) principles. In this blog post, we'll dive into the world of OO...Discuss·12 likesHashnode
Ankita Thakurankita8091.hashnode.dev·Aug 20, 2023Git CLI V/S Git UIGit, a distributed version control system. It has helped many developers to manage and collaborate on their code. It has various features like tracking the changes the developer has made to his code, merging the code and also working with other teamm...DiscussWeMakeDevs
Vaibhav jainjnvaibhavblogs.hashnode.dev·Aug 14, 2023Take Your Productivity To The Nxt Lvl..🚀🚀What is Productivity?? Productivity is not how much work you can do in 24hrs, but it is how you manage to do more work in a given or short period of time and still be consistent in your work. Introduction In today's fast-paced world, staying producti...Discuss·2 likeskunalkushwaha
Sachin Kumarbrokenprogrammer.hashnode.dev·Aug 11, 2023Empowering Developers Worldwide: Unveiling the Impact of Hashnode PlatformIn today's rapidly evolving digital landscape, developers are the architects of innovation. They sculpt the virtual realms that shape our lives. Amidst this dynamic environment, platforms that empower developers hold immense significance. Hashnode em...Discuss·1 likeHashnode
Dhananjay kulkarnidhananjaykulkarni.hashnode.dev·Aug 3, 2023Project-9: 🚀 Setting up a Kubernetes Cluster with MiniKube on AWS: Deploying Django Todo App and Managing Network and Services 🌐📝 Section 1: Setting up a Kubernetes Cluster with MiniKube on AWS 🚀 🌟 Why MiniKube? 🌟 MiniKube is a fantastic lightweight tool that lets you run Kubernetes on your local machine. It's perfect for development, testing, and learning purposes. With ...Discuss·6 likes·51 readsWeMakeDevs
Ali Zia Khanaliverse.hashnode.dev·Jun 16, 2023Security Fundamentals in BlockchainHave you ever wondered why Blockchain has become the technology buzzword nowadays? But wait !!! I am asking other than decentralization.😉 Didn't get it? No worries...... Let me tell you the answer then.✌ Security in the blockchain is arguably one of...Discuss·10 likes·75 readsBlockchain