beerjs / reno

BeerJS: Reno, NV, US | Star and Watch for updates
https://beerjs.github.io/reno/index.html
30 stars 6 forks source link

March 14 @ 6:00pm: Lightning Talks! #4

Closed jordanpapaleo closed 5 years ago

jordanpapaleo commented 5 years ago

Lightning talk time!

Reply to this issue with ideas of things you would like to hear about or things you would like to share.

Topic ideas: What you are learning about, a mistake you made and learned from, something you wish you knew a year ago, something you are working on, cache invalidation and naming things ;p

Each time block is for presentations only, no questions.

After all lighting talks are complete, presenters can casually answer questions.

Topics and Times

We are meeting at Rue Bourbon:

1401 S Virginia St
Reno, NV 89502
rbiggs commented 5 years ago

How to Type Lint JavaScript

Will show how to define JavaScript types with JSDoc and have live linting with TypeScript. Write JavaScript with type safety and rich Intellisense. Helps eliminate many tricky and hard to tract bugs and makes onboarding new team members easier.

jordanpapaleo commented 5 years ago

Squashing your commits with interactive rebase

Does this look like your git history:

image

Yeah... we should talk about it and what we can do to make people think you can spell.

jbgarr commented 5 years ago

A Shape of State

I'm going to present on using a combination of an array and a dictionary to store state. Leveraging both allows for users to get the strengths of both - quick lookups in a dictionary along with all the utility of arrays. Inspired by the NgRx Entity library.

hekaldama commented 5 years ago

@jbgarr, reminds me of http://www.catb.org/esr/writings/taoup/html/ch01s06.html#id2878263.

jordanpapaleo commented 5 years ago

Sounds like @hekaldama would like to pick a couple of Unix philosophies and show how they apply to the web ;)

hekaldama commented 5 years ago

@jordanpapaleo I do have a "Unix Philosophy - Beyond the Pipe" talk I can do. Its currently more of a 30-40min type talk but could be worked into lightning format. I am unsure if I can do it this month though.

wesleykepke commented 5 years ago

Formik: Taming React Forms

A demonstration of Formik, a small and performant library that takes the pain out of building React forms.

wesleykepke commented 5 years ago

For anyone interested in the Formik Demo code, you can find it here: https://github.com/wesleykepke/FormikDemo

rbiggs commented 5 years ago

For any one interested in reading my article on type safe JavaScript with JSDoc, here's the link: https://medium.com/@trukrs/type-safe-javascript-with-jsdoc-7a2a63209b76

hekaldama commented 5 years ago

@rbiggs @wesleykepke thanks!