Added a project showing how to setup and configure a project for a web application with the backend in node and the frontend in React in the same monorepo.
This is also a proof of concept showing if browser's Push API can replace the WebSockets API to broadcast events from the server to the clients as soon as the event happen without pooling.
Blog post about the monkey patching technique.
I added more projects to the projects page.
I updated the website design and structure. You can read more about it in the the blog post.