Best of CourseSeptember 2022

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Top 30 React Interview Questions and Concepts

    The freeCodeCamp.org course teaches you about 30 common React interview questions and concepts. Nishant Singh developed this course to help you prepare for a React interview.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Code a Minecraft Clone Using React and Three.js

    Code a Minecraft clone using React, JavaScript, and Three.js is a course on the freeCodeCamp.org YouTube channel. You will learn about many React concepts such as useState, useEffect, useRef and custom Hooks for State management.

  3. 3
    Article
    Avatar of tuts_plusTuts+·4y

    Learn React 18: The Complete React Developer Course

    Learn React 18: The Complete React Developer Course is 3 hours 40 minutes long and it’s split into 27 lessons in total. In React, we primarily use props (short for properties) to pass data to our components. The easiest way to understand props is to think of them like the attributes you can pass to HTML elements in web development.

  4. 4
    Article
    Avatar of communityCommunity Picks·4y

    total-typescript/beginners-typescript-tutorial: An interactive TypeScript tutorial for beginners

    The plan for these exercises is to develop them into a full workshop, and then bundle them into the full video course - Total TypeScript. Each exercise is split into a *.problem.ts and a *.solution.ts.

  5. 5
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Machine Learning for Everybody

    The freeCodeCamp.org YouTube channel is the perfect place to start your learning journey. The course is an excellent introduction to many of the key machine learning concepts. You will also learn how to program different machine learning models on Google Collab. Google provided a grant that made this course possible.

  6. 6
    Article
    Avatar of hnHacker News·4y

    Type-Level TypeScript — Introduction

    Type-level TypeScript is an online course to take your TypeScript skills from intermediate to advanced. It will give you a solid understanding of the type system's fundamentals and guide you through its most advanced features.

  7. 7
    Article
    Avatar of glcGolang News·4y

    Complete Free Golang Course – from basics to advanced topics

    Golang is a programming language developed at Google in 2007 and open-sourced in 2009. It was designed to combine the efficacy, speed, and safety of a statically typed and compiled language with the ease of programming of a dynamic language. It focuses on simplicity, reliability, and efficiency.

  8. 8
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Learn Jenkins by Building a CI/CD Pipeline

    Learn Jenkins by Building a CI/CD Pipeline Jenkins is an open source automation server which makes it easier to build, test, and deploy software. Gwendolyn Faraday developed this course to teach you about Jenkins by showing you how to build a CI-CD pipeline for a web application.

  9. 9
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Code a 2D Game Using JavaScript, HTML, and CSS

    The game uses just HTML, CSS and plain JavaScript without frameworks or libraries. You will build a game completely from scratch featuring everything from sprite animation to parallax backgrounds.

  10. 10
    Article
    Avatar of kdnuggetsKDnuggets·4y

    7 Tips for Python Beginners

    Learn everything about Python is not necessary, but you need to build a base. In an interactive learning environment, you will see a description section, code editor, ipython shell, and lessons. The only way you can move to the next task is when you have successfully typed the correct code and run it. Even companies want their employees to learn new skills, tools, and concepts.

  11. 11
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Angular for Beginners Course + TypeScript [Full Front-End Tutorial]

    Angular is a popular TypeScript-based open-source web application framework created by Google. We just published a comprehensive 18-hour Angular course for beginners on the freeCodeCamp.org YouTube channel (18-hour watch) In this course you will first learn the basics of TypeScript.

  12. 12
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Create a Low-Code Ecommerce App with Stripe, Postgres, & REST API Backend

    A low-code platform can give you pre-built UI components packed with functionality like tables, buttons, and text inputs. This allows you to skip the frontend templates and build your own quickly. We just published a tutorial on the freeCodeCamp.org YouTube channel.

  13. 13
    Article
    Avatar of faunFaun·4y

    Why Java and Web Developers should Learn Docker and Kubernetes?

    Why Java and Web Developers should learn Docker and Kubernetes in 2022? Here are a couple of reasons to learn them to further improve your profile as software developer Hello Java and web developers. Docker is a container orchestration tool, something which can do creating, destroying and managing containers at scale. If things go wrong on Production then it’s the developer who is often involved.

  14. 14
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Intro to Algorithms with Python

    Algorithms with Python Understanding algorithms in an important skill for many computer science jobs. We just published an introduction to algorithms with Python course on the freeCodeCamp.org YouTube channel. This course is ideal for new software developers, aspiring machine learning engineers, and students who've had difficulty understanding algorithms in the past.

  15. 15
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Node.js Server-Side JavaScript – What is Node Used For?

    The release of Node.js in 2009 by Ryan Dahl increased the scope of what developers could do with JavaScript. Prior to that, you could only use JavaScript on the client side (the browser) or frontend of web applications. With Node.JS, developers can create server side applications, command line tools, and more.

  16. 16
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Learn Java Programming (version 17)

    Java has been one of the most popular programming languages for a long time. It is considered a general-purpose, concurrent, strongly typed, class-based language. We just published a full course on the freeCodeCamp.org YouTube channel that will teach you the Java programming language.

  17. 17
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Learn HTML and CSS from the CEO of Scrimba

    The freeCodeCamp.org YouTube course will teach you how to build websites with HTML and CSS. Per Borgan is a front-end developer and co-founder of Scrimba. There are no prerequisites, so it is suitable for absolute beginners.