<?xml version="1.0" encoding="utf-8"?><!-- generator="Kirby" -->

<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">

  <channel>
    <title>Colin Toh's Blog Feed</title>
    <link>https://colintoh.com/blog</link>
    <generator>Kirby</generator>
    <lastBuildDate>Fri, 15 May 2026 00:51:07 +0000</lastBuildDate>
    <atom:link href="https://colintoh.com/blog/feed" rel="self" type="application/rss+xml" />

        <description>The latest article updates from my blog: colintoh.com/blog</description>
    
        <item>
      <title>How to configure a Worker Environment for AWS Elastic Beanstalk | AWS Elastic Beanstalk Survival Guide</title>
      <link>https://colintoh.com/blog/configure-worker-for-aws-elastic-beanstalk</link>
      <guid>https://colintoh.com/blog/configure-worker-for-aws-elastic-beanstalk</guid>
      <pubDate>Tue, 23 Aug 2016 00:00:00 +0000</pubDate>

                  <description><![CDATA[What is a worker? A worker is a separate background process that assists your application in handling blocking, resource-intensive or time-intensive operations. Some examples of such operations: sending email via third-party servicereading/writing large filescomplex algorithmic calculations Why do…]]></description>
            
    </item>
        <item>
      <title>Why most clients will not get a scalable server for just $100</title>
      <link>https://colintoh.com/blog/why-most-client-will-not-get-100-dollar-server</link>
      <guid>https://colintoh.com/blog/why-most-client-will-not-get-100-dollar-server</guid>
      <pubDate>Wed, 27 Jul 2016 00:00:00 +0000</pubDate>

                  <description><![CDATA[Pokemon Go Pokemon Go is all the hype right now. There are two complementary app that are appearing on my newsfeed for different reasons — GoChat and GoSnap. GoChat GoChat is facing server scalability issue and since it’s a free app, the increasing popularity of the app is compounding the…]]></description>
            
    </item>
        <item>
      <title>How to configure SSL for AWS Elastic Beanstalk | AWS Elastic Beanstalk Survival Guide</title>
      <link>https://colintoh.com/blog/configure-ssl-for-aws-elastic-beanstalk</link>
      <guid>https://colintoh.com/blog/configure-ssl-for-aws-elastic-beanstalk</guid>
      <pubDate>Thu, 21 Jul 2016 00:00:00 +0000</pubDate>

                  <description><![CDATA[Getting The Green Lock If your production environment is dealing with any sensitive stuff like transactions, having it SSL-secured is the minimal amount of security measure that you should take. Direct Approach To do that, you need to purchase a SSL cert. You can purchase it from many places but my…]]></description>
            
    </item>
        <item>
      <title>How to map custom domain name for AWS Elastic Beanstalk | AWS Elastic Beanstalk Survival Guide</title>
      <link>https://colintoh.com/blog/map-custom-domain-to-elastic-beanstalk-application</link>
      <guid>https://colintoh.com/blog/map-custom-domain-to-elastic-beanstalk-application</guid>
      <pubDate>Thu, 21 Jul 2016 00:00:00 +0000</pubDate>

                  <description><![CDATA[Every environment that you setup has a *.elasticbeanstalk.com subdomain assigned. However, in production environment, you will want to have a custom domain pointing to it. So instead of http://helloeb-production.ap-southeastasia.elasticbeanstalk.com, you can get it to point from…]]></description>
            
    </item>
        <item>
      <title>How to configure AWS Elastic Beanstalk to scale | AWS Elastic Beanstalk Survival Guide</title>
      <link>https://colintoh.com/blog/configure-aws-elastic-beanstalk-to-scale</link>
      <guid>https://colintoh.com/blog/configure-aws-elastic-beanstalk-to-scale</guid>
      <pubDate>Thu, 14 Jul 2016 00:00:00 +0000</pubDate>

                  <description><![CDATA[In this chapter, we are going to explore the configuration settings that you should adjust to achieve scalability. So what do we mean by scalability? It is the capability of a system to handle a growing number of work. If the configuration for your Elastic Beanstalk environment is set wrongly,…]]></description>
            
    </item>
        <item>
      <title>How to deploy your application to AWS Elastic Beanstalk | AWS Elastic Beanstalk Survival Guide</title>
      <link>https://colintoh.com/blog/how-to-deploy-application-to-aws-elastic-beanstalk</link>
      <guid>https://colintoh.com/blog/how-to-deploy-application-to-aws-elastic-beanstalk</guid>
      <pubDate>Mon, 08 Feb 2016 00:00:00 +0000</pubDate>

                  <description><![CDATA[Chapter 3 In this chapter, we will be learning to deploy application to AWS Cloud with Elastic Beanstalk. We are assuming that there are at least two different environment version that you will need to deploy - staging and production. There will be two deployment scenarios that we are going…]]></description>
            
    </item>
        <item>
      <title>Getting Started With Fundamentals | AWS Elastic Beanstalk Survival Guide</title>
      <link>https://colintoh.com/blog/aws-elastic-beanstalk-getting-started-with-fundamentals</link>
      <guid>https://colintoh.com/blog/aws-elastic-beanstalk-getting-started-with-fundamentals</guid>
      <pubDate>Fri, 29 Jan 2016 00:00:00 +0000</pubDate>

                  <description><![CDATA[Chapter 2 Before we start deploying our application to Elastic Beanstalk, let us do a quick revision on the fundamentals of Elastic Beanstalk. Throughout the survival guide, we will be using terms that might not be familiar to you. Hence, it is important to get everyone on the same page before…]]></description>
            
    </item>
        <item>
      <title>Introduction | AWS Elastic Beanstalk Survival Guide</title>
      <link>https://colintoh.com/blog/aws-elastic-beanstalk-survival-guide-introduction</link>
      <guid>https://colintoh.com/blog/aws-elastic-beanstalk-survival-guide-introduction</guid>
      <pubDate>Wed, 27 Jan 2016 00:00:00 +0000</pubDate>

                  <description><![CDATA[Chapter 1 What is AWS Elastic Beanstalk? AWS Elastic Beanstalk (EB) is a Platform-As-A-Service that allows developers to easily leverage on AWS for application deployment and management. What is so useful about AWS Elastic Beanstalk? A developer can deploy their applications on AWS without Elastic…]]></description>
            
    </item>
        <item>
      <title>Know Your Bugs</title>
      <link>https://colintoh.com/blog/know-your-bugs-name</link>
      <guid>https://colintoh.com/blog/know-your-bugs-name</guid>
      <pubDate>Mon, 09 Nov 2015 00:00:00 +0000</pubDate>

                  <description><![CDATA[Almost every developer knows what is a regression bug. It's a bug that they had definitely heard or experienced at some point of their career. For the uninitiated, a regression bug is a bug that was created as a result of fixing some other bugs. Just like your neighborhood hipster cafe with their…]]></description>
            
    </item>
        <item>
      <title>Lodash: 10 Javascript Utility Functions That You Should Probably Stop Rewriting</title>
      <link>https://colintoh.com/blog/lodash-10-javascript-utility-functions-stop-rewriting</link>
      <guid>https://colintoh.com/blog/lodash-10-javascript-utility-functions-stop-rewriting</guid>
      <pubDate>Tue, 04 Aug 2015 00:00:00 +0000</pubDate>

                  <description><![CDATA[While I'm working on Javascript applications, I often found myself writing utility module which contains, unsurprisingly, utility methods. So what are utility module? A utility class is a class that defines a set of methods that perform common, often re-used functions. - Wikipedia From dealing with…]]></description>
            
    </item>
    
  </channel>
</rss>