Training from Traversy Media create web Resume and deploy to web service
https://youtu.be/clwpf3VwCZQ
#traversyMedia #resume #deploy
  
  https://youtu.be/clwpf3VwCZQ
#traversyMedia #resume #deploy
YouTube
  
  Build A Digital Resume & Host For Free
  Turning a real-life resume into a digital resume hosted free on Github pages.
Live Demo: https://divanov11.github.io/Digital-Resume/
Source Code: https://github.com/divanov11/Digital-Resume
Article: https://dev.to/dennisivy11/build-a-digital-resume-host…
  Live Demo: https://divanov11.github.io/Digital-Resume/
Source Code: https://github.com/divanov11/Digital-Resume
Article: https://dev.to/dennisivy11/build-a-digital-resume-host…
Long practice from Traversy Media building a QR Code generator app with JavaScript, HTML and Tailwind CSS
https://youtu.be/qNiUlml9MDk
#traversyMedia #tailwind #qrcode
  
  https://youtu.be/qNiUlml9MDk
#traversyMedia #tailwind #qrcode
YouTube
  
  Create A Simple JavaScript App to Generate QR Codes
  Let's create a simple QR Code generator app with JavaScript, QRcode.js and Tailwind CSS.
💻 Github Repo
https://github.com/bradtraversy/qr-code-generator
🧑💻 Live Demo
https://qrcodes.tech
💻 QRCode.js Library:
https://github.com/davidshimjs/qrcodejs
⭐…
  💻 Github Repo
https://github.com/bradtraversy/qr-code-generator
🧑💻 Live Demo
https://qrcodes.tech
💻 QRCode.js Library:
https://github.com/davidshimjs/qrcodejs
⭐…
Practice using Astro framework as a static site generator with Traversy Media
https://youtu.be/Oi9z5gfIHJs
#astro #traversyMedia
  
  https://youtu.be/Oi9z5gfIHJs
#astro #traversyMedia
YouTube
  
  Astro Crash Course
  Astro is an amazing static site generator that allows you to build really fast websites with little to no production JavaScript. You can use Astro components as we all have components from other frameworks such as React, Vue and Svelte.
TIP: I forgot to…
  TIP: I forgot to…
Long practice with Traversy Media on introducing multiple command lines in Linux / Unix Terminal
https://youtu.be/uwAqEzhyjtw
#traversyMedia #commandLine #linux #cmd #terminal
  
  https://youtu.be/uwAqEzhyjtw
#traversyMedia #commandLine #linux #cmd #terminal
YouTube
  
  Command Line Crash Course For Beginners | Terminal Commands
  This is a course for beginners to learn how to navigate the terminal/command line. I tried to make it as OS agnostic as possible, but if you are on Windows, I suggest using something like "Git Bash".
⭐ Check out Agora!
https://bit.ly/3bLM8Iu
💻 Gist With…
  ⭐ Check out Agora!
https://bit.ly/3bLM8Iu
💻 Gist With…
Traversy Media's long practice of building desktop apps with JavaScript and Electron JS
https://youtu.be/ML743nrkMHw
#electron #traversyMedia
  
  https://youtu.be/ML743nrkMHw
#electron #traversyMedia
YouTube
  
  Create a Desktop App With JavaScript & Electron
  In this video, we will create a cross-platform desktop app to resize image dimensions, using JavaScript and Electron.
💻 Code:
https://github.com/bradtraversy/image-resizer-electron
To package your app up for different platforms, you could use one of the…
  💻 Code:
https://github.com/bradtraversy/image-resizer-electron
To package your app up for different platforms, you could use one of the…
Tips for beginners in using React JS from Web Dev Simplified
https://www.youtube.com/watch?v=E1cklb4aeXA
—-
Long practice from Traversy Media building a Shopping Cart app with React JS and Stripe
https://www.youtube.com/watch?v=_8M-YVY76O8
——
Using React Context with TypeScript from the Weibenfalk channel
https://www.youtube.com/watch?v=nTQ-PfUqDvM
#react #webdevsimplified #traversymedia #weibenfalk #shoppingCart
  
  https://www.youtube.com/watch?v=E1cklb4aeXA
—-
Long practice from Traversy Media building a Shopping Cart app with React JS and Stripe
https://www.youtube.com/watch?v=_8M-YVY76O8
——
Using React Context with TypeScript from the Weibenfalk channel
https://www.youtube.com/watch?v=nTQ-PfUqDvM
#react #webdevsimplified #traversymedia #weibenfalk #shoppingCart
YouTube
  
  Most Beginner React Developers Do This Wrong
  FREE React Hooks Simplified Course: https://courses.webdevsimplified.com/react-hooks-simplified
Filtering is one of the most common things you will do as a developer, but it is something most developers do wrong in React. In this video I want to showcase…
  Filtering is one of the most common things you will do as a developer, but it is something most developers do wrong in React. In this video I want to showcase…
Traversy Media's practice of creating web scraping with Puppeteer and Node JS
https://www.youtube.com/watch?v=S67gyqnYHmI
#nodejs #traversymedia #puppeteer #web #scrapping
  
  https://www.youtube.com/watch?v=S67gyqnYHmI
#nodejs #traversymedia #puppeteer #web #scrapping
YouTube
  
  Intro To Web Scraping With Puppeteer
  In this video, we will look at Puppeteer to scrape data from a web page.
💻 Code:
https://github.com/bradtraversy/courses-scrape
Puppeteer Docs:
https://pptr.dev/
⭐ All Courses:
https://traversymedia.com
💖 Show Support
Patreon: https://www.patreon.com/traversymedia…
  💻 Code:
https://github.com/bradtraversy/courses-scrape
Puppeteer Docs:
https://pptr.dev/
⭐ All Courses:
https://traversymedia.com
💖 Show Support
Patreon: https://www.patreon.com/traversymedia…
A long introduction to the Vite JS module bundler from Traversy Media
https://www.youtube.com/watch?v=89NJdbYTgJ8
#traversyMedia #vite #bundler
  
  https://www.youtube.com/watch?v=89NJdbYTgJ8
#traversyMedia #vite #bundler
YouTube
  
  Vite Crash Course | Faster Alternative To CRA
  In this video, we will talk about the Vite JavaScript build tool. We will also compare it to Webpack as well as Create React App.
💻 Blog Post:
https://www.traversymedia.com/blog/vite-crash-course
⭐ All Courses:
https://traversymedia.com
💖 Show Support…
💻 Blog Post:
https://www.traversymedia.com/blog/vite-crash-course
⭐ All Courses:
https://traversymedia.com
💖 Show Support…
👍4🥰2🔥1
  Practice from Traversy Media using Prisma ORM for Node JS
https://www.youtube.com/watch?v=CYH04BJzamo
#prism #orm #traversyMedia #nodejs
  
  https://www.youtube.com/watch?v=CYH04BJzamo
#prism #orm #traversyMedia #nodejs
YouTube
  
  Prisma Crash Course
  Let's look at Prisma, which is a Node.js & TypeScript ORM & toolkit to interact with your database.
Written Version:
https://www.traversymedia.com/blog/prisma-crash-course
Check Out My Courses:
https://traversymedia.com
Timestamps:
0:00 - Intro & What…
  Written Version:
https://www.traversymedia.com/blog/prisma-crash-course
Check Out My Courses:
https://traversymedia.com
Timestamps:
0:00 - Intro & What…
Training from Traversy Media on using the Bun JS runtime for JavaScript projects
https://www.youtube.com/watch?v=U4JVw8K19uY
#bun #bunjs #traversyMedia #runtime
  
  https://www.youtube.com/watch?v=U4JVw8K19uY
#bun #bunjs #traversyMedia #runtime
YouTube
  
  Bun Crash Course | JavaScript Runtime, Bundler & Transpiler
  In this crash course, we will look at the Bun.js JavaScript runtime/bundler/toolkit. I will show you how to get set up and check out some of the features.
Bun Official Website & Docs:
https://bun.sh
Check Out My Courses:
https://traversymedia.com
If you…
Bun Official Website & Docs:
https://bun.sh
Check Out My Courses:
https://traversymedia.com
If you…
👍4
  The web developer learning path and career path are explained on the Traversy Media channel
https://www.youtube.com/watch?v=1_gLbLPx2T8
#webdev #traversyMedia
  
  https://www.youtube.com/watch?v=1_gLbLPx2T8
#webdev #traversyMedia
YouTube
  
  15 Web Developer-Related Career Paths
  In this video, we will look a bit deeper than frontend, backend, and full stack. We will explore 15 different web dev-related roles including UI/UX Designers, SPA Developers, API/microservices developers, Blockchain, IoT and much more.
Check Out My Courses:…
  Check Out My Courses:…
