4

It has been a few years since I havn't touched any code, IDE, git or anything else.

And now, I'm trying to create a new personnal project for Warhammer with Laravel, Node, Tailwind and trying to understand all the webpacking thing ...

Dude, it's hard af to get back in business with all the new things ...

Any advice on how to get back ?

Comments
  • 2
    I don't have any advice but the JS ecosystem is so big it needs guided tours now.
  • 2
    I recommend doing a throwaway project beforehand to get into it again.

    Either just brute force your knowledge or find someone who can help you decide which solutions fit which problems best.
  • 0
    Pick something easier to start with.

    You're mixing up several high maintenance platforms together.

    Start with just node and make a couple POCs that support a single CRUD action, or a singular feature of your app.
  • 1
    @lbfalvy what Javascript really needs is a framework to make guided tours of the Javascript frameworks easier.
  • 0
    @kwilliams One framework to rule them all!

    https://xkcd.com/927/
Add Comment