Top videos
🔥Post Graduate Program In Data Analytics: https://www.simplilearn.com/pgp-data-analytics-certification-training-course?utm_campaign=13Sep2023LGLoopEvening1-8Ob8Hre_SnI&utm_medium=Descriptionff&utm_source=youtube
🔥IIT Kanpur Professional Certificate Course In Data Analytics (India Only): https://www.simplilearn.com/iitk-professional-certificate-course-data-analytics?utm_campaign=13Sep2023LGLoopEvening1-8Ob8Hre_SnI&utm_medium=Descriptionff&utm_source=youtube
🔥Caltech Data Analytics Bootcamp(US Only): https://www.simplilearn.com/data-analytics-bootcamp?utm_campaign=13Sep2023LGLoopEvening1-8Ob8Hre_SnI&utm_medium=Descriptionff&utm_source=youtube
🔥Data Analyst Masters Program (Discount Code - YTBE15): https://www.simplilearn.com/data-analyst-masters-certification-training-course?utm_campaign=13Sep2023LGLoopEvening1-8Ob8Hre_SnI&utm_medium=Descriptionff&utm_source=youtube
Advanced Excel Full Course 2023 by Simplilearn is complete Excel tutorial that helps aspiring data analysts with excel data analytics fundamentals. This Microsoft Excel Tutorial For Beginners will cover basic topics of excel like data validation, conditional formatting, spreadsheet fundamentals to advanced excel topics like time series analysis, filters, slicers, excel dashboarding, data visualization, and much more.
This Excel Full Course will cover the following topics:
00:00:00 introduction to Microsoft Excel Full Course
00:01:52 Excel Basic Knowledge
00:18:45 How To Change Lower Case To Upper Case In Excel?
00:19:58 How To Add Rows In Excel?
00:21:32 How To Add Columns In Excel?
00:24:29 How To Select Entire Column In Excel?
00:27:16 How to Compare Two Columns In Excel?
00:34:36 How To Convert Rows To Columns In Excel?
00:36:13 How to Group Rows in Excel?
00:37:55 How To Remove Blank Rows In Excel?
00:41:44 How To Freeze Row In Excel Tutorial
00:44:12 How to Convert Numbers to Words in Excel?
00:46:59 Combining Data From Multiple Cells In Excel
00:49:27 How To Merge Cells In Excel
00:54:12 How to Add Date in Excel?
00:55:48 How To Change Date Format In Excel (dd/mm/yyyy) To (mm/dd/yyyy)
00:59:55 How To Calculate Age In Excel From A Date Of Birth?
01:01:37 How To Calculate Time Difference in Excel?
01:03:15 DAX In Excel Explained
01:08:20 Checkboxes In Excel
01:12:31 How to Insert Excel in PPT?
01:14:40 How To Insert Image In Excel?
01:18:05 How To Insert PDF in Excel Sheet?
01:21:40 How To Convert PDF To Excel
01:26:05 How to Insert Tick Mark in Excel?
01:29:05 How to add Watermark in Excel?
01:32:00 How to Increase Cell Size in Excel?
01:34:50 How to create Barcode In Excel
01:38:08 Excel Flash Fill
01:43:00 How to Add Hyperlink In Excel
01:55:44 Excel Round-Off Formula
01:58:18 How To Calculate Standard Deviation In Excel?
02:04:50 Index Match In Excel
02:09:10 How to Sort by Date in Excel?
02:10:40 How to Use AutoSum In Excel
02:13:47 How To Sort Data In Excel?
02:23:56 Slicer and Filter in Excel
02:27:49 How to Add Filters in Excel
02:29:20 Goal Seek In Excel
How to Create Drop-Down List In Excel?
02:44:46 Data Validation In Excel
02:44:50 How To Lock(Protect) Cells In Excel
03:17:55 How To Calculate Average In Excel?
03:18:43 Excel Print Page Setup
03:36:47 Page Break In Excel For Beginners
03:08:53 Conditional Formatting In Excel
03:41:56 How to Count Colored Cells in Excel?
03:47:54 DateDif In Excel Explained
03:51:08 Remove Duplicates In Excel
03:55:05 SUMIFS Formula in Excel
04:02:40 How To Create Pivot Tables In Excel
04:07:00 Autofill In Excel Explained
04:10:22 How to Calculate Percentage In Excel
04:12:08 How To Highlight Duplicates In Excel?
04:16:04 Charts In Excel
04:21:56 Progress Tracker In Excel
04:25:50 Excel Gantt Chart Tutorial
04:28:48 Pivot Tables In Excel
04:57 Pivot Charts in Excel and How to Create a Pivot Table Using Multiple Sheets in Excel
06:45:02 Time Series Analysis in Excel
07:37:00 Excel Dashboard Design
08:47:00 Excel Power Query Tutorial For Beginners
09:44:44 Excel Budget Template
09:51:37 Excel Interview Questions And Answers
⏩ Check out the Excel tutorial videos: https://www.youtube.com/watch?v=nPkmWE4JCfE&list=PLEiEAq2VkUUKf8aLrspLg3zuyJ5S-5K5S
#HowtoGroupRowsinExcel #ExcelTutorial #ExcelGrouping #ExcelTips #MSExcel #Excel #ExcelTraining #LearnMSExcel #ExcelBasics #ExcelTutorialForBeginners #simplilearn
➡️ About Post Graduate Program In Data Analytics
This Data Analytics Program is ideal for all working professionals and prior programming knowledge is not required. It covers topics like data analysis, data visualization, regression techniques, and supervised learning in-depth via our applied learning model with live sessions by leading practitioners and industry projects.
👉 Learn More at: https://www.simplilearn.com/pgp-data-analytics-certification-training-course?utm_campaign=13Sep2023LGLoopEvening1-8Ob8Hre_SnI&utm_medium=Description&utm_source=youtube
🔥🔥 Interested in Attending Live Classes? Call Us: IN - 18002127688 / US - +18445327688
Finally understand pointers in C in this course for absolute beginners. Pointers are variables that store the memory address of another variable. They "point" to the location of data in memory. With a bunch of examples, this course demystifies pointers and their various uses, covering topics such as passing by reference vs. value, void pointers, arrays, and more.
✏️ Course created by @onaecO
⭐️ Contents ⭐️
(0:00:00) Introduction
(0:00:39) What is a computer eli5 CPU, RAM, bytes
(0:08:04) Data Types
(0:13:31) Intro to processes
(0:16:44) process memory layout
(0:19:17) Variables in memory
(0:23:01) Naive change_value program
(0:28:05) Change_value with pointers
(0:33:03) The classic swap
(0:34:05) Why declaration and dereference have the same syntax for pointers?
(0:38:39) Advantages of passing by reference va passing by value
(0:45:26) Why do pointers to different data types have the same size?
(0:47:49) Given that pointers have all the same size, why do we need a pointer type?
(0:58:16) void pointers are confusing
(1:00:14) why malloc is handy and more on void*
(1:09:09) Are arrays just pointers?
(1:25:00) Array Decay into a pointer
(1:32:59) why array decay is useful?
(1:37:49) arr[5] == 5[arr]
(1:39:04) pointers to pointers: **argv
(1:47:11) *argv[] or **argv?
(1:52:41) pointer to functions
(1:59:02) use case with pointers to functions
🎉 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
🔥 Data Analyst Bootcamp 2023 | Learn Data Analytics in 11 Hours | Data Analytics Course |Simplilearn
*Note: 1+ Years of Work Experience Recommended to Sign up for Below Programs⬇️
🔥Post Graduate Program In Data Analytics: https://www.simplilearn.com/pgp-data-analytics-certification-training-course?utm_campaign=27April2023DataAnalystBootcamp2023&utm_medium=DescriptionFF&utm_source=youtube
🔥IIT Kanpur Professional Certificate Course In Data Analytics (India Only): https://www.simplilearn.com/iitk-professional-certificate-course-data-analytics?utm_campaign=27April2023DataAnalystBootcamp2023&utm_medium=DescriptionFF&utm_source=youtube
🔥Caltech Data Analytics Bootcamp(US Only): https://www.simplilearn.com/data-analytics-bootcamp?utm_campaign=27April2023DataAnalystBootcamp2023&utm_medium=DescriptionFF&utm_source=youtube
🔥Data Analyst Masters Program (Discount Code - YTBE15): https://www.simplilearn.com/data-analyst-masters-certification-training-course?utm_campaign=27April2023DataAnalystBootcamp2023&utm_medium=DescriptionFF&utm_source=youtube
In this Data Analyst Bootcamp, you will learn what data analytics is, why data analytics is necessary, the types of data analytics, and the various data analytics applications. You will then understand a case study and perform analysis of data using Python and R. In addition to that; we will see the top 10 data analysis tools and understand the difference between a data scientist and a data analyst. Finally, we’ll see the top interview questions that will help you crack a data analyst interview.
Below are the topics covered in this Data Analyst Bootcamp:
00:00:00 Introduction - Data Analyst
00:02:52 What is Data Analytics
00:04:55 Who is a Data Analyst and its Career
00:37:59 Top 10 Data Analyst Skills
00:51:16 Top 10 Data Analyst Tools
01:12:27 Data Scientist vs Data Analyst
01:40:43 Data Analytics with Python
01:50:28 Microsoft Excel Tutorial
02:19:25 Pivot table in excel
02:47:37 Excel Dashboard
06:58:26 Data Analytics Using R
08:04:53 What is SQL?
09:42:13 Data Analyst Interview Questions
✅Why become Data Analyst?
The World Economic Forum forecasts that data analysts will be in demand due to increasing data collection and usage. Organizations view data analysis as one of the most crucial future specialties due to the value that can be derived from data. Data is more abundant and accessible than ever in today’s business environment. In fact, 2.5 quintillion bytes of data are created each day. With an ever-increasing skill gap in data analytics, the value of data analysts is continuing to grow, creating new job and career advancement opportunities.
🔥 Enroll for Free Courses by Simplilearn: https://www.simplilearn.com/skillup-free-online-courses?utm_campaign=27April2023DataAnalystBootcamp2023&utm_medium=Description&utm_source=youtube
✅ Subscribe to our Channel to learn more about the top Technologies: https://bit.ly/2VT4WtH
⏩ Check out the AWS Cloud Training Videos: https://youtube.com/playlist?l....ist=PLEiEAq2VkUULlNt
#DataAnalystBootcamp #DataAnalyst #DataAnalysis #DataAnalytics #DataAnalyticsBootcamp #Data #Bootcamps #OnlineBootcamp #OnlineCertification #SimplilearnBootcamp #Simplilearn
➡️ About Data Analytics Bootcamp
The Caltech Data Analytics Bootcamp is ideal for working professionals from all backgrounds. Develop core skills such as mastering excel, creating data-driven presentations, data manipulation with SQL, analyzing data with Python, and data visualization with Tableau. Learn data analysis with tools such as AWS.
✅ Key features
- Simplilearn Career Service helps you get noticed by top hiring companies
- Data Analytics Bootcamp Certificate from Caltech CTME
- Caltech CTME Circle Membership
- Online Convocation by Caltech CTME Program Director
- Access to integrated Data Analytics Labs
✅ Skills Covered
- Data Analytics
- Statistical Analysis using Excel
- Data Analytics using Python
- Data Visualization with Tableau
- Linear and Logistic Regression
- Data Manipulation
- Data Analysis in AWS
✅ Enroll Course Now: https://www.simplilearn.com/data-analytics-bootcamp?utm_campaign=27April2023DataAnalystBootcamp2023&utm_medium=Description&utm_source=youtube
🔥🔥 *Interested in Attending Live Classes? Call Us:* IN - 18002127688 / US - +18445327688
👉 Listen to what millions of users say about our courses! https://www.simplilearn.com/reviews?utm_campaign=27April2023DataAnalystBootcamp2023&utm_medium=Description&utm_source=youtube
🎓Enhance your expertise in the below technologies to secure lucrative, high-paying job opportunities:
🟡 AI & Machine Learning - https://l.linklyhq.com/l/1tMt8
🟢 Cyber Security - https://l.linklyhq.com/l/1tMt9
🔴 Data Analytics - https://l.linklyhq.com/l/1tMt1
🟠 Data Science - https://l.linklyhq.com/l/1tMt4
🔵 Cloud Computing - https://l.linklyhq.com/l/1tMtA
*Note: 1+ Years of Work Experience Recommended to Sign up for Below Programs⬇️
🔥 IITM Pravartak Professional Certificate Program In Full Stack Development - MERN (India Only): https://www.simplilearn.com/full-stack-developer-course-and-certification-iitm-pravartak?utm_campaign=SCE-FullstackIITM&utm_medium=DescriptionFF&utm_source=youtube
🔥 IIT Guwahati Professional Certificate Program In Cloud Computing And DevOps (India Only): https://www.simplilearn.com/professional-certificate-program-cloud-computing-devops?utm_campaign=25AugustTubebuddyExpCloud&DevopsIITG&utm_medium=DescriptionFF&utm_source=youtube
🔥DevOps Engineer Masters Program (Discount Code - YTBE15): https://www.simplilearn.com/devops-engineer-masters-program-certification-training?utm_campaign=SCE-DevopsMaster&utm_medium=DescriptionFF&utm_source=youtube
🔥Post Graduate Program In DevOps: https://www.simplilearn.com/pgp-devops-certification-training-course?utm_campaign=22April2023DevOpsBootcamp2023&utm_medium=DescriptionFF&utm_source=youtube
Looking to jumpstart your career in DevOps? Look no further than our DevOps Bootcamp 2023!
This intensive program is designed to provide you with hands-on experience in the latest DevOps tools and methodologies. Led by experienced industry professionals, you'll learn everything from containerization and continuous integration/continuous delivery (CI/CD) to cloud infrastructure management and automation.
Don't miss out on this opportunity to launch your DevOps career in 2023. Sign up now for our DevOps Bootcamp 2023 and take your skills to the next level!
DevOps Bootcamp 2023 Content:
00:00:00 DevOps Bootcamp 2023 - Intro
00:02:54 What is DevOps?
00:07:12 DevOps Tutorial
00:19:02 Git Installation
00:24:39 What is Git?
00:43:00 Git Commands
01:05:41 About Maven
01:48:50 Maven Interview Questions
02:28:12 Gradle Installation
02:33:47 What is Gradle?
02:54:11 Gradle Project
03:02:59 Selenium Installation on Windows
03:21:23 Selenium Tutorial
04:21:17 Docker Installation on Windows
04:25:56 Docker Installation on Ubuntu
04:32:53 Docker Tutorial
05:01:50 Chef Installation
05:15:28 All About Chef
05:28:59 Ansible Installation
05:38:34 Ansible Tutorial
06:09:35 Puppet Installation
06:20:41 Puppet Tutorial
06:36:45 Chef vs Puppet vs Ansible vs Saltstack
06:41:12 Monitoring Tool - Nagios
06:49:36 Jenkins Tutorial
08:01:30 CI CD Pipeline using Jenkins
08:22:43 DevOps Interview Questions
🔥 Enroll for Free Courses by Simplilearn: https://www.simplilearn.com/skillup-free-online-courses?utm_campaign=22April2023DevOpsBootcamp2023&utm_medium=Description&utm_source=youtube
✅ Subscribe to our Channel to learn more about the top Technologies: https://bit.ly/2VT4WtH
⏩ Check out the digital marketing training videos: https://youtube.com/playlist?l....ist=PLEiEAq2VkUULa5a
#DevOpsBootcamp #DevopsBootcampForBeginners #Devops #DevopsCertifcation #DevopsCourse #Bootcamps #OnlineBootcamp #OnlineCertification #SimplilearnBootcamp #Simplilearn
➡️ Post Graduate Program In DevOps
DevOps training course will bring out the scientist in you. You'll learn how to formalize and document development processes and create a self-documenting system. DevOps certification course will also cover advanced tools like Puppet, SaltStack, and Ansible that help self-governance and automated management at scale.
✅ Key Features
- Caltech CTME Post Graduate Certificate
- Enrolment in Simplilearn’s JobAssist
- Receive upto 25 CEUs from Caltech CTME upon course completion
- Simplilearn's JobAssist helps you get noticed by top hiring companies
- Master classes taught by Caltech CTME instructor
- 8X higher interaction in live online classes conducted by industry experts
- Online Convocation by Caltech CTME Program Director
- 20+ real-
✅ Skills Covered
- DevOps Methodology
- Continuous Integration
- Continuous Delivery
- Configuration Management
- Containerization
- DevOps on Cloud
- Source Control
- Deployment Automation
- Cloud Platforms
✅ Enroll Course Now: https://www.simplilearn.com/pgp-devops-certification-training-course?utm_campaign=22April2023DevOpsBootcamp2023&utm_medium=Description&utm_source=youtube
👉 Listen to what millions of users say about our courses! https://www.simplilearn.com/reviews?utm_campaign=22April2023DevOpsBootcamp2023&utm_medium=Description&utm_source=youtube
🔥🔥 *Interested in Attending Live Classes? Call Us:* IN - 18002127688 / US - +18445327688
🎓Enhance your expertise in the below technologies to secure lucrative, high-paying job opportunities:
🟡 AI & Machine Learning - https://l.linklyhq.com/l/1tMt8
🟢 Cyber Security - https://l.linklyhq.com/l/1tMt9
🔴 Data Analytics - https://l.linklyhq.com/l/1tMt1
🟠 Data Science - https://l.linklyhq.com/l/1tMt4
🔵 Cloud Computing - https://l.linklyhq.com/l/1tMtA
Learn prompt engineering techniques to get better results from ChatGPT and other LLMs.
✏️ Course developed by @AniaKubow
⭐️ Contents ⭐️
⌨️ (00:00) Introduction
⌨️ (01:31) What is Prompt Engineering?
⌨️ (02:17) Introduction to AI
⌨️ (03:52) Why is Machine learning useful?
⌨️ (06:36) Linguistics
⌨️ (08:04) Language Models
⌨️ (14:35) Prompt Engineering Mindset
⌨️ (15:38) Using GPT-4
⌨️ (20:41) Best practices
⌨️ (31:20) Zero shot and few shot prompts
⌨️ (35:06) AI hallucinations
⌨️ (36:43) Vectors/text embeddings
⌨️ (40:28) Recap
🎉 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
English
This video has been dubbed using an artificial voice via https://aloud.area120.google.com to increase accessibility. You can change the audio track language in the Settings menu.
Spanish
Este video ha sido doblado al español con voz artificial con https://aloud.area120.google.com para aumentar la accesibilidad. Puede cambiar el idioma de la pista de audio en el menú Configuración.
Portuguese
Este vídeo foi dublado para o português usando uma voz artificial via https://aloud.area120.google.com para melhorar sua acessibilidade. Você pode alterar o idioma do áudio no menu Configurações.
Hindi
इस वीडियो को ज़्यादा लोगों तक पहुंचाने के लिए, इसे https://aloud.area120.google.com के ज़रिए एक आर्टिफ़िशियल वॉइस का इस्तेमाल करके डब किया गया है. सेटिंग्स मेनू में जाकर ऑडियो ट्रैक की भाषा बदली जा सकती है.
--
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
Learn about vector embeddings and how to use them in your machine learning and artificial intelligence projects. Learn how to create an AI assistant with vector embeddings. You'll use OpenAI's GPT-4 API, LangChain, and Natural Language Processing techniques (NLP).
✏️ Course created by @AniaKubow
⭐️ Contents ⭐️
⌨️ (00:27) Introduction
⌨️ (01:49) What are vector embeddings?
⌨️ (02:14) Text embeddings
⌨️ (07:58) What are vector embeddings used for?
⌨️ (11:05) How to generate our own text embedding with OpenAI
⌨️ (14:37) Vectors and databases
⌨️ (16:02) Getting our database set up
⌨️ (18:05) Langchain
⌨️ (19:24) Let’s build an Ai Assistant
🎉 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
Master the HTTP networking protocol by completing over 80 coding exercises and quizzes in JavaScript. Once you’ve learned it all, we’ll build a real web crawler using Node.js to put all the concepts into practice.
HTTP is the backbone of the modern web, and in this course we’ll do a deep dive into all of the fundamentals you’ll need to know to master web networking. We’ll use the Fetch API to interact with a live RESTful server in order to connect the different components of a video game.
💻 Code: https://github.com/bootdotdev/....fcc-learn-http-asset
🔗 Follow this course interactively on Boot.dev: https://boot.dev/learn/learn-http
✏️ Lane Wagner created this course.
Boot.dev: https://boot.dev
Lane on Twitter: https://twitter.com/wagslane
Lane’s YouTube: https://www.youtube.com/@bootdotdev
New to JavaScript? Beginner course: https://boot.dev/learn/learn-javascript
⭐️ Contents ⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:03:32) Ch 1 - Why HTTP
⌨️ (0:27:31) Ch 2 - DNS
⌨️ (0:48:11) Ch 3 - URIs and URLs
⌨️ (1:16:21) Ch 4 - Async JavaScript
⌨️ (1:49:48) Ch 5 - Errors in JS
⌨️ (2:04:54) Ch 6 - HTTP Headers
⌨️ (2:21:04) Ch 7 - JSON
⌨️ (2:41:09) Ch 8 - HTTP Methods
⌨️ (3:17:01) Ch 9 - URL Paths
⌨️ (3:36:33) Ch 10 - HTTPS security
⌨️ (3:48:24) Proj - Setup Dev Environment
⌨️ (3:51:28) Proj - Hello World
⌨️ (3:56:29) Proj - Normalize URLs
⌨️ (4:11:05) Proj - URLs from HTML
⌨️ (4:27:49) Proj - The main.js file
⌨️ (4:33:10) Proj - Using Fetch
⌨️ (4:45:16) Proj - Recursively crawling the web
⌨️ (4:55:33) Proj - Print an SEO report
⌨️ (5:06:59) Proj - Conclusion
⌨️ (5:08:04) Congratulations
Documentation used:
Fetch API: https://developer.mozilla.org/....en-US/docs/Web/API/F
URL constructor: https://developer.mozilla.org/....en-US/docs/Web/API/U
Fetch Rseponse: https://developer.mozilla.org/....en-US/docs/Web/API/R
🎉 Thanks to our Champion and Sponsor supporters:
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Erdeniz Unvan
👾 Justin Hual
👾 Agustín Kussrow
👾 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
Learn how to build a CRM (Customer Relationship Management) App with Django, Python, and MySQL.
The app will use MySQL for the database. We'll be able to Register, Log In, Log Out, Add Records, View Records, Update Records, and Delete Records.
✏️ Course created by John Elder. Check out his channel: https://www.youtube.com/@Codemycom
💻 Github Code: https://github.com/flatplanet/Django-CRM
🔗 MySQL Download: https://dev.mysql.com/downloads/installer/
⭐️ Contents ⭐️
0:00:00 Introduction
0:01:50 Installation and App Setup
0:06:45 MYSQL Configuration
0:13:18 Version Control Git and Github.com
0:18:14 Build Out The Basic App
0:28:46 Login Users
0:47:32 Logout Users
0:51:45 Register Users
1:15:00 Database Model
1:25:48 View Records On Website
1:31:01 Bootstrap Table
1:38:23 Individual Records
1:48:41 Bootstrap Card
1:56:51 Delete Record
2:01:05 Add New Records
2:12:10 Update Records
2:20:06 Push Code To Github
2:20:54 Conclusion
🎉 Thanks to our Champion and Sponsor supporters:
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Erdeniz Unvan
👾 Justin Hual
👾 Agustín Kussrow
👾 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
Congratulations to our 2018 Top Contributors! Video starts at 12:05.
Full article about the party: https://medium.freecodecamp.org/861da08a77e1
---
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://medium.freecodecamp.org
Learn how to get your website online with a custom URL and website hosting.
The template website referenced in this video is down. Get the template here: https://drive.google.com/file/....d/1Zr80JIe30eJEUIx_8
In this course, you will first learn how to create a simple website using HTML, CSS, and JavaScript, starting with a website template. (If you already have a website—great! Just skip this section and go to the next one.) Then, you will learn how to get a custom URL. Finally, you will learn how to host your website files and make your custom URL point to your website files. You will learn two different ways to host your website, including a way to host your website for free!
This course was created by Beau Carnes.
🔗 Get a .TECH domain name: https://get.tech
🔗 Learn more about HTML and CSS: https://www.youtube.com/playli....st?list=PLWKjhJtqVAb
⭐️ Course Contents ⭐️
⌨️ (00:00) Introduction
⌨️ (00:34) Creating a website
⌨️ (38:41) Getting a custom URL
⌨️ (42:45) Getting web hosting
⌨️ (48:25) Creating a custom email address
⌨️ (48:25) Updating Nameservers
⌨️ (51:35) Hosting for free with GitHub Pages
⌨️ (56:08) Updating DNS Settings
⌨️ (59:15) Conclusion
⭐️ Special thanks to our Champion supporters! ⭐️
🏆 Loc Do
🏆 Joseph C
🏆 DeezMaster
This course was made possible in part by a grant from Radix, who own the .tech TLD.
React: Create a Stateful Component
#100DaysOfCode
In this project tutorial, you will build a LeetCode clone with React, Tailwind CSS, Next.JS, Typescript, and Firebase. Also deploy it to Vercel at the end.
💻 Source Code: https://github.com/burakorkmez..../leetcode-clone-yout
💻 Github Gist: https://gist.github.com/burako....rkmez/5ba4c1a910f396
🔗 Demo Project: https://leetclone.vercel.app/problems/two-sum
🔗 Discord Server(to ask questions): https://discord.gg/YFn2WyheZV
Course created by @asaprogrammer_
⭐️ Contents ⭐️
0:00:00 Intro
0:00:29 Demo of The App
0:05:23 Project Setup
0:08:51 Auth Page Setup
0:13:19 Auth Page Navbar
0:18:54 AuthModal Layout UI
0:22:16 Login UI
0:29:41 Signup UI
0:31:59 ResetPassword UI
0:33:13 Integrating Recoil Auth State
0:47:31 Firebase Setup
0:52:41 Signup Functionality
1:01:21 Login Functionality
1:05:14 Auth Page Route Guard
1:08:01 Home Page UI
1:12:50 Problems Table UI
1:21:01 Youtube Video Modal
1:29:51 Topbar Update On Auth
1:32:46 Logout Functionality
1:37:11 Auth Modal Optimizations
1:38:44 Reset Password Functionality
1:42:56 React Toastify
1:47:19 Image optimizations
1:54:33 Creating [pid] page and update topbar
2:02:27 Creating Timer.tsx
2:12:31 Creating Workspace.tsx
2:15:18 Splitting The Page
2:19:47 Creating ProblemDescrition.tsx
2:26:03 Creating PreferenceNav.tsx
2:34:39 Creating Code Editor
2:41:10 Adding Test Cases UI
2:50:15 Creating EditorFooter.tsx
2:56:32 Data Handling Explained
3:01:50 Two Sum Problem
3:12:52 Reverse Linked List
3:18:05 Jump Game Problem
3:20:13 Valid Parentheses Problem
3:21:16 Search 2d Matrix Problem
3:22:01 Using SSG for [pid].tsx
3:46:47 Updating testcases UI
3:51:39 Initializing Firestore
3:55:56 Adding problems to DB
4:12:09 Fetch Problems
4:32:58 Create Users in DB
4:40:33 Fetch problem data
4:51:28 Loading skeletons
4:56:35 Get user data on the problem
5:06:23 Like functionality
5:27:51 Dislike functionality
5:39:03 Star functionality
5:46:03 Next and Previous problem
5:55:23 Solving Hydration Error
5:58:08 Confetti Celebration
6:01:43 Code Submission
6:20:50 Save code to localstorage
6:24:48 Solving bugs
6:31:08 Toggle Full Screen
6:34:13 SettingsModal UI
6:41:33 SettingsModal Functionality
6:54:23 Update Home Page
6:59:11 Sandboxing technique
7:01:58 Deployment
7:05:08 Firebase Rules
🎉 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
You didn't realize you needed this until now: A brand new game from freeCodeCamp. Learn all about Learn To Code RPG from game creator Lynn Zheng and watch a playthough from Ania Kubów.
Learn more about the game and its development here: https://www.freecodecamp.org/n....ews/learn-to-code-rp
Download the game for free from Itch: https://freecodecamp.itch.io/learn-to-code-rpg
Check out the open source code on GitHub: https://github.com/freeCodeCamp/LearnToCodeRPG
Improve your cybersecurity and Linux skills by solving challenges in the Bandit Wargame from OverTheWire. This video is a walk through of how to solve the challenges—but make sure to try each on your own before watching the solution!
🔗 Start the game here: https://overthewire.org/wargames/bandit/
✏️ Tutorial from Sabyasachi Paul. Check out his channel: https://www.youtube.com/channe....l/UCF6DLMsBz6AdX4Wk1
🔗 Sabyasachi's Linktree: https://linktr.ee/h0tPlug1n
⭐️ Contents ⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:02:11) Level 0
⌨️ (0:04:06) Level 0 - Level 1
⌨️ (0:05:11) Level 1 - Level 2
⌨️ (0:06:18) Level 2 - Level 3
⌨️ (0:07:56) Level 3 - Level 4
⌨️ (0:09:11) Level 4 - Level 5
⌨️ (0:11:57) Level 5 - Level 6
⌨️ (0:14:51) Level 6 - Level 7
⌨️ (0:17:06) Level 7 - Level 8
⌨️ (0:18:37) Level 8 - Level 9
⌨️ (0:21:08) Level 9 - Level 10
⌨️ (0:22:45) Level 10 - Level 11
⌨️ (0:24:10) Level 11 - Level 12
⌨️ (0:27:11) Level 12 - Level 13
⌨️ (0:35:22) Level 13 - Level 14
⌨️ (0:37:01) Level 14 - Level 15
⌨️ (0:38:45) Level 15 - Level 16
⌨️ (0:41:35) Level 16 - Level 17
⌨️ (0:50:46) Level 17 - Level 18
⌨️ (0:53:07) Level 18 - Level 19
⌨️ (0:55:28) Level 19 - Level 20
⌨️ (0:58:23) Level 20 - Level 21
⌨️ (1:02:33) Level 21 - Level 22
⌨️ (1:07:47) Level 22 - Level 23
⌨️ (1:11:54) Level 23 - Level 24
⌨️ (1:26:39) Level 24 - Level 25
⌨️ (1:32:53) Level 25 - Level 26
⌨️ (1:43:25) Level 26 - Level 27
⌨️ (1:47:18) Level 27 - Level 28
⌨️ (1:52:10) Level 28 - Level 29
⌨️ (1:56:36) Level 29 - Level 30
⌨️ (2:00:17) Level 30 - Level 31
⌨️ (2:05:31) Level 31 - Level 32
⌨️ (2:10:34) Level 32 - Level 33
⌨️ (2:14:45) Level 33 - Level 34
🎉 Thanks to our Champion and Sponsor supporters:
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Erdeniz Unvan
👾 Justin Hual
👾 Agustín Kussrow
👾 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
Developers who created the game Portal discuss problems they faced and how they solved them.
This beginner's course teaches the foundations of game development. This video is lecture 11 of CS50's Intro to Game Development from Harvard University.
Check out the full course playlist: https://www.youtube.com/playli....st?list=PLWKjhJtqVAb
⭐️Contents⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:01:58) What is a Portal?
⌨️ (0:04:40) Rendering
⌨️ (0:04:52) Texture vs Stencil Tradeoffs
⌨️ (0:09:35) Rendering Using Stencils
⌨️ (0:15:36) Duplicate Models
⌨️ (0:16:36) Clip Planes
⌨️ (0:17:44) Banana Juice
⌨️ (0:19:44) Recursion
⌨️ (0:23:19) Third Person Gotchas
⌨️ (0:24:48) Pixel Queries
⌨️ (0:26:34) Design
⌨️ (0:27:45) Prototyping in 2D
⌨️ (0:28:48) Training Basics
⌨️ (0:36:22) Portal Funnels
⌨️ (0:38:51) Aerial Faith Plates
⌨️ (0:39:34) Trigger Catapult
⌨️ (0:42:53) Portal Highlight
⌨️ (0:43:44) Portal Placement Helper
⌨️ (0:45:01) Fun Over Accurate Physics
⌨️ (0:46:54) Gels
⌨️ (0:48:09) Portal Gel
⌨️ (0:49:25) Cutting Sticky Gel
⌨️ (0:52:13) Cutting Portal Through Portal
⌨️ (0:53:02) Cutting Double Flings
⌨️ (0:54:31) Energy Ball To Laser
⌨️ (0:56:58) Combining Elements
⌨️ (0:57:35) Laser Introduction
⌨️ (0:57:52) Laser Saturation
⌨️ (0:58:41) Laser Graduation
⌨️ (0:59:14) Laser Combination
⌨️ (1:00:25) Physics
⌨️ (1:00:43) Volumes, Vectors, and Planes
⌨️ (1:03:41) Carving Holes
⌨️ (1:07:20) Collision Lists
⌨️ (1:08:50) Shadow Clones
⌨️ (1:11:32) Q&A
⌨️ (1:13:37) Reduce Rendering Frustum
⌨️ (1:41:05) In Conclusion
Lecture taught by Colton T. Ogden. Thanks to Harvard's CS50 for giving us permission to post this lecture. Checkout their YouTube channel for more great lectures: https://www.youtube.com/cs50
--
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://medium.freecodecamp.org
React: Render with an If-Else Condition
#100DaysOfCode