Dart Language Basics - Part1

I am learning basics of Dart programming language so that I can start developing mobile Apps using Flutter framework. This post is my notes, that I taken from reading Dart Language Tour.

Personal Website Technical Update 2

This is an update on the technical stack of my website. I was able to get Hugo site hosted on S3 based website hosting. I then setup CloudFront based distribution with S3 bucket as Origin. I used CloudFront, not for performance reasons, but to enable HTTPS support. I created custom SSL certification using ACM and set up my custom domain to point to CloudFront distribution using Route53. I set up the whole process as CodeBuild script.

Personal Website Technical - Update 1

Today I was able to get this website up and running based on GitHub based workflow. I commit content markdown into GitHub, then I manually fire AWS codebuild. Build then picks up the source code of hugo project, runs Hugo, updates S3 bucket with static HTML. Things TODO Automate build based GitHub pull request Figure out images Organize content by Tags and Categories Create pages