Tradeoffs to consider when choosing to use Express in Lambda. Some thoughts on why using Express.js inside AWS Lambda is a design anti-pattern and how to give it up without pain. Read more...
Sometimes it's not enough to just install and use NPM dependencies. You need to do some things in additional: check is package vulnerability-free; check is it open-source; check is it used in your project or it's redundant and just adds 100Mb weight to your node_modules 😅 This article help you to automate this processes in few minutes, painless Read more...
Comparison of Nodejs driven Admin Panels. Sometimes choice of admin panel critical for projects deadlines and budgets and general time-to-market. Also you can faced with huge amount with different solutions, both open-source, and paid SaaS-like. And in the same time - lack of information, what of them are better for your particular case. Here you can see results of research, where I took part few months ago. Read more...

Original on https://brocoders.com/blog/

This guide is not about AWS, FaaS (Function as a Service) or Serverless framework, since there is a lot of such content on the Internet. Here you will only find the things that our team faced during the development and after-launch stages. This info might be helpful if you come up with doubts about which technology to adopt for your next project.  Read more...

Original on https://brocoders.com/blog/

About the painful stuff. Here I want to share a few thoughts on how to convince "hype" technology or make proof that this technology fits good in your project. Also does not claim to be complete, it is more about how I try to deal with it. Read more...