Simple Sendgrid Example using Node
Sendgrid offers a robust API for sending and managing emails. Let's walk through a step-by-step guide on how to create a simple Sendgrid app using NodeJS.
Ideas, findings, thoughts and discussion focused on the technology and how to make things work.
Sendgrid offers a robust API for sending and managing emails. Let's walk through a step-by-step guide on how to create a simple Sendgrid app using NodeJS.
I was looking for a way to get a collection of every model using the Rails console. Here are a few simple ways to do it. Step 0...
This tutorial [https://www.chrisjmendez.com/2017/01/08/installing-jenkins-using-virtualbox-and-vagrant/] will show you how to install Jenkins on Linux Debian using VirtualBox and Vagrant. After you've...
Heroku offer's a pretty nifty scheduler [https://elements.heroku.com/addons/scheduler] add-on for running jobs on your app at scheduled time intervals, much like cron...