After reviewing hundreds of PRs over the last few years, especially working in fast-paced startup...
In the previous post, we explored short polling. This time, let’s upgrade to long polling, a...
When developers think about keeping the UI in sync with server-side changes, the knee-jerk solution...
TypeScript is a game-changer for Node.js development, bringing type safety and modern tooling to your...
This is a side project that I had been thinking about for a long time, to help find the best vacation...
In our previous post, we set up a React project from scratch using Webpack and Babel. Now, let's...
If you're starting a React project from scratch and want full control over your setup, using Webpack...
What is Babel? Babel is a compiler (more accurately, a transpiler) that converts modern...