Build a Modern JS Project - #1 Intro

Поділитися
Вставка
  • Опубліковано 15 вер 2024
  • Ever since I started this channel a year ago, I've been seeing a recurring theme in the comments time and time again. I like your videos, you'd say, but how do I build a real project with this? I'd usually dodge an open-ended question like this, because there isn't a definitive answer, not in the comment section at least. Of course, it depends on the scope of the business problem, but this isn't really the answer you're looking for, is it?
    Lately, I've been thinking about the build process for a modern project. Regardless of the technology, any enterprise-grade app or software runs through a cycle of automated tasks from install and test, to release and deploy, commonly known as CI/CD. It's very strange that this process isn't being taught at colleges considering how critical it is to any business.
    Long story short, I built a JavaScript package with a modern build workflow and decided to document my journey on this channel. If you were looking for a "real" React app, well, I've got one. By the end of this series, you'll develop and publish an open-source module, configure an automated build pipeline with test coverage reports, and deploy a demo app to a static host. We'll follow the best practices and integrate the latest tooling.
    Not sure if this qualifies as a "real" project, but I guess this is as real as it gets. If you're ready, jump right in, and let's get to work.
    Work in progress github.com/ale...

КОМЕНТАРІ • 22

  • @chidanandmurthy3018
    @chidanandmurthy3018 5 років тому +4

    I have been waiting to see a good tutorial on lifecycle of an app from dev to production, I hope this you cover every aspects and this becomes one of the greatest tuturials.. cant wait for it..

  • @saketparasher3762
    @saketparasher3762 4 роки тому

    who unliked such precious knowledge on modern JS Dev. Awesome video

  • @MistaT44
    @MistaT44 4 роки тому +2

    Very underrated channel! thanks for all the work you do

  • @marekchojecki4746
    @marekchojecki4746 5 років тому +1

    Awsome. Really waiting for video series like this.

  • @mrdraynay
    @mrdraynay 3 роки тому +1

    *delete's his own repo with a stoic face*
    Me: this man... makes me want to go all out!

  • @anoopma3733
    @anoopma3733 4 роки тому

    Prince of all Saiyans teaching javascript

  • @To-mos
    @To-mos 3 роки тому

    wow...I need to catch up. I started programming javascript in '03 and I am still just including js files at the top of my page. Didn't know about many of these new methods, I feel old now.

  • @Ambass001
    @Ambass001 5 років тому +1

    Ok now... I feel like dancing 💃💃

  • @chidanandmurthy3018
    @chidanandmurthy3018 5 років тому

    Awesome tutorials, well done and thank you

  • @objectObject212
    @objectObject212 5 років тому

    Thanks man, next one great tutorial from you!

  • @sharqyyem
    @sharqyyem 5 років тому

    awesome tutorials, thanks.

  • @mrdraynay
    @mrdraynay 3 роки тому +1

    anyone watching this video needs to read this as well. This is the 2020 version of what he sets up over videos one to three of this series.
    workellence.io/how-to-eslint-prettier-and-editorconfig-for-react-projects-from-scratch
    I spent hours adjusting his setup until I found this link. Happy coding!

  • @SocialFoam
    @SocialFoam 5 років тому

    very interesting!

  • @user-mb2bd3fi3l
    @user-mb2bd3fi3l 5 років тому

    Thank you~

  • @jerrytab4276
    @jerrytab4276 5 років тому +3

    Waiting for MERN + Graphql next video.

    • @CodeRealm
      @CodeRealm  5 років тому +3

      I think you are the most patient viewer :-) I've had people comment in the playlist way back when, but I don't see them around any more. And I don't blame them; I know the uploads are quite irregular. But we'll get there anyway! I'm getting back to it soon.

    • @jerrytab4276
      @jerrytab4276 5 років тому

      @@CodeRealm thanks! looking forward to finish the chat app soon.

  • @kinglamido
    @kinglamido 5 років тому

    here we go 2019

  • @sathyareddy3272
    @sathyareddy3272 5 років тому

    can you do a series of videos on react animation using 'react-pose' with examples other than given in documentation?

    • @CodeRealm
      @CodeRealm  5 років тому

      Never worked with that library to be honest. Is there something you're trying to solve though? I mean, if you get stuck, you could always open an issue on GitHub or ask for a PR with more examples. What do you think?

    • @sathyareddy3272
      @sathyareddy3272 5 років тому

      I'm not stuck. But I'm trying to wrap my head around this library but I'm not being able to do so, I was thinking you could do a series as there are very few react animation tutorials but they don't cover these libraries. Infact they only cover csstranitiongroup. Hope u could a series on animation in react. :)