@housecor Competition is always good. I love Node but have felt like it's been stagnating in the last few years. Hopefully, Node can implement some of these features that devs clearly want
@t3dotgg I got put on a PIP at my last company because I had more external GitHub contributions than internal company contributions, we squashed our commits at the company 😂
@traversymedia freelance work for a small smoothie shop
https://t.co/sG6cVRHlDE
- Gatsby
- Deployed to Netlify
- Netlify serverless functions connected with MongoDB to store orders/send order emails
- Contentful CMS to pull in menu data + webhook to retrigger gatsby build on data changes
Recently discovered @lexfridman's podcast and have been hooked
Some fascinating episodes:
Creator of C++ https://t.co/xubAkWbqnx
YouTube algorithm https://t.co/0ZB2mS3SVg
Moore's Law and Microprocessors https://t.co/FtVAbObtUA
Just released a new course. If you feel like doing some smaller cool projects without a framework/library, check it out :) https://t.co/FgF7Z3Lzdk via @YouTube
@CodeLantigua They are just another way to re-use stateful logic, much more readable than render props or HOC imo, here's one i've been using in my code base