D Language Tutorial: Sending and Verifying SMS with Twilio API

Sending SMS messages to users is a critical feature for most platforms — from authenticating and validating mobile numbers to confirming payments, orders, or even shipment statuses. One of the most popular platforms for sending SMS via an API is Twilio. In this post, I’ll show you a simple way to send SMS messages using D Language and … Read more

Restore Legacy Photoshop Swatches in Newer Photoshop Versions

If you’ve been using Photoshop for years, you may have noticed that the old legacy swatches are missing in newer versions. Many longtime users found those default swatches useful and familiar. To restore the original Photoshop swatches, simply download them from the link below: Once downloaded, open the Swatches panel in Photoshop, click on the hamburger menu (top right corner), and … Read more

Set Up VS Code with 3ds Max for Scripting (MAXScript & Python)

When working with MAXScript or Python in 3ds Max, having a solid coding environment can make a huge difference.A good IDE improves your speed, your debugging ability, and your overall coding experience. Visual Studio Code (VS Code) is one of the most popular IDEs among developers. It’s free, open-source, and backed by a massive community … Read more

Google API Authentication with OAuth 2.0 in D Language (with Firebase Example)

Accessing Google APIs is a valuable capability for developers, enabling you to integrate powerful Google services into your own applications.Google provides many examples for connecting to their APIs using OAuth 2.0 with popular languages like JavaScript and Python — but what about D Language? In this post, I’ll walk you through how to connect to … Read more