Skip to main content

Posts

Showing posts from December, 2023

Master Behavioral Interviews (for Software Engineers)

Curriculum for the course Master Behavioral Interviews (for Software Engineers) Learn the essential skills and insights to succeed in behavior-based interviews. While many devleopers focus on preparing for technical interviews, you should also pepare for the other parts of job interviews. This course will help you navigate behavioral interviews with ease. ✏️ Course developed by Parth Vyas. ⭐️ Contents ⭐️ ⌨️ (0:00:29) Course outline ⌨️ (0:02:38) Understanding different types of interviews ⌨️ (0:04:03) Behavioral interview fundamentals ⌨️ (0:10:34) Master of the STAR method ⌨️ (0:19:59) Self-assessment and researching companies ⌨️ (0:32:38) Case study 1: Netflix ⌨️ (0:39:01) Case study 2: Amazon ⌨️ (0:42:12) Behavioral interview question categories ⌨️ (0:50:09) Top 50 behavioral interview questions ⌨️ (2:01:20) How to deal with tough questions ⌨️ (2:06:19) Non-verbal communication ⌨️ (2:08:19) Strategies for preparation and useful Resources 🎉 Thanks to our Champion and Sponsor su

Learn JavaScript Interactively in NEW freeCodeCamp.org Curriculum

Curriculum for the course Learn JavaScript Interactively in NEW freeCodeCamp.org Curriculum freeCodeCamp.org has just launched a major update to the JavaScript Algorithms and Data Structures Certification. You can now learn JavaScript by building 21 projects! Instead of coding through a series of challenges, you will learn the fundamentals of JavaScript by building 16 practice projects + 5 certification projects. Each of the practice projects will lead you through a step by step process for building out dynamic HTML, CSS and JavaScript applications. Check out the new JavaScript curriculum at www.freeCodeCamp.org! ✏️ Jessica Wilkins created this walkthrough video. Watch Online Full Course: Learn JavaScript Interactively in NEW freeCodeCamp.org Curriculum Click Here to watch on Youtube: Learn JavaScript Interactively in NEW freeCodeCamp.org Curriculum This video is first published on youtube via freecodecamp. If Video does not appear here, you can watch this on Youtube alway

Full Stack Tutorial – Hotel Management Site w/ Next.js, React, Sanity.io, Tailwind, Stripe

Curriculum for the course Full Stack Tutorial – Hotel Management Site w/ Next.js, React, Sanity.io, Tailwind, Stripe Learn how to build and deploy a hotel management system with Next.js, React, Sanity.io, Tailwind CSS, and Stripe. Features: - Hotel Room Management CRUD with Sanity.IO - Hotel Room Review - Room Booking - Checkout with Stripe - Stripe webhook - Light / Dark Mode with React Context - Search (Room Type / Name) - Authentication with Auth.JS - Typescript - useSwr Hook - Deployment to Vercel - And lots more... 💻 Code: https://github.com/laribright/hotel-management ✏️ Course created by @codewithlari ⭐️ Contents ⭐️ 0:00:07 Intro and Demo 0:09:07 New Project 0:14:42 Layout 0:35:02 Dark / White Theme 0:47:37 Authentication Page Setup 1:02:01 Sanity CMS Integration 1:13:57 Environment Variables 1:16:47 Sanity Schemas (user, account, booking, hotelRoom, verificationToken) 1:52:37 Authentication with next auth (Github, Email, Google) 2:12:02 Toast Notification 2:14:18 Fix

Remix and Strapi Crash Course – Full Stack Development

Curriculum for the course Remix and Strapi Crash Course – Full Stack Development Learn how to use Remix and Strapi to build full stack applications. In this course, you'll discover how to harness the power of Remix, a modern React framework, to create dynamic, user-friendly front-end interfaces. And you'll learn to integrate Strapi, a flexible, open-source Headless CMS, to efficiently manage and deliver your content. ✏️ Course created by @CodingAfterThirty 💻 Code: https://github.com/PaulBratslavsky/freecodecamp-remix-strapi-final ⭐️ Contents ⭐️ (0:03:51) Introduction (0:03:51) Prerequisites (0:04:21) Setting up our project and overview (0:07:03) Root route explained and linking our CSS (0:08:22) Creating your first route and render via outlet (0:10:36) Creating Dynamic Routes in Remix (0:14:12) Setting up contact detail page (0:15:08) Using the loader function to load data (0:20:02) Loading single-user based on id via params (0:24:48) Setting up Strapi, a headless CMS

Microsoft Azure Fundamentals Certification Course (AZ-900) UPDATED – Pass the exam in 3 hours!

Curriculum for the course Microsoft Azure Fundamentals Certification Course (AZ-900) UPDATED – Pass the exam in 3 hours! Learn about Microsoft Azure and pass the Azure Fundamentals exam! The Azure Fundamentals exam (AZ-900) is an opportunity to prove knowledge of cloud concepts, core Azure services, Azure pricing, SLA, and lifecycle, and the fundamentals of cloud security, privacy, compliance, and trust. You will learn about all these things in this course. ✏️ Course developed by Andrew Brown of ExamPro. Check out the ExamPro YouTube channel: https://www.youtube.com/channel/UC2EsmbKnDNE7y1N3nZYCuGw 🔗 ExamPro Certification Training: https://www.exampro.co 🐦 Twitter: https://twitter.com/andrewbrown 📷 Instagram: https://www.instagram.com/exampro.co/ ⭐️ Course Contents ⭐️ ☁️ (00:01:05) Introduction Why should I get the AZ-900? Exam Guide Walkthrough ☁️ (00:24:24) Cloud Concepts What is Cloud Computing Common Cloud Services What is Microsoft and Azure Benefits of Cloud Computing T

JavaScript Testing with Jest – Crash Course

Curriculum for the course JavaScript Testing with Jest – Crash Course Learn how to test JavaScript code using the Jest testing framework. Jest is a JavaScript testing framework designed to ensure correctness of any JavaScript codebase. It allows you to write tests with an approachable, familiar and feature-rich API that gives you results quickly. ✏️ Course developed by @CodeWithTomi ⭐️ Contents ⭐️ 00:00 Intro 00:45 Setting Up Jest 06:22 Basic Concepts In Jest 15:31 Matchers 33:21 Testing Asynchronous Code 49:48 Mock Functions and Spies 1:00:20 Outro 🎉 Thanks to our Champion and Sponsor supporters: 👾 davthecoder 👾 jedi-or-sith 👾 南宮千影 👾 Agustín Kussrow 👾 Nattira Maneerat 👾 Heather Wcislo 👾 Serhiy Kalinets 👾 Justin Hual 👾 Otis Morgan 👾 Oscar Rahnama -- Learn to code for free and get a developer job: https://www.freecodecamp.org Read hundreds of articles on programming: https://freecodecamp.org/news Watch Online Full Course: JavaScript Testing with Jest – Crash Cour

Build a Virtual World Filled with Self-Driving Cars – JavaScript Tutorial

Curriculum for the course Build a Virtual World Filled with Self-Driving Cars – JavaScript Tutorial Learn to build a virtual environment entirely from the ground up using basic HTML, CSS, and JavaScript. You can easily make something like Pokemon Go using it, but you'll learn to fill it with the self-driving cars from Radu's other course: https://youtu.be/Rs_rAxEsAvI In this course, you'll learn valuable skills like: mathematics, algorithms, programming, and design—skills that greatly benefited Radu during his PhD and his time at Microsoft. Here's what you'll learn: * Building a spatial graph from scratch and creating an editor with a dynamic viewport. * Understanding the mathematics and logic behind user-friendly interfaces in modern software. * Generating road borders, buildings, and trees using geometry and creating a 3D effect. * Implementing road markings to prepare for advanced self-driving challenges. * Enhancing the world editor for user convenience and

Vector Search RAG Tutorial – Combine Your Data with LLMs with Advanced Search

Curriculum for the course Vector Search RAG Tutorial – Combine Your Data with LLMs with Advanced Search Learn how to use vector search and embeddings to easily combine your data with large language models like GPT-4. You will first learn the concepts and then create three projects. ✏️ Course developed by Beau Carnes. 🔗 Access MongoDB Atlas: https://cloud.mongodb.com/ 🏗️ MongoDB provided a grant to make this course possible. ⭐️ Contents ⭐️ ⌨️ (00:00) Introduction ⌨️ (01:09) What are vector embeddings? ⌨️ (02:31) What is vector search? ⌨️ (03:32) MongoDB Atlas vector search ⌨️ (04:15) Project 1: Semantic search for movie database ⌨️ (28:56) Project 2: RAG with Atlas Vector Search, LangChain, OpenAI ⌨️ (50:38) Project 3: Chatbot connected to your documentation 🎉 Thanks to our Champion and Sponsor supporters: 👾 davthecoder 👾 jedi-or-sith 👾 南宮千影 👾 Agustín Kussrow 👾 Nattira Maneerat 👾 Heather Wcislo 👾 Serhiy Kalinets 👾 Justin Hual 👾 Otis Morgan 👾 Oscar Rahnama -- Lea

Beginner JavaScript Project – Snake Game Tutorial

Curriculum for the course Beginner JavaScript Project – Snake Game Tutorial In this beginners coding tutorial, you will learn to create a Retro Snake Game inspired by the iconic Nokia Snake game using vanilla HMTL, CSS and JavaScript! Using JS you will learn to draw the game board, create the snake and randomly generated food, make the snake move, increase the snake size when it eats, and increase its speed. you will also learn to keep the score, track collisions for the snake, and display your high score. ✏️ Course developed by @howtobecomeadeveloper 💻 Deployed Game: https://snake-game-howtobedev.netlify.app/ 💻 GitHub Repo / Source Code: https://github.com/Ade-mir/snake-game-js Snake AI-Generated Logo: https://github.com/Ade-mir/snake-game-js/blob/main/snake-game-ai-gen.png Google Fonts: https://fonts.google.com/specimen/VT323?query=vt AI font generator / Lexica: https://lexica.art/ ⭐️ Contents ⭐️ ⌨️ (00:00) What we are building / Finished snake game ⌨️ (01:57) Setting up o

AWS Certified Cloud Practitioner Certification Course (CLF-C02) - Pass the Exam!

Curriculum for the course AWS Certified Cloud Practitioner Certification Course (CLF-C02) - Pass the Exam! Prepare for the AWS Certified Cloud Practitioner Certification (CLF-C02) and pass! ✏️ Developed by Andrew Brown of ExamPro 🔗 https://twitter.com/andrewbrown Get your Free Practice and Downloadable Cheatsheets 🎁 https://www.exampro.co/clf-c02 ⭐️ Course Contents ⭐️ ☁️ 00:00:00 Introduction ☁️ 00:46:02 Cloud Concepts ☁️ 01:19:34 Getting Started ☁️ 01:52:15 Digital Transformation ☁️ 02:00:18 The Benefits of Cloud ☁️ 02:06:32 Global Infrastructure ☁️ 02:49:18 Cloud Architecture ☁️ 03:12:40 Management and Developer Tools ☁️ 04:50:13 Shared Responsibility Model ☁️ 05:09:10 Compute ☁️ 06:02:37 Storage Services ☁️ 06:40:15 Databases ☁️ 07:10:28 Networking ☁️ 07:32:16 EC2 ☁️ 08:23:59 EC2 Pricing Models ☁️ 08:42:58 Identity ☁️ 09:28:44 Application Integration ☁️ 09:40:11 Containers ☁️ 09:51:00 Governance ☁️ 10:19:27 Provisioning ☁️ 10:40:22 Serverless ☁️ 10:44:52 Windows on AWS ☁️ 1

MLOps Course – Build Machine Learning Production Grade Projects

Curriculum for the course MLOps Course – Build Machine Learning Production Grade Projects MLOps, short for Machine Learning Operations, refers to the practice of applying DevOps principles to machine learning. This MLOps course will guide you through an end-to-end MLOps project, covering everything from data ingestion to deployment, using state-of-the-art tools like ZenML, MLflow, and various MLOps libraries. 💻 Code: https://github.com/ayush714/mlops-projects-course/tree/main ✏️ Course created by @AyushSinghSh ⭐️ Contents ⭐️ ⌨️ (0:00:00) Intro ⌨️ (0:01:28) MLOps Fundamentals (introduction to mlops) ⌨️ (0:32:54) Fundamentals of Zenml ⌨️ (0:45:31) Customer Satisfaction project ⌨️ (0:45:51) Dataset of Olist customer dataset ⌨️ (0:49:01) Installing necessary libraries ⌨️ (0:55:01) Creating blueprint of steps ⌨️ (1:08:06) Zenml Dashboard ⌨️ (1:13:46) Implementing steps ⌨️ (1:15:01) Working on data cleaning ⌨️ (1:33:41) Working on model development ⌨️ (1:41:09) Working on evaluatio