Best of CourseSeptember 2023

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Learn Prompt Engineering – Full Course

    Learn Prompt Engineering - Full Course Large Language Models like ChatGPT can be used to increase your productivity on a ton of different types of tasks. We just published a crash course on the freeCodeCamp.org YouTube channel that will teach you how to increase the effectiveness of LLMs and super charge your productivity.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Use GraphQL

    GraphQL is a query language for your API, and a runtime for executing queries by using a type system that you define for your data. The Net Ninja created this course, designed especially for those new to GraphQL, you will learn the knowledge and skills to create robust and efficient data-driven applications.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Build an SEO-Optimized Blog with Next.js

    The course leverages the power of several modern tools and frameworks to build the blog. This includes Next.js for the core application, Tailwind CSS for styling, Contentlayer to render Markdown blogs seamlessly. Lottie Animation for interactive animations, React hook form for form functionalities, Next Sitemap for creating a sitemap.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Build and Deploy an AI SaaS with Paid Subscriptions

    Building and Deploy an AI SaaS with Paid Subscriptions is easier than ever to launch your own Software as a Service (SaaS) company! We just posted a course on the freeCodeCamp.org YouTube channel (4-hour watch) The course will guide you through every step of building and deploying a full-stack AI SAAS application.

  5. 5
    Article
    Avatar of awstipAWS Tip·3y

    Microservices design

    The application is deployed in Amazon ECS as a single service that’s scalable and highly available. As the app has grown, we’ve noticed that content delivery becomes a bottleneck during normal operations. To deal with these issues, we decided to split the app into three microservices: Course Catalog, Content Delivery and Progress Tracking.

  6. 6
    Article
    Avatar of gcgitconnected·3y

    10 Best Coding and Programming Interview Books in 2023

    10 Best Coding and Programming Interview Books in 2023. In the past, I have hared some of the best online courses to prepare coding interviews. These books are enough to crack even the toughest of the job interviews at Amazon, or Microsoft. They provide excellent coverage of all essential topics for programming job interviews.

  7. 7
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    New Mojo Programming Language for AI Developers

    New Mojo Programming Language for AI Developers Mojo combines the usability of Python with the performance of C. It's basically an enhanced version of Python specifically designed for Artificial Intelligence developers. You can program the multitude of low-level AI hardware and no C++ or CUDA is required.

  8. 8
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Master the T3 Stack and Build a YouTube Clone

    The T3 Stack comprises Next.js, TypeScript, TRPC, Next Auth, Prisma, and Tailwind CSS. The course will teach you how to use the T3 stack to create a video steaming platform. You'll tackle everything from the home page and search functionality to individual video pages and user profiles.

  9. 9
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Nuxt 3 Course for Beginners

    Nuxt 3 Course for Beginners Nuxt.js has been making waves in the web development world, especially among Vue.js enthusiasts. Nuxt offers a robust set of features for developers looking to build modern web apps. The course is structured to cater to both beginners and those with a foundational understanding of web development.

  10. 10
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Rust Project – Create an Authentication Server

    Rust Project is designed to provide developers with the skills and knowledge they need to implement modern authentication solutions. The Rust programming language is often used for system-level programming, emphasizing safety, concurrency, and performance. The course offers a step-by-step guide to understanding and implementing user authentication in Rust.

  11. 11
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Learn LangChain for LLM Development

    LangChain is a framework that serves as a bridge between developers and large language models, making the design of AI-powered applications easier. The course on the freeCodeCamp.org YouTube channel teaches the basics of LangChain, covering core concepts and capabilities, creating projects like a pet name generator and a YouTube Assistant, working with agents, and designing customized storage solutions.

  12. 12
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Fundamentals of Finance & Economics for Businesses

    Course is designed to empower you with the knowledge and skills needed to navigate this complex terrain. Sriram Chundi created the course to students in-person and now brings it to the world through the freeCodeCamp.org YouTube channel. The course offers an in-depth exploration of the fundamentals of business strategy, finance, and economics.

  13. 13
    Article
    Avatar of communityCommunity Picks·3y

    You're doing it wrong! • Josh W Comeau's Course Platform

    Josh W Comeau is a software engineer at Twitter. He started a course platform called React in early 2020, a few months after hooks had been released. The Joy of React, a comprehensive React course, is an excerpt from the course.

  14. 14
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Use Vector Embeddings to Create an AI Assistant

    Vector Embeddings are a key concept in the realm of machine learning and artificial intelligence. They bridge the gap between human language and machine understanding. We just posted a course on the freeCodeCamp.org YouTube channel that will teach out about vector embeddings and how to create an AI assistant.

  15. 15
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Learn the Basics of Java Programming

    Java is a popular programming language known for its versatility and demand in the tech industry. The article highlights the benefits of learning Java and provides an overview of a Java programming course available on the freeCodeCamp.org YouTube channel.

  16. 16
    Article
    Avatar of angularAngular·3y

    New free, interactive Angular course for beginners on Sololearn

    New free, interactive Angular course for beginners on Sololearn is available for free to anyone who wants to learn Angular. The course is designed to be accessible to new developers, while also being helpful for intermediate developers who want to learn more Angular concepts and skills.

  17. 17
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Ultimate Beginner's Python Course

    Dave Gray has returned to the freCodeCamp.org YouTube channel with a fresh and engaging Python course. The course is packed with a variety of small projects that you'll work on throughout your Python journey. You'll not only learn Python but also develop problem-solving skills that are invaluable.

  18. 18
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    HTML, CSS, and JavaScript Project in Spanish – Create a Pokédex

    HTML, CSS, and JavaScript Project in Spanish is a great way to practice your skills, especially in web development. We just published a course on the freeCodeCamp.org Spanish YouTube channel that will teach you how to build a Pokémon step by step. You will get their data and statistics from the PokéAPI to show their names.

  19. 19
    Article
    Avatar of joshwcomeauJosh W Comeau·3y

    Understanding the JavaScript Modulo Operator

    In this blog post, we're going to learn how the Modulo operator works by refining our mental model for division. In situations where the dividend (the number to be divided) can't be split equally into groups, the modulo operator lets us know how much is left over. In the example widget above, our dividend is 12.