Breanna Humphresbrehumphres.hashnode.dev·Oct 2, 2024Defeating Python: Phase 3 CompleteHey everyone, Phase 3 is officially complete, and I’m thrilled to share my progress with you! I had a much smoother experience with Python compared to my time with React. For this phase's project, I chose to create an adventure choice-based game, whi...Python
Breanna Humphresbrehumphres.hashnode.dev·Sep 20, 2024Week 7: My First Introduction to PythonExhausted. Overwhelmed. Thrilled. Nervous. Apprehensive. These are the emotions I was juggling at the beginning of week 7. But as I wrap up this week, those intense feelings have settled into something more manageable. I find myself feeling more prep...womenwhocode
James Ouyangjouyang.hashnode.dev·May 6, 2024JS Arrays and ObjectsAfter an two exhaustive weeks of learning software engineering at Flatiron School, it took me awhile to understand arrays and the appendixes. Here are my takeaways: Arrays Array Methods: Array.push(); Array.pop(); Array.shift(); Array.unshift(); Arra...array
TaKeya McFaddenkeyathecoder.hashnode.dev·Apr 15, 2024Reeling in Success: Tales from the Seas of Code with HungryPenguinWow, can you believe it? I'm finally here at Phase 5, the last leg of my Flatiron bootcamp journey. It's been quite the ride, full of challenges, victories, and learning. Today, I'm excited to share with you my experiences building a full-stack fishi...flatiron
Bruno Rossibrunorossi.hashnode.dev·Apr 2, 2024Featured"Grasp" - AI-powered language-learning appLanguage learning has always been part of my life: Portuguese and Spanish at school; playing online videogames in English as a teenager; immigrating to the USA during my 20s; and, nowadays, using apps like Duolingo to learn as a hobby. I'm currently ...35 likes·619 readsJavaScript
Kenny McClellandkxm203.hashnode.dev·Apr 2, 2024How to create your own full stack project in the terminal and track using Git.Hello! I want to show you how you can start a full stack project and utilize Git Hub. There can be a lot of steps and can ne overwhelming, but in time I am sure with the more projects you create the process will get easier! There will be a lot of ste...Software Engineering
Kenny McClellandkxm203.hashnode.dev·Mar 29, 2024Stumped on Generating Data for Your Project?Have you ever worked on a coding project and you needed to seed your database, but couldn't think of how to come up with your data? Instead of using the same things over and over, there is a Python package called Faker that can generate fake data for...Faker Python
Kenny McClellandkxm203.hashnode.dev·Mar 5, 2024Common Data Types in PythonI want to talk about some of the common data types you will see as you code in Python. First up is strings, if you have coded in JavaScript you already know what a string is, but if you are unfamiliar with this a string is anything that is wrapped in...Flatiron School
Christopher Kimfirstblogpost.hashnode.dev·Feb 15, 2024Flatiron Phase 5!In the final phase of my program at Flatiron, I have spent the last three weeks creating my own full stack application. At the beginning of this endeavor, while I struggled to come up with an idea for my project, I knew I wanted to challenge myself t...Software Engineering
TaKeya McFaddenkeyathecoder.hashnode.dev·Feb 12, 2024In the Realm of React: Chronicles of a Component ConjurerToday, I want to share my personal journey with React, a JavaScript library that has become an integral part of my web development experience. From the moment I started exploring React, it felt like I had stumbled upon a powerful tool that revolution...React