Sowmiyanoobcoderr.hashnode.dev·Dec 19, 2024Day 4: Looping Through Patterns Like a Rockstar Kanye Style!1. The Classic Triangle This pattern screams, "I’m the GOAT of basics." Kanye would approve. How It Works: Outer loop: Runs 5 times (one for each row). Inner loop: Prints stars equal to the row number. Kanye would say, "I’m not just a star. I’m...5 likesJavaForLife
Pavan Varmapavan-varma.hashnode.dev·Dec 17, 2024Java Functions/Methods: A Beginner's Guide to Writing Efficient CodeIntro: In this article, I would like to share some insights about... Functions/Methods Works Scoping Shadowing Variable Arguments Function Overloading let’s goooo..🙂🔥🔥🔥✌ Functions: A Function/Method is a block of code that only runs when ...Programming Blogs
Joe-Manuel Schlütermrtechwriter.hashnode.dev·Dec 13, 2024How to Get a Harvard Certificate in 2025Want a Harvard certificate? CS50’s Introduction to Computer Science is your ticket. It’s free to audit, open to everyone, and one of the best ways to learn computer science fundamentals while earning a certificate with Harvard’s name on it. Here’s my...Computer Science
Aniket Acharyadevutter.hashnode.dev·Dec 13, 2024App Layout and StructuresThis code simply depicts the basic structure of layout for any mobile application .In flutter scaffold provides the visual for a material design application. Here are some of elements that scaffold can include: AppBar: It defines the appbar at th...1 likeFlutter
Kelvin R. Tobiaskelvinintech.hashnode.dev·Dec 7, 2024How ChatGPT helped me become a better programmerIntroduction As a mechanic, my days were spent diagnosing and repairing complex engines—a skill I took great pride in. Over time, however, I discovered a new hobby I had never considered before: coding. What started as a casual interest quickly turne...1 like·45 readsAI
Pavan Varmapavan-varma.hashnode.dev·Dec 3, 2024Java 101: Understanding Variables, Data Types, and Input/OutputIntroduction: Java is one of the most popular and versatile programming languages in the world, and it is used in everything from web applications to mobile apps. Understanding the basics is essential if you're starting your journey into Java. In thi...DSA
Arghya Roy Chowdhurymy-c-programming-journey-begins.hashnode.dev·Dec 2, 2024Learning C: Phase 1 (10 days)Introduction Hello and welcome to my blog! I'm excited to share my journey of learning C programming with you all. As a beginner, I've finally decided to take the first step towards becoming a programmer myself. I've chosen to start with C programmin...beginner's journey
John Hambletonjohns-coding-journey.hashnode.dev·Nov 25, 2024Kicking Off My Coding JourneyA Little About Me Hi there! I’m a 31-year-old living and working in the suburbs of Chicago. My background is in Manufacturing Engineering Technology, which I studied in college. Currently, I work in the foundry industry—also known as metalcasting. If...Python
Tim Bailey-Jonestimcod.es·Nov 20, 2024Keeping on top of changes across multiple git repositoriesThis is a classic "I scratched my itch, hope it helps" story. I made a Github Gist out of it. I sometimes lose track of unpushed/uncommitted changes, across multiple projects / clients. To get a handle on this, I wrote this script called git-dirty an...109 readsGitHub
Leafyhyperleafy.hashnode.dev·Nov 12, 2024Small Wins in Python: How a CLI Todo App Changed My Perspective on CodingIt’s been a while since my first post “Navigating the Fog of Tech: My Journey as an Introverted Tech Enthusiast”, In that time, a lot has happened so there may be a slight change in my writing style. Based on how you perceive it, may be considered as...Python 3