WEB FRAMES/LIBS

WEB FRAMES/LIBS

69 bookmarks
Newest
Using a Gatsby Theme
Using a Gatsby Theme
Gatsby themes let you decompose a site into logical units. Like component libraries, they are an abstraction that allows one team to own and…
·gatsbyjs.com·
Using a Gatsby Theme
Build a Web Scraper (super simple!)
Build a Web Scraper (super simple!)
In this video I show you how to build a Web Scrapper in a super simple beginner friendly way using Node.js. Web scraping refers to the extraction of data from a website quickly and accurately. Many people move onto selling their web scraping tools for money, either by building them as a chrome extension or API, or selling them to data capturing companies. So, the option to make money off this tool, is there for you too. Common questions: - This tutorial assumes you have nodemon installed globally on your computer. If you do not, use command: npm i nodemon -g Part 2 For Express Routing: video coming soon Final code for Part 1 and Part 2: https://github.com/kubowania/nodejs-webscraper ___ ⭐ Use promo code ANIAKUBOW for 3 months free of WebStorm IDE here (I get no commission from this link, but am in a partnership): https://jb.gg/get_webstorm ⭐ New to code and none of this is making sense? Watch my '12hr+ YouTube Coding Bootcamp' in which you will learn HTML, CSS and JavaScript Fundamentals completely from scratch. It's on my channel and its 100% free. ⭐ In most videos I use Tabnine as my A.I autocompletion tool. You can download it for free here (I get no commission from this link, but am in a partnership): http://bit.ly/tabnine-top-tool ⭐ You can get a blockchain domain with my affiliate link here: http://bit.ly/get-a-crypto-domain ⭐ If you would like to buy me a coffee, well thank you very much that is mega kind! : https://www.buymeacoffee.com/aniakubow ⭐ Sign up for weekly coding tips from my newsletter partnership: https://bit.ly/JS-tips You can also find me on: Twitter: https://twitter.com/ania_kubow Instagram: https://instagram.com/aniakubow #codingbootcamp​ #coding
·youtube.com·
Build a Web Scraper (super simple!)
Dockerizing a React.js app - DEV Community
Dockerizing a React.js app - DEV Community
Learn how to dockerize React single page application. Create development image with auto-reload and lightweight & optimized production image with Nginx setup.
·dev.to·
Dockerizing a React.js app - DEV Community
React Class Components: The Life-Cycle
React Class Components: The Life-Cycle
React Class components are simply JavaScript classes which are made up of multiple functions adding certain functionalities to the component.
·narrow-sandwich-ae6.notion.site·
React Class Components: The Life-Cycle
Full Stack JavaScript Developer Nanodegree
Full Stack JavaScript Developer Nanodegree
Learn to become a full stack JavaScript developer online with Udacity’s nanodegree. You will learn how to build application across the client, server, and database layers using Angular, NodeJS, Express, and PostgresQL.
·udacity.com·
Full Stack JavaScript Developer Nanodegree
User Authentication in Web Apps (Passport.js, Node, Express) - YouTube
User Authentication in Web Apps (Passport.js, Node, Express) - YouTube
In this full course for beginners, you will learn how to implement user authentication from scratch in your web apps. You will learn how to use Passport.js in a Node / Express app. 💻 Starter Code 🔗 https://github.com/zachgoll/express-session-authentication-starter 🔗 https://github.com/zachgoll/express-jwt-authentication-starter ✏️ Course created by Zach Gollwitzer. Check out his channel: https://www.youtube.com/zachgollwitzer ⭐️ Course Contents ⭐️ ⌨️ (0:00:00) Introduction ⌨️ (0:04:04) Topics and Prerequisites ⌨️ (0:16:43) Intro to HTTP Headers and Cookies ⌨️ (0:34:23) Intro to Express Middleware ⌨️ (1:05:04) Intro to Express Sessions ⌨️ (1:31:10) Implementation of Passport Local Strategy ⌨️ (2:50:21) Intro to Public Key Cryptography ⌨️ (3:34:31) How do JWTs work? ⌨️ (4:16:58) Implementation of Passport JWT Strategy ⌨️ (5:17:29) Implementing a Custom JWT Auth Solution ⌨️ (5:46:20) JWT Strategy in Angular Front-End App -- Learn to code for free and get a developer job: https://www.freecodecamp.org Read hundreds of articles on programming: https://freecodecamp.org/news And subscribe for new videos on technology every day: https://youtube.com/subscription_center?add_user=freecodecamp
·youtube.com·
User Authentication in Web Apps (Passport.js, Node, Express) - YouTube