Skip to content

Instantly share code, notes, and snippets.

@dwayne
Last active March 21, 2021 11:38
Show Gist options
  • Star 98 You must be signed in to star a gist
  • Fork 19 You must be signed in to fork a gist
  • Save dwayne/4555893 to your computer and use it in GitHub Desktop.
Save dwayne/4555893 to your computer and use it in GitHub Desktop.
Articles, tutorials and tools for modern front-end development.

Problem: What does a Modern Front-End Development Workflow Look Like?

I want to start writing libraries and large applications using the JavaScript language. However, I don't know how to setup the project and which build tools to use. What I do know is that the JavaScript community has moved way beyond using browser developer tool plugins and strategically-placed console.log() statements to debug, test, and build code.

I need help.

Below, I will keep track of articles, tutorials and tools I come across as I search for a way to bring my front-end development chops up-to-date.

The Ultimate Resource

Articles

Tutorials

Podcasts

Videos

Miscellaneous Links

@dwayne
Copy link
Author

dwayne commented Apr 9, 2013

Just found a legitimate use for localtunnel in my development workflow.

I'm working on this project that will be using PayPal for payments. I have this custom Buy Now button and I pass PayPal the notify_url for them to send me back IPNs.

However, it doesn't work with localhost. It needs to be hosted at a publicly accessible IP address. But then I remembered I came across this tool that allows you to access your localhost externally. I couldn't remember the name but I knew I saved it here in one of these lists. Low and behold it's localtunnel and it worked really great for that specific task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment