Sahal Imransahalimran.hashnode.dev路Nov 1, 2024Go: Control Structures, Shadowing, and Looping TechniquesIn my recent exploration of Go, I鈥檝e delved into core concepts that underpin effective Go programming. Here鈥檚 a summary of what I鈥檝e learned. Shadowing Variable shadowing occurs when a variable in an inner block has the same name as a variable in an ...Discusslearning
Shantanu Rathodshaantech.hashnode.dev路Oct 28, 2024Biggest Mistake I did in learning Full-Stack DevelopmentEveryone says to build to learn in development, and that's what I did. However, most of the time, I couldn't even finish my projects because I was learning while creating something I would use (I only like to do projects that solve my own or someone ...Discuss路2 likescoding
Arunmathavan Karunmathavank.hashnode.dev路Oct 4, 2024Python Guide for Rock-Paper-Scissors Game: Logic, Loops, and Randomimport random The random module is used to select values randomly from a set. Here, the computer chooses random values (0, 1, 2), where 0 stands for Rock, 1 for Paper, and 2 for Scissors. The Rule is:1. Rock crushes Scissors2. Scissors cuts Paper3. ...Discusslearning
Pavani PampanaforReact-Native-AppRegistryappregistry.hashnode.dev路Sep 29, 2024Everything You Should Know About AppRegistryAppRegistry is the entry point for running all the react-native applications. It is used to register the root component of the app and tell react-native which component to launch at the start. It serves as a bridge between JavaScript and the react-...Saikiran uppalapati and 1 other are discussing this2 people are discussing thisDiscuss路5 likes路52 reads#appregistry
Vuyelwa Mavumamavooma.hashnode.dev路Sep 29, 2024The Overwhelming Journey of Learning Multiple Programming LanguagesLearning to code is often described as a journey鈥攁 marathon, not a sprint. But what happens when you try to learn not just one, but several programming languages? It can feel like you're climbing a mountain with no end in sight. And in today鈥檚 social...DiscussProgramming Blogs
Arunmathavan Karunmathavank.hashnode.dev路Sep 4, 2024Python "Higher or Lower" Game - Who Has More Followers?For this game, I created a dataset with dictionary form. Each entry in the dataset is a dictionary that contains key-value pairs representing different attributes of a person or entity (such as their name, category, followers, and country). Here is h...Discusslearning
Arunmathavan Karunmathavank.hashnode.dev路Aug 28, 2024"Building a Silent Auction Program in Python: A Step-by-Step Guide"First, import the os module to interact with the operating system, allows to clearing the terminal screen. So the bid amount isn't visible to others. import os a=input("***Welcome to the Silent Auction Program***") The winner function is a cr...Discusslearning
Da4ndoblog.da4ndo.com路Jul 10, 2024馃 Beginner鈥檚 Guide to Programming: Should You Use AI?As a seasoned full-stack developer with 8 years of experience, I've witnessed firsthand the evolution of programming and the rise of AI in our field. In this blog post, I'll share my insights on how to begin your programming journey and explore the r...DiscussBeginner Developers
Darasimi Olumuyiwasimicodes07.hashnode.dev路Jun 29, 2024Product testing a website...Hey there tech enthusiasts! Welcome to my blog!! Today we're practicing product testing on a website specifically an HNG website. For those who aren't aware, HNG is a computer science (mostly software) training program that offers a unique opportunit...Discussproduct testing
Darasimi Olumuyiwasimicodes07.hashnode.dev路Jun 28, 2024The Frontend Faceoff: Astro vs ReactJSHey there, tech enthusiasts! Welcome to my blog!! Today, we're exploring the world of frontend technologies, comparing two exciting frameworks: Astro and ReactJS. First, let's talk about Astro. Imagine a framework that lets you build fast, scalable w...DiscussReact