Shah Abul Kalam A Kiamshah.hashnode.dev·Sep 25, 2024My CS50 Learning Experience ✨Introduction I learnt about CS50 through an Instagram reel I saw back in 2022, I was surprised that Harvard University offers free Computer Science courses for the public that explains almost everything you need to know about programming and how the ...Discuss·1 like·29 readscs50
Aadhithya Bharadwaj BMaadhithya.hashnode.dev·Apr 29, 2024Matching strings in an arrayProblem Statement In this code we are matching the strings in the array with words you type, basically making sure that the word you typed in is there in the array, it is like a bool code. User Story As a Developer, i want to match words with the wor...Discuss·10 likesminimalistic projects
Pratik Kalepk-coding-journey.hashnode.dev·Mar 7, 2024CS50 Week 2: Arrays, Libraries, and the Power (and Struggles) of RecursionHey everyone, continuing my journey through CS50's Introduction to Computer Science! As promised, I've been tackling Week 2, which delves into the world of arrays . Almost There with Arrays and Recursion! I'm happy to report that I've made significan...DiscussCS50x Journeycs50x
Shubham Meteshubhammete.hashnode.dev·Feb 4, 2024CS50-01-Scratch: 01-Getting started with Data RepresentationDay 1 of CS50's Introduction to Computer Science here I noted keypoints of the very first part of the course how to represent Data and how computer interprets it Computer Science Computer science is used to solve problems with some techniques and me...DiscussCS50’s Introduction to Computer ScienceHarvard CS50 course
Solomon C. Nwantechuksblog.hashnode.dev·Dec 17, 2023Unlock Your Coding Potential with Projectstake AcademyAre you ready to embark on a coding odyssey that will transform your understanding of computer science and programming? Projectstake Academy invites passionate individuals to unlock their coding potential through the upcoming CS50X program. In this b...Discuss·147 readsprogramming
Solomon C. Nwantechuksblog.hashnode.dev·Dec 13, 2023Navigating the Coding SeasEvery remarkable journey commences with a captivating tale. In my serendipitous pursuit of knowledge, I stumbled upon Projectstake Academy — a discovery that not only marked a chance encounter but also became a pivotal moment shaping my understanding...Discuss·1 like·164 reads#Projectstake Academy
Jebetjebetcodes.hashnode.dev·Oct 3, 2023CS50x - Week 8Introduction This week we dove headfast into the world of web development using the dynamic trio HTML, CSS and JavaScript. This illuminated the mechanics and magic behind websites and applications we interact with daily. TCP/IP We kicked off by unrav...Discusscs50
Kevin Hindrikskevinhindriks.hashnode.dev·Sep 19, 2023Half way done with CS50. My thoughts...If you are new to coding and taking CS50 and are feeling like you want to quit, please take a moment to read this. So I've just finished Week 5 of CS50, and it's been a grueling 6 weeks. I always knew that I was no genius, but I used to always be fai...Discuss·1 likecs50
Jebetjebetcodes.hashnode.dev·Aug 14, 2023CS50x - Week 7Introduction In Week Seven, I got the privilege to dive into the world of databases. It included exploring how data is structured, stored and manipulated to power modern applications using SQL. Databases Flat file databases is an approach to organizi...Discusscs50
Patrick A. Nobletnoblet.hashnode.dev·Aug 4, 2023How To Connect And Use CS50 Codespace on VScodeWhat is a Codespace and Why Do We Use It? Codespaces is a service offered by GitHub that gives software developers a cloud-based programming environment directly within GitHub. It enables developers to establish and run an integrated development envi...Discuss·1 like·376 readsvscode