What’s New in Kendo UI for Angular with R3 2021

The R3 2021 release for Kendo UI for Angular is here! This is a huge release, containing new components like the Gantt Chart and a large set of features added to existing components. There’s plenty in this release for any Angular developer, so let’s … more Read More

Make Microsoft Edge DevTools your own

There isn’t much you can’t do with web technologies nowadays. The web platform has evolved so much that such diverse things as animating elements, playing or recording media, accessing files or storage, intercepting network requests and accessing the … more Read More

Building a Form in PHP Using DOMDocument

Templating makes the web go round. The synthesis of data and structure into content . It’s our coolest superpower as developers — grab some data, then make it work for us, in whatever presentation we need. An array of objects can become a table, a list … more Read More

Echo JS

12 Useful JavaScript Newsletters Currency Calculations in JavaScript TypeScript Enums vs. Flow Enums Next.js “New Post” Node Script Atomic CSS on Steroids … more Read More

TypeScript: In defense of any

A couple of days ago I found this beauty on the internet: Give up and use any. That’s a fantastic website, absolutely hilarious! It also shows how much TypeScript has grown in popularity. You have to have a certain reach to get critics to create websites … more Read More

Verify a User via SMS with Express and Twilio Verify

Many applications verify and authorize their users by sending a numeric code, called a One-Time Passcode (OTP), to the user’s phone number via either a voice call or a text message. In this article you’ll learn how to perform user verification via SMS … more Read More