Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Productivity Up #17

Open
thlorenz opened this issue Oct 24, 2013 · 4 comments
Open

Productivity Up #17

thlorenz opened this issue Oct 24, 2013 · 4 comments

Comments

@thlorenz
Copy link

Productivity Up

Abstract

The major ingredient that makes working with JavaScript so much fun is the high level of productivity it enables due to its dynamic nature. Unfortunately many of us have gotten used to one way of doing things without questioning if we could be more productive if we optimized it.

This presentation is designed to get the attendees excited about re-evaluating their workflow and tools in order to push their productivity level to the absolute maximum.

The live demonstration which constitutes the bigger part of the presentation will show how to meet the following requirements in order to be productive:

  • minimize turn around time for writing a line of code to seeing results
    • server side: run your code or pipe it into a repl via editor shortcut
    • client side: refresh the browser with updated code via editor shortcut
  • interact with your own and third party code in order to quickly assess if/how it works
  • access documentation like Readmes for libraries and jsdocs/comments for functions within a second right from the console
  • quickly find, inspect and/or edit functions of third party libraries to learn how they work, i.e. by injecting log statements

The focus of the demonstration is not on certain tools, but on showing how to use and tweak them to become part of a highly productive workflow. I do however hope to make the attendees aware of benefits that can be gained by giving browserify, the node repl or replpad and editor plugins like syntastic or equivalents a go.

Speaker Bio

I have been working with nodejs and JavaScript for over 2 years mostly in my spare time and lately full time at Condé Nast.

The fast turnaround from idea to working module has proven addictive for me and led to lots of modules which ended up on github and/or npm. I also contribute to other awesome open source efforts like browserify to which I added source map support.

@dshaw
Copy link

dshaw commented Nov 17, 2013

👍

@techwraith
Copy link

Lets go for this talk for RejectJS instead, if you're interested, as requested here: #42 (comment)

@thlorenz
Copy link
Author

thlorenz commented Feb 8, 2014

@techwraith I'd love to do it (sent you an email). Fingers crossed :)

@thlorenz
Copy link
Author

@techwraith as expressed in the latest emails I'm gonna make it! :)

Looking forward to meet the San Francisco crowd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants