Skip to main content

Posts

Showing posts from August, 2023

MERN Stack Tutorial - Book Store Project

Curriculum for the course MERN Stack Tutorial - Book Store Project Learn the MERN stack (MongoDB, Express, React, Node.js) in this crash course for beginners. Here are some of the topics you will learn about: - Backend CRUD - Backend Router - CORS Policy - MongoDB operations - Frontend CRUD - Frontend Router 💻 Code: https://github.com/mohammad-taheri1/Book-Store-MERN-Stack ✏️ Course developed by @DevEmpower ⭐️ Contents ⭐️ ⌨️ (00:00) Intro ⌨️ (01:10) Create Node.js project from scratch ⌨️ (03:39) Create our first Http Route ⌨️ (06:01) Add MongoDB and mongoose to node js ⌨️ (08:52) Create Book model with mongoose ⌨️ (10:53) Save a new Book with mongoose ⌨️ (13:31) Get All Books with mongoose ⌨️ (15:08) Get One Book by id with mongoose ⌨️ (16:29) Update a Book with mongoose ⌨️ (18:36) Delete a book with mongoose ⌨️ (20:09) Refactor Node js with express router ⌨️ (22:23) CORS policy in Node js and Express js ⌨️ (25:21) Create React project, Vite, Tailwind CSS ⌨️ (27:41) SPA and

OWASP API Security Top 10 Course – Secure Your Web Apps

Curriculum for the course OWASP API Security Top 10 Course – Secure Your Web Apps Learn about the OWASP API Security Top 10, 2023 edition. In this crash course, you will learn about each security risk and learn techniques to fortify your APIs against potential threats. The course also covers key concepts that didn’t make it into the Top 10. ✏️ Course created by APIsec University and Corey Ball Website: https://www.apisecuniversity.com YouTube: https://www.youtube.com/@apisecu Twitter: https://twitter.com/apisecu LinkedIn: https://www.linkedin.com/company/apisec-university ⭐️ Contents ⭐️ Introduction ⌨️ (0:00:00) Welcome to APIsec University ⌨️ (0:01:46) Introduction to OWASP API Security and Beyond! ⌨️ (0:03:06) How the Course Works ⌨️ (0:05:16) Course Objectives What is the OWASP API Security Top 10 ⌨️ (0:06:38) What is OWASP ⌨️ (0:09:58) How is the Top 10 Compiled? ⌨️ (0:12:19) Mapped to External Sources ⌨️ (0:13:30) Updates to the OWASP API Security Top 10 The Top 10 ⌨️ (0:

Machine Learning & Neural Networks without Libraries – No Black Box Course

Curriculum for the course Machine Learning & Neural Networks without Libraries – No Black Box Course Welcome to this No Black Box Machine Learning Course in JavaScript. It’s a course where we code without using libraries because it’s the best way to learn all inner workings of a machine learning system and you’ll greatly improve your software development skills as well. The goal in this course is to build a web app that learns to recognize drawings. This is phase 2, where we increase the accuracy of the method we developed in Phase 1. We do this by implementing more sophisticated features and using other classification methods (like the Neural Network). In Phase 2 we also learn about Data Cleaning, Confusion Matrices, Geometry and the difference between Vector and Raster data (pixels). 🎥 No Black Box Phase 1 Course: https://youtu.be/vDDjtwQDw2k ✏️ Course created by @Radu (PhD in Computer Science) 📁 Data: https://github.com/gniziemazity/drawing-data 💻 Code: https://githu

Foundational C# with Microsoft – Free Course and Certification

Curriculum for the course Foundational C# with Microsoft – Free Course and Certification Learn how to earn a free C# certification! freeCodeCamp has teamed up with Microsoft up to bring you a new free professional certification: the Foundational C# Certification. The course is a text based course, not a video course. This professional certification includes 35 hours of text-based training and interactive coding challenges all from Microsoft, and also an online certification exam by freeCodeCamp. In this video, freeCodeCamp team member @GavinLon will preview the course, along with telling you everything you need to do to take this free course. 💻 Access the course and certification here: https://www.freecodecamp.org/learn/foundational-c-sharp-with-microsoft/ 🔗 .NET Home Page: https://dotnet.microsoft.com/ 🔗 Community Page: https://dotnet.microsoft.com/platform/community 🔗 Beginner Videos: https://dotnet.microsoft.com/learn/videos 🔗 MS Learn for .NET: https://learn.microsoft.c

Create a Large Language Model from Scratch with Python – Tutorial

Curriculum for the course Create a Large Language Model from Scratch with Python – Tutorial Learn how to build your own large language model, from scratch. This course goes into the data handling, math, and transformers behind large language models. You will use Python. ✏️ Course developed by @elliotarledge 💻 Code and course resources: https://github.com/Infatoshi/fcc-intro-to-llms ⭐️ Contents ⭐️ (0:00:00) Intro (0:03:25) Install Libraries (0:06:24) Pylzma build tools (0:08:58) Jupyter Notebook (0:12:11) Download wizard of oz (0:14:51) Experimenting with text file (0:17:58) Character-level tokenizer (0:19:44) Types of tokenizers (0:20:58) Tensors instead of Arrays (0:22:37) Linear Algebra heads up (0:23:29) Train and validation splits (0:25:30) Premise of Bigram Model (0:26:41) Inputs and Targets (0:29:29) Inputs and Targets Implementation (0:30:10) Batch size hyperparameter (0:32:13) Switching from CPU to CUDA (0:33:28) PyTorch Overview (0:42:49) CPU vs GPU performance in PyT

SQL For Web Developers - Complete Database Course

Curriculum for the course SQL For Web Developers - Complete Database Course Learn all the basics of Structured Query Language in this comprehensive SQL course. You will build out real database tables and practice querying them in flexible ways as a backend web developer would in a production setting. 💻 Follow along on Boot.dev: https://boot.dev/learn/learn-sql 💻 Raw code: https://github.com/bootdotdev/fcc-learn-sql-assets ✏️ Course created by: @bootdotdev Follow Lane on Twitter: https://twitter.com/wagslane Boot.dev Discord: https://boot.dev/community FCC Forum: https://forum.freecodecamp.org/ ⭐️ Contents ⭐️ ⌨️ (0:00:00) Course Overview (Intro video) ⌨️ (0:03:00) Ch 1. Introduction ⌨️ (0:22:19) Ch 2. Tables ⌨️ (0:50:43) Ch 3. Constraints ⌨️ (1:15:59) Ch 4. CRUD ⌨️ (2:00:13) Ch 5. Basic Queries ⌨️ (2:24:38) Ch 6. Structuring ⌨️ (2:33:52) Ch 7. Aggregations ⌨️ (2:54:14) Ch 8. Subqueries ⌨️ (3:03:40) Ch 9 . Normalization ⌨️ (3:55:44) Ch 10. Joins ⌨️ (4:22:09) Ch 11. Performanc

Perl Programming Course for Beginners

Curriculum for the course Perl Programming Course for Beginners Learn Perl programming in this complete course for beginners. The course covers topics ranging from basic syntax to advanced topics like object-oriented programming, regular expressions, and web development. ✏️ Course developed by @perltechstack ⭐️ Contents ⭐️ ⌨️ (0:00:00) Introduction ⌨️ (0:00:29) Running Perl via CLI ⌨️ (0:04:22) Perl Script File Structure ⌨️ (0:13:58) Data Types - Scalars ⌨️ (0:22:52) Debugging with Data::Dumper ⌨️ (0:26:10) Data Types - Arrays ⌨️ (0:40:52) Data Types - Hashes ⌨️ (0:53:26) References [Part 1] ⌨️ (1:05:36) References [Part 2] ⌨️ (1:12:09) Subroutines ⌨️ (1:28:48) Variable Scope ⌨️ (1:38:36) Error Handling ⌨️ (1:44:04) Logical Operators ⌨️ (1:57:42) Conditional Statements ⌨️ (2:04:19) Loops ⌨️ (2:15:52) Regular Expressions ⌨️ (2:29:32) Built-in Functions ⌨️ (2:40:39) Special Variables ⌨️ (2:47:40) OOP - Classes, instances, attributes and methods ⌨️ (3:03:24) "use" vs &quo

Pong with Python & Pygame – Tutorial

Curriculum for the course Pong with Python & Pygame – Tutorial Improve your Python and Pygame skills by building the classic pong game, but this time with extra features. This beginner's tutorial is a great way to start learning how to create engaging games with unique mechanics. ✏️ Course created by @SMDS_Studio 💻 Code: https://github.com/SMDS-Studio/Building-a-New-creative-Pong- 🎉 Thanks to our Champion and Sponsor supporters: 👾 davthecoder 👾 jedi-or-sith 👾 南宮千影 👾 Agustín Kussrow 👾 Nattira Maneerat 👾 Heather Wcislo 👾 Serhiy Kalinets 👾 Justin Hual 👾 Otis Morgan -- 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: Pong with Python & Pygame – Tutorial Click Here to watch on Youtube: Pong with Python & Pygame – Tutorial This video is first published on youtube via freecodecamp. If Video does not appear here, you can watch

Google Drive Clone Tutorial with Working Source Code on Github - PHP, Laravel, Vue JS

Build and deploy a fully functional Google Drive clone with Laravel, PHP, Inertial, and Vue.js. This application will be very similar to Google Drive and the tutorial will take you through each and every step from installation to deployment. The working source code for the Google Drive Clone can be downloaded from given link in the article below. Google Drive clone Tutorial Feature Creating folders at unlimited depth Uploading files and folders Deleting and Downloading files Searching for files Sharing files Uploading files to AWS S3 Deploying the project on a custom domain. Google Drive Clone Tutorial with Working Source Code on Github Google Drive Clone Source Code Download Github Download the full working source code for google drive clone project using PHP Laravel and Vue JS. You can clone the working directory from the Github, the main language used with the project is PHP, Laravel and VueJS. The project can easily be customized as per your needs and can be hosted any

CSS to C Major 🎹 Tutorial

Curriculum for the course CSS to C Major 🎹 Tutorial Learn more about CSS in this full tutorial: https://www.youtube.com/watch?v=OXGznpKZ_sA Watch Online Full Course: CSS to C Major 🎹 Tutorial Click Here to watch on Youtube: CSS to C Major 🎹 Tutorial This video is first published on youtube via freecodecamp. If Video does not appear here, you can watch this on Youtube always. Udemy CSS to C Major 🎹 Tutorial courses free download, Plurasight CSS to C Major 🎹 Tutorial courses free download, Linda CSS to C Major 🎹 Tutorial courses free download, Coursera CSS to C Major 🎹 Tutorial course download free, Brad Hussey udemy course free, free programming full course download, full course with project files, Download full project free, College major project download, CS major project idea, EC major project idea, clone projects download free

How to Search for a Word on Mac - 5 Ways to Find a Word or File on Mac OS

If you're a Mac user, you're in luck! Searching for a specific word or term on your Mac is a breeze, thanks to the built-in search functionalities of macOS. Whether you're looking for a keyword within a document, a webpage, or a system file, Mac offers multiple ways to help you quickly find what you're looking for. How to search for a word on Mac | Image credit: YouTube Method 1: Using the Spotlight Search The Spotlight Search is one of the quickest and most efficient ways to search for a word on your Mac: Click on the Spotlight icon located at the top-right corner of your screen (it looks like a magnifying glass) or press Command + Space on your keyboard. A search bar will appear. Type in the word you're looking for. As you type, Spotlight will start displaying results in real-time. The results will include documents, files, emails, and even system preferences that match your search term. Click on the relevant result to open and view the content

How to Search for a Word in a Website Page? on Windows, Mac & Linux

How to Search for a Word in aWebsite Searching for a specific word or phrase in awebsite can be a useful skill when you're looking for specific information or content. Whether you're a student researching a topic or simply trying to find relevant content in awebsite, knowing how to search effectively can save you time and effort. In this article, we'll guide you through the process of searching for a word in awebsite. How to search for a word in a website page on Windows, Mac and Linux | Image credit: YouTube Using the Browser's Built-In Search Function Most web browsers come with a built-in search function that allows you to search for words or phrases in web page. To use this feature: Open your preferred web browser and navigate to the website you want to search on. Once the web page has loaded, press Ctrl + F (Windows) or Command + F (Mac) on your keyboard. This will open a search bar at the top or bottom of the browser window. Type the wor

How to Search for a Word in Google Docs? on Windows, Mac & Linux

In today's digital age, the ability to quickly and efficiently search for specific words or phrases is an essential skill. Whether you're working on a document in Google Docs, browsing a website, or using a Mac computer, the process of finding the right information is a breeze when you know the right techniques. In this comprehensive guide, we will walk you through the step-by-step methods to search for a word in Google Docs, on a website, and on a Mac, empowering you with the skills to navigate through vast amounts of information effortlessly. How to search for a word in Google Docs | Image credit: YouTube How to Search for a Word in Google Docs Google Docs is a popular cloud-based word processing platform that offers various tools to enhance your productivity. When you're working on a document and need to locate a specific word, follow these steps: Open the Document: Log in to your Google account and access Google Docs. Open the document you want to search within.

If I Share a Folder in Google Drive Can They See My Other Folders? Explained with Tips

Google Drive offers a versatile sharing system that enables users to share files and folders with others. When you share a folder, you have the option to grant different levels of access to the recipients. However, a common concern that arises is whether sharing a folder in Google Drive grants access to the rest of your folders? In this article, we'll delve into this question and provide you with a clear understanding of how sharing folders works on Google Drive. The one word answer to the question "If I Share a Folder in Google Drive Can They See My Other Folders" is NO . Let's understand a bit more about the Google drive permissions and common scenarios. Understanding Google Drive Sharing These access levels include: View : Recipients can view the content of the folder but cannot make any changes. Comment : Recipients can view the content and add comments, but they cannot make edits. Edit : Recipients can view and edit the content within the folder. Sha

Harvard CS50’s Artificial Intelligence with Python – Full University Course

Curriculum for the course Harvard CS50’s Artificial Intelligence with Python – Full University Course This course from Harvard University explores the concepts and algorithms at the foundation of modern artificial intelligence, diving into the ideas that give rise to technologies like large language models, game-playing engines, handwriting recognition, and machine translation. Through hands-on projects, students gain exposure to the theory behind graph search algorithms, classification, optimization, reinforcement learning, and other topics in artificial intelligence and machine learning as they incorporate them into their own Python programs.   ✏️ Course developed by Brian Yu for Harvard University. Learn more about Brian: https://brianyu.me/ 🔗 Course resources: https://cs50.harvard.edu/ai/2020/ ⭐️ Course Contents ⭐️ ⌨️ (00:00:00) Introuction ⌨️ (00:02:26) Search ⌨️ (01:51:55) Knowledge ⌨️ (03:39:39) Uncertainty ⌨️ (05:34:08) Optimization ⌨️ (07:18:52) Learning ⌨️ (09:04:41) N

Best College Major

Curriculum for the course Best College Major Quincy Larson, founder of freeCodeCamp.org, tells you the best college major. Learn more about if college is worth it: https://youtu.be/N07nQ-uUsww Watch Online Full Course: Best College Major Click Here to watch on Youtube: Best College Major This video is first published on youtube via freecodecamp. If Video does not appear here, you can watch this on Youtube always. Udemy Best College Major courses free download, Plurasight Best College Major courses free download, Linda Best College Major courses free download, Coursera Best College Major course download free, Brad Hussey udemy course free, free programming full course download, full course with project files, Download full project free, College major project download, CS major project idea, EC major project idea, clone projects download free

What is SOS, Why Phone stuck in this Mode and How to Get Phone Out it?

This article will suffice a lot of your SOS Mode on phone and Emergency Mode related questions for example Why does my phone say sos only? Why does my phone say sos? Why is my phone on sos only? Why is my phone in sos mode? Why is my phone on sos? Why does my phone say sos at the top? Whyhow do i get my phone out of sos mode? Why is my phone saying sos only? Why does my phone say sos only at the top? Why is my phone stuck in sos mode? Why is my phone saying sos ? SOS Only - Meaning, Why and How to Fix? | Image credit: YouTube In the world of technology, smartphones have become indispensable tools that cater to various aspects of our lives, from communication and entertainment to productivity and safety. One important feature that smartphones offer, especially in emergency situations, is the SOS (Save Our Souls) mode. This mode is designed to provide users with a quick and efficient way to seek help or alert authorities when they find themselves in critical situations.

Development with Large Language Models Tutorial – OpenAI, Langchain, Agents, Chroma

Curriculum for the course Development with Large Language Models Tutorial – OpenAI, Langchain, Agents, Chroma Welcome to this course about development with Large Language Models, or LLMs. Throughout this course, you will complete hands-on projects will help you learn how to harness LLMs for your own projects. You will build projects with LLMs that will enable you to create dynamic interfaces, interact with vast amounts of text data, and even empower LLMs with the capability to browse the internet for research papers. This course was developed by @Luup.ai123 Colab notebook for introduction to the API:https://colab.research.google.com/drive/1gi2yDvvhUwLT7c8ZEXz6Yja3cG5P2owP?usp=sharing Github : https://github.com/pythonontheplane123/LLM_course_part_1 Join the Discord: https://discord.com/invite/Hq39QgRU Twitter : https://twitter.com/AkshatNon ⭐️ Contents ⭐️ ⌨️ (0:00:00) Brief introduction to LLMs ⌨️ (0:12:33) Quick note from the future ⌨️ (0:12:49) Chatgpt playground (skip this

HashiCorp Terraform Associate Certification Course (003) - Pass the Exam!

Curriculum for the course HashiCorp Terraform Associate Certification Course (003) - Pass the Exam! Prepare for the HashiCorp Terraform Associate Certification and pass! The Terraform Associate certification is for Cloud Engineers specializing in operations, IT, or development who know the basic concepts and skills associated with open source HashiCorp Terraform. Get your Free Practice and Downloadable Cheatsheets: https://www.exampro.co/terraform 📢 View updates: https://www.exampro.co/terraform ✏️ Developed by Andrew Brown of ExamPro 🔗 https://twitter.com/andrewbrown 0:00:00 Course Intro ☁️ 0:15:03 Introduction Exam Guide Practice Exam Preview Version 003 Considerations ☁️ 0:31:55 IaC Concepts What is Infrastructure as Code Popular Infrastructure as Code tools Declarative Infrastructure Lifecycle Infrastructure Lifecycle Advantages Non Idempontent vs Idempontent Provisioning vs Deployment vs Orchestration Configuration Drift Mutable vs Immutable Infrastructure What is GitO

Bing Homepage Quiz: Fun, Win Rewards, and Brain Teasers

Bing, Microsoft's search engine, has taken interactive engagement to the next level with its captivating feature - the Bing Homepage Quiz. This intriguing daily quiz not only challenges your knowledge but also offers a chance to earn rewards. In this comprehensive guide, we will explore the ins and outs of the Bing Homepage Quiz, including how to play, the different types of quizzes, and how you can earn and use rewards through this engaging feature. Bing homepage Quiz | Image credit: Windowsreport How to Play the Bing Homepage Quiz Playing the Bing Homepage Quiz is simple and enjoyable. Here's how you can get started: Visit Bing : Open your preferred web browser and navigate to the Bing homepage (bing.com). Look for the Quiz : On the Bing homepage, keep an eye out for the interactive quiz card. This card is usually located near the bottom of the page and features a captivating image related to the quiz. Click to Start : Click on the quiz card to begin the quiz. It&#

Connecting a Bluetooth Device to Your PC: Troubleshooting and Solutions | Microsoft Support

Bluetooth technology has revolutionized the way we connect devices, providing a wireless and convenient way to link peripherals such as headphones, speakers, keyboards, and more to our PCs. However, at times, connecting a Bluetooth device to your PC may not be as seamless as expected. This article aims to guide you through the process of connecting a Bluetooth device to your Windows PC, addressing common issues that might arise and providing step-by-step troubleshooting solutions. Connect a Bluetooth Device to my PC site:microsoft.com Understanding Bluetooth Connectivity Before diving into the troubleshooting steps, it's crucial to have a basic understanding of how Bluetooth connectivity works. Bluetooth allows devices to communicate wirelessly over short distances using radio waves. When connecting a Bluetooth device to your PC, the two devices establish a secure connection and exchange data. While this process is typically straightforward, various factors can lead to connectiv