Private Key Management aka How to hodl crypto?


Development

Cryptocurrencies are all the rage now. They promise a lot of things, one of them being the delivery of more freedom in the financial sector and the removal of pesky rent-seeking middlemen as well as hyperinflating fiat of governments. Since by this point in my life I have learned that nothing in life is for free and it's all about tradeoffs, I thought it might be a good idea to learn more about the tradeoffs to be had with cryptocurrency asset storage.

Comparing Streaming Frameworks


Development

I recently decided that I wanted to learn more about the world of stream processing. I felt quite comfortable in the world of CRUD but knew that if I wanted to elevate as a software engineer, I couldn't ignore the tremendous progress and change that is happening when it comes to dealing with unbounded and plentiful data.

Higher level data model wanted!


Development

Being a data-driven organization has become more important, yet it is still very difficult to attain because data access is fundamentally hard to establish. But what if it does not have to be

Auto-generated API documentation


Rails Development

Let's face it, you are probably not documenting as much as you should. However, code is read a lot more than it is written. We often think about the computer executing the code, but how often do you think about your fellow co-workers/co-programmers when writing your code?

How I turned away from the digital nomad lifestyle


Travel Personal

It's been a while since I have blogged and a lot has changed. Last time on here, I wrote about the the choices I have made post-college to create the optimal lifestyle for me and how I thought more people might want to consider such lifestyle. As per usual, I've been learning a lot, thus been readjusting what the optimal lifestyle means to me. Some of those learnings I want to share here.

Finding Cheap Flights - When Place matters


Travel

Whatever people are willing to pay for, Airlines try to extract as much revenue from that as possible. One way to do it is to account for variable demand by place of booking, departure and arrival. Let’s see how you can reduce your airfare by optimizing all three

My crazy SF story

San Francisco has always something exciting to offer.

Chrome Extension Development with Bower, Grund and RequireJS


Development

I just wanted to start a chrome extension and figured I should check out what all the hype with the frontend tooling scene is all about. The ecosystem looks pretty amazing, however, it seemed like there wasn't a lot of content out there on how to make the chrome-extension work with require-js for modular JS, so I figured i'd write it down here.

Make my visas more useful


Travel

One of my greatest sources of frustration is my inability to travel spontaneously and freely due to my Vietnamese citizenship. I compiled a list to make my existing visas more useful.

Credport Technical Post-mortem


Development Startups

This is a companion post to our Tale of Credport post in which I will go into further detail about the technical problems we had and decisions we made. You probably want to read that one before this one. Credport’s evolution in technical design on both the front-end and the back-end effectively coincided with our evolution from Boston/Webcred to Berlin/Credport.

The Tale of Credport


Personal Startups

Get ready for this 4000+ word behemoth that tells the story of Credport. This is a post that recaps the product and business decisions we made over the course of Credport. Prepare for a long post with a mix of high-level overview and deep comments.

On How I Met Your Mother


Personal

With the series final still in somewhat fresh memory, I wanted to write down some words on what I can only describe as a profound emotional reaction I had last night.

Find_each with custom ordering in Rails


Rails Development

In a recent project of mine I had to implement an activity feed. I have been meaning to try out the proposed solution by GiveGab which was a response to ThoughtBot's approach. I especially liked GiveGab's elegant solution to address the issues ThoughtBot had with the fan out on read approach by using Enumerations with findeachin_batches in the background to do the heavy-lifting in the database.

Running an Intro to Web Development


Development

For quite some time now, I have seen people become more and more interested in startups and buildings products. There are many reasons why startups are becoming hip but I believe a fundemental one is the sheer reduction in resources needed to get something out of the door. I attribute a lot of my experience to the fact that I stumbled upon the powerful combination of Ruby on Rails and Heroku, so I decided to give back and give people the opportunity to be enlightened as well :)

Jumping back into college


Personal

If you have read my last post, you know that I'm on a mission to address my fears of regret and failure. The game plan is to trust and do. So why on earth do I think college would be a good place to do so?

Anatomy of an About Page Redesign


Development

It's this time of the year again. Every once in a while comes that twitch, that realization that maybe, I should redo my website. Said and done, you are looking at the fourth revision of it. It all started with a Wordpress Blog for Maps Offline, then a Joomla CMS for Nam's Remote, then an iWeb site, then a basic Rails site and now hopefully a slightly more polished version. Back then, I also had very modest site titles such as "Nambrot.com - Showcase of Incredibility".

I wanted to take this opportunity and talk a bit about how I have approached this redesign.

Facebook Photo Browser - a prototype


Development

For a couple weeks, I have been working on an idea that I hope will develop into something greater in the next months. While that idea involved mainly theoretical and operational issues, I wanted to keep my practical skills inline and since I have been reading a lot about web applications and especially Backbone.js, I decided to just play around with it. I ended up writing a small prototype for a Facebook Photo Browser based on the Graph API.