News
React Tricks: Fast, Fit and Fun
Hello! 👋 It seems that the migration to beehiiv worked well. Thank you for all your support in 2023. Let’s get into the last issue before Christmas. 🤶🎄 React Tricks: Fast, Fit and Fun 16 minutes by Alexey Taktarov How to make your React app or library … more Read Read more…
News
Quickly export a list of active Twilio numbers, transfer them, and check their usage
In this post, we will learn how to quickly create a web app that allows you to export a list of your Twilio numbers, transfer them within your main account, and check the usage for each number and asset of your Twilio account. You won’t need your own … more Read more…
News
Intro to JSX: HTML that does JavaScript
JSX is a way to write HTML inside of JavaScript, but it feels more like a way to write JavaScript inside of HTML. As a templating language, it is beloved by some and loathed by others. Here’s a look at how it works and why it’s important. Templating … more Read more…
News
Introducing STRICH: Barcode Scanning for Web Apps
Learn how you can use the STRICH JavaScript library to bring real-time 1D/2D barcode scanning to your web applications. Continue reading Introducing STRICH: Barcode Scanning for Web Apps on SitePoint. … more Read More
News
Using Nodemon and Watch in Node.js for Live Restarts
Learn how to use nodemon and Node.js watch mode to auto restart your Node.js app and thereby speed up your development workflow. Continue reading Using Nodemon and Watch in Node.js for Live Restarts on SitePoint. … more Read More
News
WebKit Features in Safari 17.2
Web technology is constantly moving forward, with both big new features and small subtle adjustments. Now days, web developers expect web browsers to update multiple times a year, instead of the once or twice a year typical of the late 2000s — or the … more Read More
News
How to Set Up Automated Notifications for CI Builds with Slack and Twilio
Automated notifications are very important in your CI/CD pipelines to ensure that you remain well-informed, react promptly to build statuses, and swiftly address any issues that arise. In this tutorial, I will show you how to implement a system for delivering … more Read More
News
Let’s learn how modern JavaScript frameworks work by building one
Hello! 👋 I’ve migrated my newsletter to another email provider this week. Let me know if you notice any glitches or if the email is not landing where it should be. Let’s learn how modern JavaScript frameworks work by building one 16 minutes by Nolan … more Read More
News
Ngrok JavaScript and Python SDKs Aim to Turn Ingress into a High-Level Abstraction
The new ngrok JavaScript and Python SDKs enable embedding secure ingress into apps with a single line of code. It includes out-of-the-box support for capabilities such as high performance, resilience, security and observability, allowing developers to … more Read More