Junda Ong

aka @samwize ¯\_(ツ)_/¯

  • About
  • Quotes
  • Archives
Google+ Twitter GitHub RSS
Mar 14th, 2014
iOS
Comments

How to Use UIScrollView With Autolayout

UPDATE: Refer to this simple post on how to setup the constraints for the content view

Atomic Spin has a detailed post explaining how to use UIScrollView with Auto Layout.

Here are my own essential steps with explanations.

Continue reading →
Mar 13th, 2014
iOS
Comments

Why I Am Not Going to Use ReactiveCocoa

ReactiveCocoa is a framework for functional reactive programming.

In short, it is a framework to unify delegate patterns, KVO notifications, and other callback patterns.

Ray Wenderlich has covered with a 2-parts tutorial.

So why am I not going to use the framework?

Continue reading →
Mar 12th, 2014
iOS
Comments

How to Add Your Own Library to Cocoapods

CocoaPods is the de facto dependency manager for iOS/Mac development.

You can follow this official guide to create your own pod so that other developers can use.

However, after following the official guide, I am rather lost.

Continue reading →
Mar 12th, 2014
iOS
Comments

Everything About Custom Fonts for iOS Development

Basic Introduction

Starting for iOS 3.2, it is possible to use custom fonts in your iOS application. Read about how to add custom fonts in my earlier post.

But there’s much more to custom fonts.

Continue reading →
Mar 7th, 2014
Node
Comments

What Mongoose Never Explain to You (on Case Sentivity)

Mongoose is the most popular library for using Mongodb on Node.js.

I took some time to learn about the case sentivity and model name renaming it does behind the curtain.

Continue reading →
Mar 7th, 2014
Node
Comments

How to Use Node.js Debugger

Node.js did come with a built-in debugger.

How to use

Continue reading →
Mar 7th, 2014
Heroku
Comments

Multiple Heroku Account

I encountered a problem with Heroku when I started using multiple accounts on the same machine.

This is when this accounts plugin helps.

Continue reading →
Mar 4th, 2014
AppEngine, Java
Comments

Installing Java 7 for Eclipse

I encountered this error when deploying a Google AppEgine app:

Java 6 applications cannot be deployed to Google App Engine from any version of the SDK… you can request that your application be whitelisted for Java 6 deployment from http://goo.gl/ycffXq.

Continue reading →
Feb 27th, 2014
Node
Comments

Bus Error When Grunt Watch - Update Your Node

I was using grunt watch for less, and encountred a kind of bus error:

Running "watch" task
Waiting...[1]    54136 bus error  grunt --stack

Turned out it is due to node version.

Continue reading →
Feb 19th, 2014
Tools
Comments

Modern Text Editor for Web Development

I consistently struggle with which text editor to be my favorite.

Today, I tried Brackets, and I think it will stand out to be best for modern web development.

I still use sublime text, and also think I will buy JetBrain WebStorm someday for Node.js development.

Continue reading →
Prev Next
Blog Archives

Copyright © 2015 - Junda - Powered by Octopress

Design credit: Shashank Mehta