AWS Lambda and API Gateway Version ControlIn order to do version control in Lambda, we all knew that we can do it with versions and aliases. What if I want to integrate the…Nov 11, 2020Nov 11, 2020
Git rebaseLast time, I used cherry-pick to solve my branch problems. This time, I found a new way to counter my recent problem. It is using git…Jul 5, 2016Jul 5, 2016
git cherry pickRecently, I’ve having trouble with git branches and commits. This is how I solve it after googled solutions.Jun 3, 2016Jun 3, 2016
Learning RedisThis is the first time I play with Redis. I’ve heard of it, but never used it before. So I think it’s a good idea to jot these basic things…Feb 18, 20161Feb 18, 20161
Reset Database on HerokuIt happened one day that I need to reset the database of my heroku app. Usually, I run 3 commands on my terminal to reset databases when…Dec 28, 2015Dec 28, 2015
Hidding data from Github and HerokuI’m using dropbox API to retrieve and store some photos on my rails app. Dropbox must give me API keys, secrets, tokens to get access to my…Dec 24, 2015Dec 24, 2015
Rails: Having Trouble With TurbolinksEvery time I create a rails app, I didn’t write any options in my terminal. I simply create them with basic command:Dec 16, 20151Dec 16, 20151
Authentication in Rails AppToday, I’m going to talk about how to build authentication in rails app. I’ve used Devise before, but I really don’t understand how it…Dec 15, 2015Dec 15, 2015
Build a blog using rails Part 3This is the third part of building a blog using rails. Please visit my page to read the first two articles or click the links below if you…Nov 19, 2015Nov 19, 2015
Build a blog using rails (Part 2 - Features)In the last article, I have set the environment and configuration ready for my further development. Now, I am going to start writing…Nov 11, 2015Nov 11, 2015