List of Tech Migrations
I'm quite fascinated with the decision (and obviously the effort) of leaving a language or database to another technology, here's the list that I found:Twitter (2011) from Ruby to ScalaUrban Airship...
View ArticleProgramming Language Libraries
Woot woot! I found a website that crawls for libraries *__*)bAnd I think it awesome that Go got first rank.By Language/EditorBy Package Manager, note:go (go get), npm (js), rubygems (ruby), maven...
View ArticleJavascript ES6 to ES5 Transpiler
When you are so eager to use ES6 features but you know that most browsers not yet implement all ES6 features completely (that's why there are also HTML5 pollyfills). Here's the list of transpiler to...
View ArticleLogical Fallacies in The Lab
I found a cool blog about logical fallacies, here's all of its images :3 (until today: 15), check their blog for more updated content :3
View ArticleRedis GUI
Redis is one of full featured in-memory database with optional persistence and replication. Redis support 5 kind of data types: key-value (SET, GET), hashtable (HSET, HGET), linkedlist (L/RPUSH,...
View ArticleIf Programming Language were Humans
Taken from here and nixCraft page (click there to see larger text).
View ArticleElixir vs Golang
Rather than debate between newbies and expert in only one language, let's find out the pros and cons between Elixir and Go:The Syntax and Learning CurveIn Go you can start after studying about 1 day...
View ArticleIf Software Development Methodology explained with cars
This is old but worth sharing :3
View ArticleTechEmpower Framework Benchmark Round 14
New benchmark result is out, as usual the important part is the data-update benchmark:At that chart, the top ranking language are: Kotlin, C, Java, C++, Go, Perl, Javascript, Scala, C#; and for the...
View ArticlePostgreSQL 9.6.2 vs CockroachDB 1.0 vs ScyllaDB 1.6.4
New kids on the block, multi-master database that recently released 1.0, here's some microbenchmark result:N = 999test1: postgresqlINSERT: 3.442695947s (3.45 ms/op)UPDATE: 3.912135754s (3.92...
View ArticlePostgreSQL 9.6.2 vs ScyllaDB 1.7RC2
Since CockroachDB 1.0 not yet performant (ain't got time to wait), today we're gonna test PostgreSQL 9.6.2 vs ScyllaDB 1.7RC2 on Ubuntu XFS filesystem.test1: postgresqlINSERT: 34.667685316s (3.47...
View ArticleRedis 3.2.1 vs ScyllaDB 1.7RC2
Since Scylla still have no secondary index, all I can do to use Scylla is to replace Redis for storing user login sessions, this benchmark only test read queries (queries that always returns zero...
View ArticleGo-Redis vs RediGo (also Aerospike)
This is an old benchmark result that test Redis and Aerospike, both are in-memory database, I did this about December last year, that I used to test Redis agains Aerospike for cases of storing random...
View ArticleGotRo Framework Tutorial: Go, Redis and PostgreSQL
Gotro is opinionated colleciton of libraries and framework for Go, it's a rewrite of Gokil framework that specially built for Go+Redis+PostgreSQL web application development. Previously Gokil written...
View ArticleAlternatives for Web and Mobile App in single codebase
If you are a one-man-army.. um I mean full-stack dev, you'll need to reuse most code as much as possible, a single codebase for all platform instead of rewrite everything in programming language best...
View ArticleCross Platform Game Development
So I was looking for cross-platform game development, found some that are good for Indie game dev development, such as V-Play that uses QML (I like Qt), but the review for the games it produced is...
View Article