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...Discuss·1 like·43 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...DiscussDSA
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...Discussbeginner'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...DiscussPython
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...Discuss·105 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...DiscussPython 3
Ishant Kumarletscodeishant.hashnode.dev·Nov 12, 2024The Kahani Begins: Meet the Variables!Imagine you’ve got three friends, each with a unique way of holding onto things. Let’s call them var, let, and const. They’re a little quirky, and each has their own rules. Scene 1: var – The Forgetful Friend Our friend var has been around for ages,...DiscussJavaScript Aur KahaniJavaScript
Bhadreshkumar Ghevariyablog.bhadreshghevariya.com·Nov 10, 2024I wrote the first leetcode program after a Year and made simple mistakes.Today, I tried to use my problem-solving muscle and tried solving easy-level problems on leetcode. At first, this problem looked very easy to me, So I noted down important pieces of information and started to solve the problem on paper. Still, I took...Discuss·1 likeFirst leetcode
Bree Hallbytesofbree.hashnode.dev·Nov 8, 2024Plan, Practice, Progress: Your Roadmap to Consistent CodingHow many times have you started "learning how to code"? It's ok, you can be honest! You want to learn to code at the prospect of a new career, a better income, increased flexibility, or another perk. That excitement fuels your endless research into i...Discuss·2 likes·249 readscoding
Stanley Owarietaday3-of-30days-js-blog.hashnode.dev·Nov 7, 2024Day 17: Mastering JavaScript Destructuring - Arrays and ObjectsToday’s blog post is brought to you with a glass of white wine in hand – finally! After missing out yesterday due to a last-minute trip to ShopRite, I'm happy to be sipping as I write. 🍷 On Day 17, we’re diving into one of my favorite ES6 features: ...Discuss·10 likesJavaScript