< latest tutorials />

  • Develop a React Delete Confirmation Modal by Josh Greenberg - Making sure users don't accidentally delete data is an important safeguard for most web applications. This React tutorial will show you how to create a reusable delete confirmation modal using React, React Bootstrap, and React Font Awesome. Here's a quick… ...
  • Amazon Translate Using .NET MVC & C# by Josh Greenberg - Machine language translation services, like Amazon Translate or Google Translate, are becoming smarter and more accurate every day. Integrating machine translation functionality into your own web or mobile applications isn't as difficult as you might think. For this tutorial, let's… ...
  • NodeMailer with Email Templates Using Node by Josh Greenberg - A web application generally utilizes email functionality throughout its entire code base. Left unchecked, this becomes unwieldy. Email templates are a great way to clean up your code. The purpose of this article is to provide you with an easy… ...
  • Email Verification in Node, Express, and MongoDB by Josh Greenberg - Web applications commonly require that users register using a valid email address. A working email address is crucial for common tasks, such as resetting passwords and account management. Email verification is also essential for ensuring signups are from real users.… ...