Building Things With Javascript
April 24, 2023
7 Git Commands You'll Love
We highlight 7 excellent Git commands that can help developers save time, work more efficiently, and create a smoother Git workflow.
April 01, 2023
Unveiling Tweepcred: The Power Behind Twitter's Recommendation Engine
Twitter just publish the code that powers their recommendation engine. Today, we're diving into the mysterious world of Tweepcred, the service behind the scenes that calculates a user's Reputation on Twitter.
March 18, 2023
Level Up Your React Error Handling with Error Boundaries
Discover how to handle errors gracefully in your React applications with error boundaries. Say goodbye to blank screens and provide users with friendly error messages when things go wrong.
March 15, 2023
8 Ways to Boost Your Website Performance
In today's fast-paced world, a slow-loading website can have a significant impact on your business. Not only does it frustrate users, but it can also negatively affect your bottom line. That's why it's crucial to optimize your website's performance to provide a better user experience and potentially increase revenue.
September 12, 2021
Building Two Different Types of Progress Bars
Learn how to create a couple of progress bars with React & Typescript.