Tutorial links for Bootstrap, Next.js, TypeScript and React Native

Last updated on 25 May 2024

Bootstrap

  1. Very interesting video with advice that struck me as quite sensible: Do You Really Need Bootstrap or Tailwind?, https://www.youtube.com/watch?v=omWmWu1XO8U , 8 min. 27 secs. by Lama Dev, March 2022
  2. Bootstrap 5 Crash Course: https://youtu.be/Jyvffr3aCp0, by Web Dev. Simplified, around 1 hr. 10 min, Aug. 2022
  3. Covers a small website creation and so quite interesting: Learn How to Code Using Bootstrap 5 Tutorial 2023!, https://www.youtube.com/watch?v=g9b4LjYrsUQ , by Coding With JayBird, 19 mins., Mar. 2023
  4. https://getbootstrap.com/docs/5.0/getting-started/introduction/
  5. Use HTML CSS Support VSCode extension: https://marketplace.visualstudio.com/items?itemName=ecmel.vscode-html-css . Use instructions (.vscode/settings.json related) provided in above page for extension to pick up Bootstrap stylesheet classes. I used the same url of Bootstrap CDN that I am using in my pages checking out Bootstrap classes.

Next.js

  1. Very fast but covers a CRUD Notes app. and so great video: Next.js 13 - The Basics,  https://www.youtube.com/watch?v=__mSgDEOyv8 , by Beyond Fireship, 9 mins, Nov. 2022
  2. I think the first part is worth going through. For the next part, the issue is that the video is 3 years old and does not match what you get with Next.js now: Next.js in 100 Seconds // Plus Full Beginner's Tutorial, https://www.youtube.com/watch?v=Sklc_fQBmcs , by Fireship, around 12 mins., Jan. 2021.
  3. The official tutorial (seems to be for current version i.e.: Next.js 14). First impression is that it is interesting as one builds an interesting app. involving dashboard, invoices, login and database access: https://nextjs.org/learn . 
  4. Superfast paced but seems to be great to get a feel of building a NextJS app and is recent (Nov. 2023): NextJS Tutorial - All 12 Concepts You Need to Know, https://www.youtube.com/watch?v=vwSlYG7hFk0 , by ByteGrad, around 45 mins., Nov. 2023
Related blog post of mine: Notes on learning Next.js

TypeScript

  1. TypeScript in 100 Seconds, https://www.youtube.com/watch?v=zQnBQ4tB3ZA, by Fireship, 2 min. 24 secs, Nov. 2020.
  2. https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html
  3. Saw initial 8 mins. of it and seems to be very useful for me as I need to know TS in context ReactJS: TypeScript in React - COMPLETE Tutorial (Crash Course), https://www.youtube.com/watch?v=TPACABQTHvM, around 53 mins, by ByteGrad, published Sep.2023
Related blog post of mine: Notes on Typescript

React Native

  1. React Native in 100 Seconds, https://www.youtube.com/watch?v=gvkqT_Uoahw, by Fireship, 2 min. 16 secs, Sep. 2021
  2. Official tutorial, it seems: https://reactnative.dev/docs/getting-started . For more, please visit my post: Notes on React Native tutorial and using Expo on my Android phone to explore the tutorial.
  3. Longish but may be a solid course. Have not seen enough of it to comment further: React Native Course – Android and iOS App Development, https://www.youtube.com/watch?v=obH0Po_RdWk , by freeCodeCamp.org, 4hr. 40 mins, April 2023.

    Comments

    Archive