Posts tagged 'Development'

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?

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.

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.

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 :)

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.