Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabh-joshi authored Nov 20, 2023
1 parent cf50e56 commit addbf75
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,36 @@ This repository is an archive of emails that are sent by the awesome Quincy Lars

**If you find these learning resources to be worth your time, consider supporting the nonprofit with a tax-deductible donation: [https://donate.freecodecamp.org](https://donate.freecodecamp.org) or with a monthly donation via their Patreon account: https://www.patreon.com/m/4797564/**

### Nov 17, 2023
1. This Java book will help you build a solid foundation in Object-Oriented Programming (OOP). You can read this full book right in your browser, and bookmark it to serve as a reference down the road. It covers Java fundamentals like Data Types, Operators, and Control Flow. Then it dives into OOP concepts like Constructors, Inheritance, Polymorphism, and Encapsulation. (full-length book): https://www.freecodecamp.org/news/learn-java-object-oriented-programming/

2. My friend Andrew is a former CTO. Over the past 5 years, he's earned every single AWS and Azure cloud certification under the sun. Now he's back with a comprehensive course to prepare you for the Azure Solutions Architect exam. If you want to work in DevOps or Site Reliability Engineering, then this is an excellent certification to earn. And Andrew will show you the way. (10 hour YouTube course): https://www.freecodecamp.org/news/become-an-azure-solutions-architect-expert-pass-the-az-305-exam/

3. Learn how to ace developer job interviews. This course will break down common coding interview topics like data structures and algorithms. Parth is an experienced software engineer who's worked at a number of tech companies including Microsoft. Along the way, he's learned several interviewing strategies that work, and he'll teach you all of them. (5 hour YouTube course): https://www.freecodecamp.org/news/master-technical-interviews/

4. PaLM 2 is a powerful new Large Language Model from Google. And we're bringing you an in-depth course on how to harness its power. In this course, popular freeCodeCamp instructor Ania Kúbow will walk you through building your own AI chatbot using the PaLM 2 API. (1 hour YouTube course): https://www.freecodecamp.org/news/how-to-use-the-palm-2-api/

5. I met up with MIT-trained engineer Arian Agrawal in New York City to interview her about her journey into tech. She was working on Wall Street when she had an idea to rent out her friends' Indian dresses for weddings. What followed was a crazy journey into entrepreneurship. I had a blast recording this podcast interview, and I hope you enjoy listening to it. (2 hour listen in your browser or favorite podcast app): https://www.freecodecamp.org/news/podcast-arian-agrawal-from-mit-to-startup-land/

Quote of the Week: *"After I drink my coffee, I show my empty mug to the IT guy and tell him that I've successfully installed Java. He hates me."* — A joke first told in an elevator at the Goldman Sachs building in 2013

### Nov 10, 2023
1. Learn the basics of hardware coding with the popular Arduino microcontroller. You'll learn how to control LEDs, motors, and even household objects like window blinds. You'll also learn how to hook up sensors for light, sound, and temperature. This is the ultimate DIY electronics tool, and this project-oriented course will teach you all about it. You can enjoy this course and learn these concepts even if you don't own an Arduino. (10 hour YouTube course): https://www.freecodecamp.org/news/arduino-for-everybody/

2. I hung out in New York City with legendary programmer Joel Spolsky, who co-founded Stack Overflow and Trello. I got to interview him about his thoughts on software engineering, building companies, and how new AI tools represent a “third age of programming”. (2 hour listen in your favorite podcast app): https://www.freecodecamp.org/news/trello-stack-overflow-founder-joel-spolsky-podcast-interview/

3. Learn Python and the powerful Tkinter library by coding your own desktop app. In this quick tutorial, you'll learn Tkinter basics by building a whiteboard app with a Graphical User Interface. You'll code the window's navigation, buttons, and even a color picker. (20 minute read): https://www.freecodecamp.org/news/build-a-whiteboard-app/

4. Learn how to build your own e-commerce sticker shop with AI-generated stickers. In this WordPress crash course, freeCodeCamp teacher Beau Carnes will walk you through coding and deploying your own site. He'll show you how to use AI tools to procedurally generate merchandise to stock your virtual shelves. This is a fun, breezy watch. (1 hour watch): https://www.freecodecamp.org/news/create-a-wordpress-store-that-sells-real-ai-generated-products/

5. Next.js is a popular JavaScript web development framework. And one of the trickiest parts of building an app is Authentication. This course will teach you how to use the latest version of Next.js together with several OAuth providers to sign your users in. (1 hour YouTube course): https://www.freecodecamp.org/news/secure-next-js-applications-with-role-based-authentication-using-nextauth/

Quote of the Week: *"We’re programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We’re not excited by incremental renovation: tinkering, improving, planting flower beds."* — Joel Spolsky

### Nov 3, 2023
1. As you may know, each week I host The freeCodeCamp Podcast where I interview software developers. Well, I decided to do something special for our 100th episode. I recorded a full-length audiobook version of my 2023 book “How to Learn to Code and Get a Developer Job.” If you've been meaning to read my book, you can now listen to it on the go – in its entirety. I consider podcasts to be my own personal “University of the Commute.” I listen to them every day while I'm getting around town. And I encourage you to do the same. Just search for The freeCodeCamp Podcast in whichever podcast app you use, or listen right in your browser. (full audiobook – 4 hour listen): https://www.freecodecamp.org/news/learn-to-code-book/

2. This in-depth course will teach you Web Development for beginners. You'll learn key tools like HTML, CSS, and JavaScript. You'll even learn how to commit your code with Git and deploy it to the cloud. My friend Akash teaches this course. He's not only a developer – he's also CEO of a machine learning startup. This man knows webdev like the back of his hand, and he's stellar at teaching it. (20 hour YouTube course): https://www.freecodecamp.org/news/learn-web-development-with-this-free-20-hour-course
2. This in-depth course will teach you Web Development for beginners. You'll learn key tools like HTML, CSS, and JavaScript. You'll even learn how to commit your code with Git and deploy it to the cloud. My friend Akash teaches this course. He's not only a developer – he's also the CEO of a machine learning startup. This man knows webdev like the back of his hand, and he's stellar at teaching it. (20 hour YouTube course): https://www.freecodecamp.org/news/learn-web-development-with-this-free-20-hour-course

3. If you're already comfortable with web development, and want to learn mobile app development, this course will teach you how to code your own Android quiz app – and from scratch. You'll build on top of your webdev knowledge by learning Android Components and the Kotlin programming language. Then you'll get some practice applying design principles and app logic concepts. (10 hour YouTube course): https://www.freecodecamp.org/news/kotlin-and-android-development-build-a-chat-app/

Expand All @@ -17,7 +43,7 @@ This repository is an archive of emails that are sent by the awesome Quincy Lars
Quote of the Week: “The most disastrous thing that you can ever learn is your first programming language.” — Alan Kay, programmer, Turing Award winner, and pioneer of Graphical User Interfaces (GUIs)

### Oct 27, 2023
1. Harvard's CS50 course is the most popular course at Harvard, and the most-watched Computer Science course in history. Through freeCodeCamp's partnership with Harvard, I present to you the brand new 2023 edition of this course. You'll learn CS fundamentals like Data Structures and Algorithms. You'll also learn C programming, Python, SQL, and other key tools of the trade. I know learning to code is a big undertaking. Ease into it with this fun, beginner-friendly course. (26 hour YouTube course): https://www.freecodecamp.org/news/harvard-university-cs50-computer-science-course-2023/
1. Harvard's CS50 course is the most popular course at Harvard and the most-watched Computer Science course in history. Through freeCodeCamp's partnership with Harvard, I present to you the brand new 2023 edition of this course. You'll learn CS fundamentals like Data Structures and Algorithms. You'll also learn C programming, Python, SQL, and other key tools of the trade. I know learning to code is a big undertaking. Ease into it with this fun, beginner-friendly course. (26 hour YouTube course): https://www.freecodecamp.org/news/harvard-university-cs50-computer-science-course-2023/

2. If you have some Python experience and want to get into Machine Learning, start with this freely available book we just published through freeCodeCamp Press. You'll learn how to harness the power of ML algorithms including Least Squares, Naive Bayes, Logistic Regression, and Random Forest. You'll also learn a variety of optimization techniques like Gradient Descent. You can read the book, tinker with the code examples, and bookmark it for future reference. (full-length book): https://www.freecodecamp.org/news/machine-learning-handbook/

Expand Down

0 comments on commit addbf75

Please sign in to comment.