Press ESC to close

Or check our Popular Categories...
Category:

javascript

3 Articles
3
1 min read

Write Clean JavaScript

Over the weekend I discovered a cool repo on GitHub: ryanmcdermott/clean-code-javascript [https://github.com/ryanmcdermott/clean-code-javascript]. It's a great summary of Uncle Bob's timeless programming classic Clean Code [https://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882] , in JavaScript. Clean Code has definitely been one of the most impactful books on my programming, and having it...

3 min read

Database Connections in Lambda

I hang out a lot in the Serverless forum [http://forum.serverless.com/] and Gitter [https://gitter.im/serverless/serverless] - I just like talking about this new-fangled FaaS (Functions-as-a-Service) thing. A common misconception that keeps coming up is that it's not an appropriate choice for things that use a database connection because you have...