static-blog-with-next-js-and-markdown

Static Blog With Next.js and Markdown

Create a basic blog using Next.js and Markdown. Code: https://github.com/bradtraversy/next-markdown-blog Demo: https://next-markdown-blog-drab.vercel.app/ Full Next.js Udemy Course Coupon: https://www.udemy.com/course/nextjs-dev-to-deployment/?couponCode=YOUTUBE5DAY Read moreWhat is the difference between shared & dedicated hosting?Next Crash Course: https://www.youtube.com/watch?v=mTz0GXj8NN0&t=1292s Markdown Crash Course: https://www.youtube.com/watch?v=HUBNt18RFbo&t=40s Timestamps: 0:00 – Intro 2:54 – Next.js Setup & Styling 7:10 – Header Component 9:08 – Create a Markdown File…

Read More
fastify-crash-course-node-js-framework

Fastify Crash Course | Node.js Framework

Fastify is a “fast” Node.js framework. In this video, we will build a REST API with validation schemas and swagger documentation Code: https://github.com/bradtraversy/fastify-crash-course Website & Docs: https://www.fastify.io/ Read moreWhat is the difference between shared & dedicated hosting?Article: Fastify vs. Express https://medium.com/@onufrienkos/express-vs-fastify-performance-4dd5d73e08e2 Latest Udemy Courses: https://traversymedia.com? ? Support The Channel! http://www.patreon.com/traversymedia Read moreKeyword Density: How Much…

Read More
bootstrap-5-crash-course-website-build-deploy

Bootstrap 5 Crash Course | Website Build & Deploy

Beginner-friendly website project using Bootstrap 5 Hostinger: https://www.hostinger.com/traversymedia – Use the code TRAVERSYMEDIA for 10% off! Code: https://github.com/bradtraversy/bootstrap-bootcamp-website Read moreWhat is the difference between shared & dedicated hosting?Project Demo: https://www.frontendbootcampdemo.com/ Latest Udemy Courses: https://traversymedia.com? ? Support The Channel! http://www.patreon.com/traversymedia Read moreKeyword Density: How Much Is Too MuchTimestamps: 0:00 – Intro 2:01 – Docs & Getting…

Read More
pulumi-iac-in-your-favorite-programming-language

Pulumi – IaC in your favorite programming language!

Infrastructure as code using your favorite programming language with Pulumi | Pulumi Tutorial ?? DevOps Tool for May – From the DevOps tool of the month series: https://bit.ly/2ZuPbvc ? Thanks Pulumi for sponsoring this video ?? ? Find out more about Pulumi here: https://www.pulumi.com/ Read moreEpisode 16: Glitch CEO Anil Dash on Strengthening Values in…

Read More
6-hour-vue-js-firebase-project-fireblogs

6 Hour Vue.js & Firebase Project – FireBlogs

Build a multi-user blog project with Vue.js, Vuex and Firebase Demo: https://fireblogs-50850.web.app/ Code: https://github.com/johnkomarnicki/FireBlogs-YouTube Read moreWhat is the difference between shared & dedicated hosting?John’s YouTube Channel: https://www.youtube.com/channel/UCr0D7PVNOHqB3Td7lVl_LKw John’s Socials: Tweets by john_komarnicki https://www.linkedin.com/in/john-komarnicki Timestamps: 0:00 – Introduction 0:52 – Walkthrough 9:55 – Project Setup 21:45 – Navigation(Desktop/Mobile) 44:52 – Footer 50:08 – Blog Post Component…

Read More
the-new-notion-api-node-js-video-schedule-project

The New Notion API | Node.js Video Schedule Project

In this video, we will create a Notion calendar database and use the API and SDK/client to fetch the data and display it on a web page Code: https://github.com/bradtraversy/notion-video-schedule Notion Developers/API Website: https://developers.notion.com/ Read moreWhat is the difference between shared & dedicated hosting?Notion JS SDK: https://github.com/makenotion/notion-sdk-js Udemy Courses: https://traversymedia.com ? Support The Channel! http://www.patreon.com/traversymedia Read…

Read More
terminal-style-landing-page-winbox-js

Terminal Style Landing Page | WinBox.js

Build a simple landing page with a terminal feel using HTML, CSS and the WinBox.js library Code: https://github.com/bradtraversy/terminal-landing-page Demo: https://upbeat-allen-ed0aef.netlify.app/ Read moreWhat is the difference between shared & dedicated hosting?WinBox.js Library: https://nextapps-de.github.io/winbox/ Tiffany White’s Blog (Design Inspiration): https://tiffanywhite.dev/ Timestamps: 0:00 – Intro 1:58 – Getting WinBox Bundle 2:34 – The HTML 6:05 – The CSS…

Read More
angular-crash-course-2021

Angular Crash Course 2021

Learn the fundamentals of Angular in this project-based crash course Video Sponsor: https://www.hostinger.com/traversymedia – Use the code TRAVERSYMEDIA for 10% off! Code: https://github.com/bradtraversy/angular-crash-2021 Read moreWhat is the difference between shared & dedicated hosting?Latest Udemy Courses: https://traversymedia.com? ? Support The Channel! http://www.patreon.com/traversymedia Timestamps: 0:00 – Hostinger Sponsor 0:35 – Intro & Slides 7:41 – Angular CLI…

Read More
ci-cd-with-jetbrains-teamcity-teamcity-tutorial

CI/CD with JetBrains TeamCity | TeamCity Tutorial

CI/CD with Teamcity | TeamCity Tutorial | Setup CI Pipeline from Scratch ? Thanks JetBrains for sponsoring this video ?? ? Learn more about TeamCity and download it for free: https://jb.gg/tcdownload ? Sign up for TeamCity Cloud and get a 14-day free trial: https://jb.gg/tccloud ?? DevOps Tool for April – From the DevOps tool of…

Read More
build-a-covid-tracker-app-with-vue-js-tailwind

Build a Covid Tracker App With Vue.js & Tailwind

In this project, we will use Vue.js and Tailwind to create a simple tracker app Code: https://github.com/bradtraversy/vue-covid-tracker API: https://covid19api.com https://ksred.com Read moreWhat is the difference between shared & dedicated hosting?Latest Udemy Courses: https://traversymedia.com?? ? Support The Channel! http://www.patreon.com/traversymedia Timestamps: 0:00 – Intro 2:13 – Vue Setup 6:30 – Header & Tailwind Config 13:02 – Fetching…

Read More
build-a-music-player-vanilla-javascript

Build a Music Player | Vanilla JavaScript

Let’s create a music player with HTML, CSS, JavaScript, and the HTML5 Audio API Code: https://github.com/bradtraversy/vanillawebprojects/tree/master/music-player 20 Vanilla Projects Course: https://www.udemy.com/course/web-projects-with-vanilla-javascript/?referralCode=F9B7C7FED834F91ADE75 Read moreWhat is the difference between shared & dedicated hosting?$11.99 Promo(5 Days Only): APR5DAY Timestamps: Intro – 0:00 HTML – 1:51 CSS – 5:27 JavaScript – 23:10

Read More
laravel-8-rest-api-with-sanctum-authentication

Laravel 8 REST API With Sanctum Authentication

Beginner-friendly REST API from scratch using Laravel 8. We will implement authentication using API keys with Laravel Sanctum. Code: https://github.com/bradtraversy/laravel-sanctum-api Laravel Sanctum Docs: https://laravel.com/docs/8.x/sanctum Read moreWhat is the difference between shared & dedicated hosting?Timestamps: 0:00 – Intro 1:46 – Set Up Laravel 3:23 – SQLite Setup 4:15 – Basic Routing 6:38 – Product Model &…

Read More
welcome-to-my-world-2021-home-office-tour

Welcome To My World | 2021 Home Office Tour

A little glimpse into where I work & play DESK & COMPUTERS: Uplift Desks – https://www.upliftdesk.com/ Asus PC – https://bit.ly/3sr78Y4 Mac Pro & Macbook Pros – https://www.apple.com MONITORS: Samsung 49″ Monitor – https://amzn.to/31aiaFf LG 34″ Monitors – https://amzn.to/31bVC6Y PERIPHERALS: Logitech G Pro Mouse – https://amzn.to/3lJJjbr Logitech G Pro Keyboard – https://amzn.to/3f7zT8s Logitech Charger Mousepad –…

Read More
creative-agency-website-from-scratch-html-css

Creative Agency Website From Scratch | HTML & CSS

We will build a responsive website using HTML/CSS and look at things like positioning, flexbox, CSS Grid basics, and media queries Code & Images: https://github.com/bradtraversy/creative-agency-website 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:47 – Homepage HTML 8:52 – Homepage CSS…

Read More
5-high-level-skills-traits-for-programmers

5 High Level Skills & Traits For Programmers

Just some of my thoughts on what skills/traits help you become a more successful programmer Latest Udemy Courses: https://traversymedia.com? ? Support The Channel! http://www.patreon.com/traversymedia Read moreWhat is the difference between shared & dedicated hosting?0:00 – Intro 0:42 – Patience 2:20 – Motivation 4:28 – Problem Solving 6:26 – Communication 8:08 – Willingness To Learn

Read More