Skip to main content

Posts

Showing posts from October, 2024

freeCodeCamp Turns 10 & Major Certification Updates

Curriculum for the course freeCodeCamp Turns 10 & Major Certification Updates Quincy Larson started freeCodeCamp ten years ago in a closet. It has grown into one of the best places to learn to code on the Internet. freeCodeCamp is constantly improving and in this video we preview a major certification update coming soon. Tom Mondloch gives an overview the new certification. Quincy's article: https://www.freecodecamp.org/news/freecodecamp-turns-10-major-curriculum-updates/ Donate link [I encourage you to put the link on screen when you say it]: https://donate.freecodecamp.org/ Contribute link [I encourage you to put the link on screen when you say it]: https://contribute.freecodecamp.org/ Watch Online Full Course: freeCodeCamp Turns 10 & Major Certification Updates Click Here to watch on Youtube: freeCodeCamp Turns 10 & Major Certification Updates This video is first published on youtube via freecodecamp. If Video does not appear here, you can watch this ...

Build a Full Stack Book Store App Using React, Node, MongoDB

Curriculum for the course Build a Full Stack Book Store App Using React, Node, MongoDB Learn to build a comprehensive fullstack MERN stack bookstore website from @mdalmamunit427. This project will cover both frontend and backend development from the ground up. As a MERN stack project, we'll be using React for the frontend, Node.js and Express.js for the backend, and MongoDB as our database. We'll also leverage technologies like Tailwind CSS, Redux, RTK Query Toolkit, Mongoose, and JWT (JSON Web Tokens) to enhance our project. Our bookstore will feature an admin dashboard for managing books, a cash-on-delivery system, and a robust inventory management system. Users can easily add or remove products from their carts, proceed to checkout, and place orders. For admins, we'll create a secure admin dashboard accessible with a username and password. Admins will have the power to upload new books, manage and update existing book information, and delete books as needed. 💻 St...

Linux Device Drivers Development Course for Beginners

Curriculum for the course Linux Device Drivers Development Course for Beginners Learn how to develop Linux device drivers. They are the essential software that bridges the gap between your operating system and devices like keyboards, printers, and more! From setting up your development environment across different operating systems to diving deep into the Linux kernel, system calls, and the /proc filesystem, this course provides a hands-on approach to mastering device driver development. inpyjama's YouTube channel: https://www.youtube.com/@inpyjama Free embedded systems book: https://inpyjama.com/b/c-ninja-book Linux Device Drivers course with quiz and certification: https://inpyjama.com/c/ldd-101 inpyjama's Blog - https://inpyjama.com/hello-world ⭐️ Contents ⭐️ ⌨️ (0:00:00) Who we are and our mission ⌨️ (0:01:29) Introduction and layout of the course ⌨️ (0:06:51) Sandbox environment for experimentation ⌨️ (0:11:14) Setup for Mac ⌨️ (0:28:41) Setup for Linux ⌨️ (0:44:2...