Fixing "Reached Heap Limit" Errors

When building your React app, you might encounter FATAL ERROR: Reached heap limit. This happens because the VM has limited memory (e.g., 1 GiB). Here’s how to fix it:Increase Memory for Node.js: Upd...
0 Read More

NodeJS vs GoLang #1

NodeJS vs GoLang #1
Stress Testing a Nodejs and Go Server using the hey CLI tool. 📝 Case • 1000 online users • 2000 concurrent requests • on a AWS t3.micro EC2 instance • get a request with a simple Select q...
0 Read More

Chapter 6 HTML part one

Cover image by Antoni Shkraba Recap Last time, we installed Webpack so we could process our JavaScript. With more JavaScript. We learned: Webpack does for JavaScript what SASS does for CSS (a...
0 Read More

Chapter 7: HTML part two

Cover image by Blue Bird Recap Last time, we installed PostHTML plus a few of its close, personal friends. Then we started cutting up our web page into modules. We also learned: Currently, MVC...
0 Read More