Budi Irawan

Software Engineer

  • About Me

Archives

  • February 2019
  • April 2018
  • February 2018
  • February 2017
  • January 2017
  • May 2016
  • March 2016
  • December 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • January 2015
  • December 2014
  • November 2014
  • September 2014
  • August 2014
  • July 2014
  • April 2014

Meta

  • Log in

Gitlab CI: Solve dial unix /var/run/docker.sock: no such file or directory

September 10, 2015 by Budi Irawan·0 Comment
gitlab-logo

It was my first time to try Gitlab CI with docker runner configuration. The problem occurred when I tried to build an web application. I finally found the solution for it.

Continue reading

JavaScript ES6: The Different Between Let vs Const

September 10, 2015 by Budi Irawan·0 Comment
javascript-logo

In upcoming JavaScript ES6 (EcmaScript 2015), they introduce new way to define variables by using let and const. As you may be know as JavaScript developer, we are already familiar with var. Let’s inspect them more.
Continue reading

Send Emails using Amazon SES and Node.js

September 2, 2015 by Budi Irawan·14 Comments
aws-logo

Amazon SES (Simple Email Service) is a solution that Amazon provides for sending emails. This service encourages you to pay Amazon what you use, so you can use as much or as little email you like. The coding example below shows how to configure Amazon SES in Node.js.
Continue reading

Ruby: The Different Between Each, Map and Collect

August 27, 2015 by Budi Irawan·0 Comment
ruby-logo

When I was learning Ruby, I found that each, map and collect look alike but they aren’t. Let’s see what the different between them is. I will use irb to demonstrate it.
Continue reading

How to Configure Postfix to Mandrill SMTP on Mac OSX

August 16, 2015 by Budi Irawan·0 Comment
mandrill-logo

In my previous post, I talked about how to install postfix mail server on mac OSX. At that time, I used Gmail SMTP for sending the emails. This article will show you how to configure Mandrill SMTP for postfix.
Continue reading

How to Connect Amazon SNS to Amazon SQS Queues

August 7, 2015 by Budi Irawan·1 Comment
aws-logo

In this article, I want to share how to make SNS and SQS get along. Before we move further, we have a main question. What is the difference between SNS and SQS? I took the description from Amazon documentation below.

Continue reading

How to Install PHP intl extension on OS X

July 8, 2015 by Budi Irawan·23 Comments
php

Some PHP libraries that support internationalization depends on PHP intl extension. Somehow, intl extension is not installed by default. This article will show you how to install the intl extension. It has been tested well on OS X Yosemite with PHP 5.5.

Continue reading

An Introduction to Sinatra

June 25, 2015 by Budi Irawan·0 Comment
sinatra-logo

Sinatra is a micro framework for Ruby. Different to Ruby on Rails, Sinatra has simplistic approach to develop web application. In this post, we will get started with Sinatra by learning about how to create routes and access URL parameters.

Continue reading

iOS: How to Play Sound in Swift

June 3, 2015 by Budi Irawan·6 Comments
apple-swift-logo

Playing sound in your iOS app is essential because it can add betterĀ user experience. This article will guide you how to play sound in Swift. In this case, we will use a class AVAudioPlayer from AVFoundation package. This class provides playback of audio data from a file or memory.
Continue reading

AngularJS: How to Use Filter in Controller

May 28, 2015 by Budi Irawan·2 Comments
AngularJS-logo

In this article, I’m going to share about how to use filter in controller in Angular JS. It is common to see filter used in view but apparently I found that in some conditions we need to use filter in controller.

You have to know that in order to inject a filter, you need to use format yourFilterNameFilter.

Continue reading

Page 2 of 4
Proudly powered by WordPress.