CodingSplashcodingsplash.hashnode.dev·11 hours agoDay07 - 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·1 likeHashnode
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·50 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
Eshan Shikarkhaneeshan99.hashnode.dev·Jun 15, 2023The map() Method in JavaScriptMap method The map method is an inbuilt JavaScript method which is used for iterating over arrays. It is used when the usage of for loops have become a tedious task. What does the map method do? It allows you to transform the elements of an array wi...Discuss·26 readsWeMakeDevs
Cornelius Lochipi Emasecorneliusemase.hashnode.dev·Jun 9, 2023Simple Technique to Center a Div/ElementIntroduction Most often you will hear other devs saying they hate CSS, centering a div / and or an element has been a challenge to them. Well, in this article we will discuss with examples a few easiest ways to center an element. You would probably n...Discuss·10 likes·121 readshashnodebootcamp
Cornelius Lochipi Emasecorneliusemase.hashnode.dev·May 30, 2023Best Practices for Efficiently Rendering Data from Arrays in React JS.Introduction It is time now to discuss how we can render list items in a component using the map() method, The article plus solved challenges are found here if you want to grasp a little knowledge on the method before you continue here. Challenge Tod...Discuss·11 likes·96 readsReact