Requirements: Desktop application Disables Internet Unzips Encrypted File Monitors internet connection to ensure disabled Rezips Encrypted File Re-enable Internet Connection
Category: Uncategorized
Learnings from using the Twilio API, Twilio Programmable Chat, Conversations
Notes from deploying a chat management app: User Interacts via: FB Page (FB Messenger), LINE, App User Cannot Interact via: Instagram (no API access to…
Asian Koel Sounds
A terribly annoying bird was outside our window in Bangkok, waking us up at 3am and going well into the morning. After some googling, found…
Importing Extended Validation SSL Certificate from GoDaddy into Amazon Certificate Manager, AWS ACM (2019)
Update: Do not purchase Extended Validation Certificates in 2019 At this point, Chrome, Firefox, and Safari do not provide additional information for EV Certificates, you…
Toddler Activities – ABCs and Counting
These blogs have terrible formatting, here’s a list of activities for toddlers with a brief description and a link to the original blog https://docs.google.com/document/d/1cCNlwIHDeLu9QNXDrzFcomw9gxa8m_HQaMG-vpS20lc/edit?usp=sharing Pasta…
Who will we pay for streaming?
Disney bought out Comcast to take full ownership of Hulu, so I thought I would take a look at who we’ll be paying in a…
Deploying a Rails API to Elastic Beanstalk in 2019
aws eb deploy Create a status controller and route for EB health checks Add route in config/routes: get '/ping' => 'status#ping' Create ElasticCache cluster with…
Setting up Flutter v1.2 for development in 2019 (as if it was installed by Homebrew)
Following instructions from Google on how to install Flutter is great, but I also want it to work like all my other dev tools. Because…
Setting Up a New Rails Project in 2019
I might eventually turn this into a template but for now just keeping notes for myself On Github: Create Github repo, do NOT initialize with…
The ELK Stack v7.0 on ec2, Rails, and ElasticBeanstalk
4 steps in the process: Create ec2 instance for Elasticsearch and Kibana, validate networking settings Install ELK oss versions on ec2 instance (no Logstash, just…