Quantcast
Channel: Programming Rants
Browsing all 204 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

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 Article


Image may be NSFW.
Clik here to view.

Programming 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 Article


Image may be NSFW.
Clik here to view.

Javascript 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 Article

Image may be NSFW.
Clik here to view.

Software Engineering Periodic Table

Coolest! Thing! Ever! :3

View Article

Image may be NSFW.
Clik here to view.

Beautiful Fallacies Infographics

:3 Yay, I like these things, I reblog these things..

View Article


Image may be NSFW.
Clik here to view.

Logical 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 Article

Image may be NSFW.
Clik here to view.

Redis 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 Article

Image may be NSFW.
Clik here to view.

If Programming Language were Humans

Taken from here and nixCraft page (click there to see larger text).

View Article


Image may be NSFW.
Clik here to view.

Elixir 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 Article


Image may be NSFW.
Clik here to view.

If Software Development Methodology explained with cars

This is old but worth sharing :3

View Article

Image may be NSFW.
Clik here to view.

IT Jobs explained with Broken Lightbulb

Ah I skipped the December issue :3

View Article

Image may be NSFW.
Clik here to view.

7 Circles of Developer Hell

The source.

View Article

Image may be NSFW.
Clik here to view.

TechEmpower 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 Article


PostgreSQL 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 Article

PostgreSQL 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 Article


Image may be NSFW.
Clik here to view.

Redis 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 Article

Go-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 Article


GotRo 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 Article

Alternatives 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 Article

Cross 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
Browsing all 204 articles
Browse latest View live


Latest Images