Clover v2.9.1 – Real-Time Messaging, Audio & Video Conferencing Web App – Node.js, React, WebRTC, Socket.IO Script Free Download. Clover is an Instant Messaging & Conferencing Web App with Audio / Video capabilities, both in One-to-one Calls and in Group Calls with Multiple remote peers. Main Features Real-Time Messaging Audio and Video Conferencing Group Chat […]
It’s been 10 years since I first set off on my software engineering journey back in 2014. Just the other day, I was going through my old bookmarks saved back then and saw some blogs about the new trends and game-changing Node.js technologies. Some of those turned out to be industry leaders, while others have […]
Before moving to the how part, let me tell you why I moved my frontend applications (React, Vue etc.) to AWS Amplify. Why Amplify? For deploying my frontend applications, I’ve been using various things like EC2, CloudFront, etc. But there are problems with managing everything on our own in an organization: There are different environments […]
Have you ever faced this issue that your useEffect hook gets executed multiple times? Maybe sometimes it goes into the infinite loop? When React released the hooks feature, everyone jumped into it and started exploring new features and use-cases. I also started using functional components and completely abandoned the “class components” in my new projects. […]