java-generics-tutorial

Java Generics Tutorial

Learn all about Java Generics and write Java code with confidence! ? Want to master Java? Get my complete Java mastery bundle: http://bit.ly/2tKoy8C? Subscribe for more Java tutorials like this: https://goo.gl/6PYaGF ? Get my FREE #Java cheat sheet: http://bit.ly/2JNlQnw Read moreWhat is the difference between shared & dedicated hosting??? Want to learn more from me?…

Read More
java-interfaces-tutorial

Java Interfaces Tutorial

Learn all about Java Interfaces and write Java code with confidence! ? Want to master Java? Get my complete Java mastery bundle: http://bit.ly/2tKoy8C? Subscribe for more Java tutorials like this: https://goo.gl/6PYaGF ? Get my FREE #Java cheat sheet: http://bit.ly/2JNlQnw Read moreWhat is the difference between shared & dedicated hosting??? Want to learn more from me?…

Read More
javascript-drag-drop-sortable-list-project

JavaScript Drag & Drop Sortable List Project

Learn the drag & drop API, array methods, spread operator, and DOM manipulation in this vanilla JavaScript project Full 20 Projects Course: https://www.udemy.com/course/web-projects-with-vanilla-javascript/?referralCode=F9B7C7FED834F91ADE75 Code: [MONTHNAME]2021 Read moreWhat is the difference between shared & dedicated hosting?Code: https://github.com/bradtraversy/vanillawebprojects/tree/master/sortable-list TImestamps: 0:00 – Intro 2:27 – Insert List Items Into DOM 12:02 – Scramble List Items 18:44 – The…

Read More
react-testing-crash-course

React Testing Crash Course

Learn about testing in React including unit, e2e and integration testing with React Testing Library, Jest & Cypress Techbase YouTube Channel: https://www.youtube.com/channel/UC6W89Wklwaki9pc_qSquRtw Starter Repo: https://github.com/MitchelSt/react-testing-starter Read moreWhat is the difference between shared & dedicated hosting?Final Repo: https://github.com/MitchelSt/react-testing-finished Timestamps: 0:00 – Brad Intro 0:55 – Mitchel Intro 1:24 – Why should you test? 1:58 – What…

Read More
what-are-the-basics-of-git-i-should-know

What Are The Basics of Git I Should Know?

Most individuals working in the tech world in some form must know the basics of Git. Git is the likely candidate for most popular version control system, and more and more worklfows — from coding to writing documentation — integrate some form of Git version control. But Git can be intimidating to newcomers because of…

Read More
typescript-crash-course-2021

TypeScript Crash Course 2021

Learn the basics of TypeScript in this beginner-friendly crash course Visit Our Sponsor: Stream https://getstream.io/traversy TypeScript Gist: https://gist.github.com/bradtraversy/f80a4cd87e7034bea5264f7d8c431b4e Read moreWhat is the difference between shared & dedicated hosting?Find all of my Udemy courses: https://traversymedia.com Support The Channel: https://www.patreon.com/traversymedia https://paypal.me/traversymedia TImestamps: 0:00 – Intro & Sponsor 0:39 – Slides 7:58 – TypeScript Setup 8:55 – TSC…

Read More
is-it-possible-to-start-a-blog-for-free

Is It Possible To Start a Blog For Free?

The short answer is, “Yes, it’s possible to start a blog for free.” But there are many important questions related to that question you will want to consider. How is this blog going to be used? Free Blogging WordPress.com Blogger (Blogspot) Write.as Paid Blogging Tools (And Why You Should Consider Them) How is this blog…

Read More
what-are-the-top-5-blogging-platforms

What Are the Top 5 Blogging Platforms?

What is a blog anyway? It’s basically a website with an index of “posts”, dated, and typically sorted in reverse chronological order. But a blog can be much more than that. A blog can serve as a central hub for your marketing efforts, a place where people can read your content and leave comments, or…

Read More
can-you-undo-a-commit-in-git

Can You Undo a Commit In Git?

Can you undo a commit in Git? There are many instances in which you may want to reset your current working directory to a former state, marked by a commit, tag, or other “treeish.” The “reset” command can be destructive and wipe out your work. Be very careful when using this command. Git is incredibly…

Read More
build-5-projects-with-html-css-javascript

Build 5 Projects With HTML, CSS & JavaScript

Sharpen your JavaScript, CSS, DOM skills by building 5 projects in one video Full Course : https://www.udemy.com/course/50-projects-50-days/?referralCode=684EE5F9DE1745B6428B $12.99 Coupon Code: MONTH2021 (Replace with current month) GitHub Repo: https://github.com/bradtraversy/50projects50days Read moreWhat is the difference between shared & dedicated hosting?Timestamps: 0:00 – Intro 2:23 – Project 1 – Blurry Loading 15:31 – Project 2 – Vertical Slider…

Read More
github-copilot-first-look

GitHub Copilot – First Look

In this video, we will look at and try the GitHub Copilot AI pair programmer Sponsor: Hostinger (10% off with TRAVERSYMEDIA) https://www.hostinger.com/traversymedia Latest Udemy Courses: https://traversymedia.com? Read moreWhat is the difference between shared & dedicated hosting?? Support The Channel! http://www.patreon.com/traversymedia Timestamps: 0:00 – Intro 2:28 – Specific Functions 4:52 – Generating Data 6:04 – Working…

Read More
supabase-crash-course

Supabase Crash Course

In this video we will look at Supabase https://supabase.io Find all of my Udemy courses: https://traversymedia.com Read moreWhat is the difference between shared & dedicated hosting?? Support The Channel! http://www.patreon.com/traversymedia Timestamps: 0:00 – Intro & Slides 6:24 – Creating a Project 8:10 – Creating a Table & Columns 9:21 – Adding Data 9:38 – API…

Read More
hulu-webpage-clone-html-css

Hulu Webpage Clone | HTML & CSS

Create the Hulu homepage with HTML, CSS and a bit of JavaScript. Sponsor: Hostinger (10% off with TRAVERSYMEDIA) https://www.hostinger.com/traversymedia Code: https://github.com/bradtraversy/hulu-webpage-clone Read moreWhat is the difference between shared & dedicated hosting?Modern HTML & CSS From The Beginning Course: https://www.udemy.com/course/modern-html-css-from-the-beginning/?referralCode=EB0470C43F3C3E9AA306 Timestamps: 0:00 -Intro 2:41 – Base & Header HTML 7:04 – Base Styles 10:04 – Header…

Read More
build-a-node-js-password-generator

Build a Node.js Password Generator

Build a simple command-line app using Node.js along with Commander and Chalk Code: https://github.com/bradtraversy/passgen Node.js API Course: Coupon MONTHNAME2021 https://www.udemy.com/course/nodejs-api-masterclass/?referralCode=F95A0D3B9CA1DB648F55 Read moreWhat is the difference between shared & dedicated hosting?? Support The Channel! http://www.patreon.com/traversymedia Packages: Commander.js – https://github.com/tj/commander.js Chalk – https://github.com/chalk/chalk Clipboardy – https://github.com/sindresorhus/clipboardy Timestamps: 0:00 – Intro & Demo 3:18 – Setup & process.argv…

Read More
python-backend-web-development-course-with-django

Python Backend Web Development Course (with Django)

This video is a full backend web development course with python. In the course, you will learn everything you need to know to start your web development journey with Python and Django. ?? Course developed by CodeWithTomi. Check out his channel: https://www.youtube.com/c/CodeWithTomi ? Join CodeWithTomi’s Discord Server: https://discord.gg/cjqNBHHhKV ? Twitter: https://twitter.com/TomiTokko3 ? Download All Free…

Read More
react-router-crash-course

React Router Crash Course

React Router is commonly used to make different routes for pages in React Applications. This crash course will teach you how to create routes in your React applications. This course covers BrowserRouter, Switch, Nesting Routes, Redirecting Routes, match and history props, including useHistory, useParams, useLocation, and useRouteMatch Hooks. ?? Course created by Piyush Agarwal. Check…

Read More