A Fun Guide to Three.js 3D Web Magic

Ever imagined bringing a splash of 3D wonder to your web pages? Well, you’re about to embark on an exciting journey into the realm of Three.js! In this guide, we’re not just going to explore the magic it holds, but we’re going to have some hands-on fun with its most dazzling features. And rest assured, we’re going to keep it as interactive and enjoyable as a carnival ride! So, are you ready to kickstart this adventure into the vibrant world …

A2P Two-way SMS using Amazon AWS SDK and NodeJS

Did you ever wonder how companies send SMS to all their customers at once, or how you get an instant autogenerated reply when you send something? This blog will explore how it works and how to implement A2P two-way SMS using Amazon AWS services! What is A2P? A2P SMS, or application-to-person SMS, delivers text messages from business applications to individual mobile subscribers. A2P SMS messages can be from order confirmations and appointment reminders to notifications about account balances and outages. …

VScode Extensions

VS Code is a powerful editor, and with the help of extensions, it can be customized to fit your specific needs. Here are some of the most helpful extensions for web development that I use: Rainbow brackets/ Bracket Pair Colorizer – As the name suggests gives the opening and closing brackets matching colors, making it much easier to know which brackets belong together. It really helps while writing long complex database queries and functions. 2. Git lens – GitLens helps …

Hey Sammy!

Sammy.js is an efficient and tiny library for manipulating the DOM and is still used by developers who look to make the web interaction fast and smooth. It has many advantages over other libraries such as jQuery. This article will take a look at what Sammy offers and how to utilize this powerful library in your next project. In this article, I will show you how to perform routing with jquery using the Sammy JavaScript framework. Before moving on to …