How to configure Facebook Login oAuth callbacks for local Angular development.
AWS
Total 49 Posts
I plan to add more of these over time but for starters, here are a few helpful bucket policies I use while hosting static websites on AWS S3. ACCESS Public Access If you're building an Angular app or a single landing page, this is pretty much all you need. { "
While learning AWS S3 encryption, I found most of the information online to either be technically dense or unnecessarily difficult to understand. Below are my plain English explanations. NOTE: I found this article and it does a much better job providing a comprehensive overview. I suggest reading this article Server
How to create a custom URL redirect (or forward) using Amazon Web Services.
Amazon Web Services offers a suite of tools for podcast producers to distribute their audio online. There's CloudFront for caching, S3 for storage, Glacier for long-term storage, Elemental for real-time distributing, Tailor for server-side ad insertion. I thought it would be to fun to show how to use Elastic Transcoder
See this error? (98) Address already in use: make_sock: could not bind to address 0.0.0.0:80. Here's how to fix it.
Here are three ways to get the instance ID of an EC2 server using the command line. Built-in If you are logged into an Ubuntu machine. ec2metadata --instance-id Curl curl command using an IP address. curl http://169.254.169.254/latest/meta-data/instance-id curl command simplified. curl http://instance-data/
Amazon offers a newer, simpler alternative to EC2 instances called Lightsail. Lightsail is very easy to use and excellent for any small business interested in creating a simple app. I was recently asked to create a Wordpress website using Lightsail and it took less than 10 minutes. In fact, the
How to publish an MP3 to Icecast for syndication using NodeJS.
How to install Icecast for cloud-based streaming radio.