Skip to Main Content
Tech in SF and Oakland

Software engineering blog for mobile and web

Latest Posts

23 Dec 2013

Five approaches to building single-page web apps

by rhfung | posted in: Uncategorized | 0

While attending web meetups over the past several months, I identified several approaches for building single-page web apps. Single-page web apps are websites that load dynamic content without refreshing READ MORE

ajax, html 5, javascript, rest api, single page web app, web application
1 Dec 2013

The URL: Exposing State for Front-End Web Applications

by rhfung | posted in: Uncategorized | 0

Tom Dale, an Ember core developer, gave a talk on modern web applications this September 20th in San Francisco. During the talk, he presented a compelling argument why the URL is crucial READ MORE

single page web app, web application
1 Sep 2013

Git: A beginner’s guide (reposted from Yetihq.com)

by rhfung | posted in: Uncategorized | 0

When writing source code for a computer application, we need a place to save source code. A single software developer can save source code on his own computer and perhaps back it up regularly. This READ MORE

git, scm, source control management
15 Aug 2013

Mounting EBS volume to an AWS EC2 Instance of Ubuntu 12.04 (reposted from Yetihq.com)

by rhfung | posted in: Uncategorized | 0

Are you looking to create a cloud-based solution for your website or database backend? One approach to create a cloud-based solution is to use  READ MORE

aws, cloud computing, ebs, ec2, ubuntu
4 Aug 2013

Managing Nested Asynchronous Callbacks in Objective-C using ReactiveCocoa

by rhfung | posted in: Uncategorized | 0

When writing a software application, it is often necessary to read data from a file or network. The basic approach for reading data is performed as a blocking operation. A blocking operation waits until READ MORE

objective-c
2 Aug 2013

Creating a focus + context bar chart in JavaScript

by rhfung | posted in: Uncategorized | 0

Over the past week I have been building a focus + context bar chart in JavaScript. I searched several alternatives on the Internet that would achieve the desired functionality. A focus READ MORE

html 5, information visualization, infovis, javascript
26 Jul 2013

The history of single-page web apps

by rhfung | posted in: Uncategorized | 0

On July 11th Nicholas Zakas presented a talk on JavaScript web performance at the San READ MORE

ajax, html 5, javascript, node.js, web application, web browsers
1 Jul 2013

Setting 1920×1080 display resolution for Ubuntu when running inside of VMware

by rhfung | posted in: Uncategorized | 0

I am using VMware Player 5 (similar to Workstation 9) to run a Ubuntu 12.04 (64-bit) virtual machine. I READ MORE

linux, ubuntu, virtual machine, vmware
7 Jun 2013

How to create a private cloud on OpenStack using DevStack

by rhfung | posted in: Uncategorized | 0

OpenStack is an emerging technology that allows anyone to create a private cloud, a cloud is deployed on your own hardware. A cloud is a scalable READ MORE

cloud computing, open source, web server
6 Jun 2013

RabbitMQ breaks when you rename hostname

by rhfung | posted in: Uncategorized | 0

I’ve been setting up a Debian 6 server with RabbitMQ installed. RabbitMQ is used with Celery to enable asynchronous tasks in Python Django projects. After READ MORE

debian, linux, rabbitmq

Posts navigation

« 1 2 3 4 5 6 7 8 … 10 »

© 2021 Tech in SF and Oakland