• maiweb v0.1.0
  • ★
  • Feedback

LearnCode.academy

active · last success 2026-06-18 21:44

Visit site ↗ · Feed ↗

  • LearnCode.academy youtube.com channel tutorial video youtube 2022-04-27 17:00
    ↗

    Using the right React.js stack makes a world of difference in web development! In this video, we'll use Next.js, React.js, Tailwind CSS, and MobX to build Wordle from start to finish in right around 20min. (ok, mildly deceptive, 20min edited...it took me an hour to build it)...

    ▶ Watch on YouTube Opens in a new tab
    Using the right React.js stack makes a world of difference in web development! In this video, we'll use Next.js, React.js, Tailwind CSS, and MobX to build Wordle from start to finish in right around 20min. (ok, mildly deceptive, 20min edited...it took me an hour to build it) View the source code here: https://github.com/learncodeacademy/wordle-react Next.js allows us to build a web app immediately with no bootstrapping. Tailwind CSS allows us to add styles to our page with no configuration and quick, modular results. MobX gives us a simple way to define our data in a store fashion and keep it separate from our view layer.
  • LearnCode.academy youtube.com channel tutorial video youtube 2022-03-07 22:30
    ↗

    Learn coding fundamentals in mere minutes! This video will teach you about the three main components that nearly all computer programming shares: variables, flow control (a.k.a. control flow), and functions. And we'll do it in Javascript - the world's most popular programming...

    ▶ Watch on YouTube Opens in a new tab
    Learn coding fundamentals in mere minutes! This video will teach you about the three main components that nearly all computer programming shares: variables, flow control (a.k.a. control flow), and functions. And we'll do it in Javascript - the world's most popular programming language. This Javascript tutorial will combine es6 variables, flow control statements, and functions to teach any beginner how to code and how to program with a computer language.
  • LearnCode.academy youtube.com channel tutorial video youtube 2022-02-28 21:00
    ↗

    Wanna code - and get paid for it? Here's the roadmap! This video gives you the complete checklist of everything you need to know to go from absolute beginner to hired-professional in Web Development. Web Development is about learning html, css, & javascript and building web...

    ▶ Watch on YouTube Opens in a new tab
    Wanna code - and get paid for it? Here's the roadmap! This video gives you the complete checklist of everything you need to know to go from absolute beginner to hired-professional in Web Development. Web Development is about learning html, css, & javascript and building web applications with those technologies. View the checklist here https://www.learncode.academy/webdev
  • LearnCode.academy youtube.com channel tutorial video youtube 2021-07-09 20:30
    ↗

    CSS utility classes are AMAZING. They save incredible amounts of time when both building and maintaining frontend code - ESPECIALLY in React/Vue/etc JS frameworks. Tailwind is a great CSS utility class framework that makes CSS fun again. Tailwind.css provides you with...

    ▶ Watch on YouTube Opens in a new tab
    CSS utility classes are AMAZING. They save incredible amounts of time when both building and maintaining frontend code - ESPECIALLY in React/Vue/etc JS frameworks. Tailwind is a great CSS utility class framework that makes CSS fun again. Tailwind.css provides you with thousands of utility classes for nearly anything you would normally write CSS for in your HTML, CSS, & Javascript web development. These classes allow you to write style right in the markup and never have to worry about managing stylesheets. Utility classes really shine when you use them in javascript frameworks like React.js, Vue.js, etc. It allows you to copy/paste your component HTML and move it around freely with CSS always "just working".
  • LearnCode.academy youtube.com channel tutorial video youtube 2021-06-21 16:00
    ↗

    MobX Local Observables are the ticket to happy state management, fast development speed, easy testing, and nearly all the benefits you'd get from using a state management solution like Redux ...without all the nasty ceremony and slowdowns that come from developing with Redux....

    ▶ Watch on YouTube Opens in a new tab
    MobX Local Observables are the ticket to happy state management, fast development speed, easy testing, and nearly all the benefits you'd get from using a state management solution like Redux ...without all the nasty ceremony and slowdowns that come from developing with Redux. This React.js + MobX tutorial covers how to use MobX with React to make your React web development fast and simple, easy to reason about as new coders join the project, and easy to test for app stabililty. React.js state management can be quite a pain, so getting it right - especially at the beginning of a project - is key. I encourage any developers to default to MobX local observables for their state management with React.js -~-~~-~~~-~~-~- Also watch: "Tailwind CSS - why CSS utility classes save so much time" https://www.youtube.com/watch?v=oU5ar0dmQEY -~-~~-~~~-~~-~-
  • LearnCode.academy youtube.com channel tutorial video youtube 2021-06-11 16:30
    ↗

    Next.js should be your go-to for any React.js work these days. If you're using Create React App...STOP! You're missing out on the joys of Next.js. This tutorial covers Next.js for building React.js apps, websites, blogs. Almost web development you do with React will benefit...

    ▶ Watch on YouTube Opens in a new tab
    Next.js should be your go-to for any React.js work these days. If you're using Create React App...STOP! You're missing out on the joys of Next.js. This tutorial covers Next.js for building React.js apps, websites, blogs. Almost web development you do with React will benefit from Next.js. Next.js is perfect for building an SPA (single page app) with React. Next.js is an amazing SSG (static site generator). Next.js is a great node.js server for your frontend UI. ...there's almost nothing Next.js isn't great for. -~-~~-~~~-~~-~- Also watch: "Tailwind CSS - why CSS utility classes save so much time" https://www.youtube.com/watch?v=oU5ar0dmQEY -~-~~-~~~-~~-~-
  • LearnCode.academy youtube.com channel tutorial video youtube 2020-01-28 19:45
    ↗

    EVERYTHING you need to learn Web Dev or keep your skills current in 2020! This curated list covers beginning web development all the way through advanced development. View this roadmap here: https://coggle.it/diagram/XfeRbWj7xy3dsEX8/t/web-development-in-2020 1:06 basic...

    ▶ Watch on YouTube Opens in a new tab
    EVERYTHING you need to learn Web Dev or keep your skills current in 2020! This curated list covers beginning web development all the way through advanced development. View this roadmap here: https://coggle.it/diagram/XfeRbWj7xy3dsEX8/t/web-development-in-2020 1:06 basic frontend 3:50 recommended deployment platforms 5:15 no matter what route you take next 7:27 advanced frontend 18:40 backend 25:27 devops If you take my recommendation, you'll take this track: - learn basic frontend - learn command line, SSH, and GitHub - learn Parcel, SASS, React, and Webpack - move to fullstack/backend and learn node.js, postgres, redis, go - move to devops and learn docker, terraform, circleCI, digitalocean, aws That right there, folks, gives you an AMAZING skillset! Hopefully you find this web development tutorial, web dev roadmap, whatever you want to call it extremely helpful in learning web development in 2020. I know these little pieces of web dev information surrounding javascript, databases, etc all took years to stumble across for me personally. -~-~~-~~~-~~-~- Also watch: "Tailwind CSS - why CSS utility classes save so much time" https://www.youtube.com/watch?v=oU5ar0dmQEY -~-~~-~~~-~~-~-
  • LearnCode.academy youtube.com channel tutorial video youtube 2019-12-13 18:00
    ↗

    My honest, unpaid review of https://UltimateHackingKeyboard.com/ - a split-or-not mechanical keyboard that I recently got my hands on! The Ultimate Hacking Keyboard UHK60 from https://UltimateHackingKeyboard.com/ is a 60% mechanical keyboard with a bunch of extra options and...

    ▶ Watch on YouTube Opens in a new tab
    My honest, unpaid review of https://UltimateHackingKeyboard.com/ - a split-or-not mechanical keyboard that I recently got my hands on! The Ultimate Hacking Keyboard UHK60 from https://UltimateHackingKeyboard.com/ is a 60% mechanical keyboard with a bunch of extra options and cool features that set it apart. It has layers as you would expect from a 60% mechanical keyboard allowing you to do everything you need to do from the home row. 2 buttons below the space bar also allow for easy switching of layers without making dedicated keys for it. Also included are tenting pegs for split keyboard tenting. Lastly, wooden palm rests are included as an option on this mechanical keyboard. This mechanical keyboard review is unbiased, hasn't been paid for, and, most importantly is made on the basis of using this keyboard for over a month straight. This mechanical keyboard has kailh brown keyswitches and blank keycaps. -~-~~-~~~-~~-~- Also watch: "Tailwind CSS - why CSS utility classes save so much time" https://www.youtube.com/watch?v=oU5ar0dmQEY -~-~~-~~~-~~-~-
  • LearnCode.academy youtube.com channel tutorial video youtube 2019-08-07 16:00
    ↗

    ArangoDB (https://www.arangodb.com/) is a SUPER COOL database that every developer should at least be familiar with. ArangoDB is muti-model, so you can use it as a document DB, a key/value store, or a graph DB all at the same time. ArangoDB has a TON of flexibility and...

    ▶ Watch on YouTube Opens in a new tab
    ArangoDB (https://www.arangodb.com/) is a SUPER COOL database that every developer should at least be familiar with. ArangoDB is muti-model, so you can use it as a document DB, a key/value store, or a graph DB all at the same time. ArangoDB has a TON of flexibility and features, ranging from GeoJSON, search views (arangosearch), the ability to add node.js microservices, and, best of all, a really nice query language. -~-~~-~~~-~~-~- Also watch: "Tailwind CSS - why CSS utility classes save so much time" https://www.youtube.com/watch?v=oU5ar0dmQEY -~-~~-~~~-~~-~-
  • LearnCode.academy youtube.com channel tutorial video youtube 2019-07-23 16:00
    ↗

    Don't guess, know when to use px, %, rm vs em, fr, ch, vw, vh and more...CSS gives you a LOT of options and each is there for a purpose. SPECIAL THANKS to https://twitter.com/chaddonohue for peer reviewing this content! In this tutorial, we'll cover all the CSS units, and,...

    ▶ Watch on YouTube Opens in a new tab
    Don't guess, know when to use px, %, rm vs em, fr, ch, vw, vh and more...CSS gives you a LOT of options and each is there for a purpose. SPECIAL THANKS to https://twitter.com/chaddonohue for peer reviewing this content! In this tutorial, we'll cover all the CSS units, and, most importantly, which ones to use (and which NOT to use) for which situations. In web development, css units are often confusing as there are just many options. And, many css units - like px vs em vs rem, all seem to get the job done at times. But some are simply better than others and there are very good reasons why. -~-~~-~~~-~~-~- Also watch: "Tailwind CSS - why CSS utility classes save so much time" https://www.youtube.com/watch?v=oU5ar0dmQEY -~-~~-~~~-~~-~-
  • LearnCode.academy youtube.com channel tutorial video youtube 2019-05-28 16:00
    ↗

    In under 10mins, turn your HTML and CSS into a website! Domain Registration: iwantmyname.com https://bit.ly/2DFNal0 The hosting plan I recommend: https://partners.hostgator.com/qo7dq HostGator coupons! LETSMAKEADEAL DROP10BUCKS DROP25PERC The full course on building a...

    ▶ Watch on YouTube Opens in a new tab
    In under 10mins, turn your HTML and CSS into a website! Domain Registration: iwantmyname.com https://bit.ly/2DFNal0 The hosting plan I recommend: https://partners.hostgator.com/qo7dq HostGator coupons! LETSMAKEADEAL DROP10BUCKS DROP25PERC The full course on building a website: https://www.youtube.com/watch?v=gQojMIhELvM&list=PLoYCgNOIyGAB_8_iq1cL8MVeun7cB6eNc If you know how to code with HTML and CSS, then the last step of getting your website online is the easiest part. All you need to do is register a domain, then point that domain to a webhost. Hostgator is the best, easiest webhost for new coders...they make everything completely simple and your site is up in mere minutes. Hostgator shared web hosting is also really inexpensive and their 24/7 support is a huge help for new coders. -~-~~-~~~-~~-~- Also watch: "Tailwind CSS - why CSS utility classes save so much time" https://www.youtube.com/watch?v=oU5ar0dmQEY -~-~~-~~~-~~-~-
  • LearnCode.academy youtube.com channel tutorial video youtube 2019-04-05 19:36
    ↗

    -~-~~-~~~-~~-~- Also watch: "Tailwind CSS - why CSS utility classes save so much time" https://www.youtube.com/watch?v=oU5ar0dmQEY -~-~~-~~~-~~-~-

    ▶ Watch on YouTube Opens in a new tab
    -~-~~-~~~-~~-~- Also watch: "Tailwind CSS - why CSS utility classes save so much time" https://www.youtube.com/watch?v=oU5ar0dmQEY -~-~~-~~~-~~-~-
  • LearnCode.academy youtube.com channel tutorial video youtube 2019-02-26 17:00
    ↗

    There are a few "gotchas" to responsive design, and once you know them, the rest all makes sense. Play with the code!!! https://codepen.io/anon/pen/oVNBEX?editors=1100 View the full course!!! https://www.youtube.com/watch?v=gQojMIhELvM&list=PLoYCgNOIyGABDU532eesybur5HPBVfC1G...

    ▶ Watch on YouTube Opens in a new tab
    There are a few "gotchas" to responsive design, and once you know them, the rest all makes sense. Play with the code!!! https://codepen.io/anon/pen/oVNBEX?editors=1100 View the full course!!! https://www.youtube.com/watch?v=gQojMIhELvM&list=PLoYCgNOIyGABDU532eesybur5HPBVfC1G Super helpful links on responsive images: https://medium.freecodecamp.org/a-guide-to-responsive-images-with-ready-to-use-templates-c400bd65c433 https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images Responsive Design makes a website look amazing on any device. Using css media queries, good flexbox/grid layouts, srcset, and html5 picture tags, we can convert our website into a fully responsive site. -~-~~-~~~-~~-~- Also watch: "Tailwind CSS - why CSS utility classes save so much time" https://www.youtube.com/watch?v=oU5ar0dmQEY -~-~~-~~~-~~-~-
  • LearnCode.academy youtube.com channel tutorial video youtube 2019-01-21 20:00
    ↗

    Here's how to properly code images into your webpages without making them fuzzy on hi-res devices like the latest iPhone. Play with the code!!! https://codepen.io/anon/pen/wOvgde?editors=1100 View the full course!!!...

    ▶ Watch on YouTube Opens in a new tab
    Here's how to properly code images into your webpages without making them fuzzy on hi-res devices like the latest iPhone. Play with the code!!! https://codepen.io/anon/pen/wOvgde?editors=1100 View the full course!!! https://www.youtube.com/watch?v=gQojMIhELvM&list=PLoYCgNOIyGABDU532eesybur5HPBVfC1G There are 2 ways you'll add images to your website: - html background images (use this if the image is a part of the design - html content images (use this if the image is a part of the content) The method for adding html & CSS images is different for each type of image. -~-~~-~~~-~~-~- Also watch: "Tailwind CSS - why CSS utility classes save so much time" https://www.youtube.com/watch?v=oU5ar0dmQEY -~-~~-~~~-~~-~-
  • LearnCode.academy youtube.com channel tutorial video youtube 2018-12-06 17:00
    ↗

    My absolute favorite keyboard got an upgrade! I'm unboxing the latest ergonomic mechanical keyboard from Ergodox EZ and it GLOWS! It's here: http://ergodox-ez.com The Ergodox EZ keyboard has been my daily driver keyboard for a while now and I'll never go back. I've used it...

    ▶ Watch on YouTube Opens in a new tab
    My absolute favorite keyboard got an upgrade! I'm unboxing the latest ergonomic mechanical keyboard from Ergodox EZ and it GLOWS! It's here: http://ergodox-ez.com The Ergodox EZ keyboard has been my daily driver keyboard for a while now and I'll never go back. I've used it with gateron browns for a while now, and now they offer it with Kailh keyswitches. The one I'm opening has Kailh copper keyswitches. Compared to Cherry MX keyswitches, the Kailh copper keyswitches are very different, they almost feel like Matias Quiet Click keyswitches, which are my favorite keyswitches of all time. -~-~~-~~~-~~-~- Also watch: "Tailwind CSS - why CSS utility classes save so much time" https://www.youtube.com/watch?v=oU5ar0dmQEY -~-~~-~~~-~~-~-
  • End of feed
Maibook — your private personalized AI community
  • rcanand.com
  • mlaillc.com
  • @rcanand (X)
  • LinkedIn
  • Feedback
  • Credits