Software / System Engineering & personal random thoughts / theories

3 weeks backpacking India: Delhi transition to Rishikesh


My 3 weeks backpacking adventure in India with a tight budget to enjoy the contrast than luxury: day in Delhi to transition to Rishikesh
Read more ⟶

3 weeks backpacking India: Rishikesh


My 3 weeks backpacking adventure in India with a tight budget to enjoy the contrast than luxury: Rishikesh
Read more ⟶

Speaking at BarcelonaJS: Introduction to Lovefield


Slides, notes & source code of my talk introductory talk to Lovefiel, a cross-browser SQL-Like relation query engine, at Barcelona JS group
Read more ⟶

Mercury & its marvelous modularity


After I took a look to Mercury README long time ago, I've got my hands dirty with it during a 24 hours Hackathon, so here you can read my thoughts
Read more ⟶

Rack Style Golang HTTP Handlers


After I looked a different approach to write Golang HTTP Handlers for common actions I've come up with a new approach to write those in a Ruby Rack style
Read more ⟶

Thoughts about Golang Action Responses


After reading about a different approach of Golang HTTP Handlers to have clean code, I've implemented a benchmark to about how it performs
Read more ⟶

Private Members on ES6 Classes with Proxies


ES6 classes doesn't have any official mechanism to define private members, however using proxies we can get an approach of having them
Read more ⟶

Generating OpenSSL certificates to run a NodeJS HTTPS Server


Running a NodeJS HTTPS server is easy, however when you have to create the SSL certificates, it becomes a tedious task, so in this post I wrapped it up
Read more ⟶

Clarifying My Mistake about GET Requests with Body


Having a body in a GET request doesn't fulfill the current HTTP/1.1 standard, take a look here to know why
Read more ⟶

JS Test with Mocha, Chai & Sinon Driven by Example


Read about how to test in iojs/NodeJS with 100% coverage a simple AWS Lambda handler which third party dependencies with Mocha, Chai & Sinon
Read more ⟶