Software / System Engineering & personal random thoughts / theories
Apr 22, 2015 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 ⟶ Apr 13, 2015 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 ⟶ Apr 6, 2015 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 ⟶ Mar 30, 2015 After I've been consuming several REST APIs for a while I've found that some of them fails in small things which aren't just consumer preferences
Read more ⟶ Mar 23, 2015 Analysing profiling metrics (cpu and memory) about Golang slices of structs versus pointers to structs with surprisingly results what performs better
Read more ⟶ Mar 16, 2015 Gathering profiling metrics (cpu and memory) about Golang slices of structs versus pointers to structs with surprisingly results what performs better
Read more ⟶ Mar 9, 2015 In Golang slices aren't arrays of variable size, they're structs, due that fact it can cause confusion about to store in it struct or pointers to structs
Read more ⟶ Mar 2, 2015 The beginning a multi programming language red-black tree data structure implementation
Read more ⟶ Feb 23, 2015 A real story about what there is behind the scene of a Gumtree spoofed email
Read more ⟶ Feb 16, 2015 Some basic hints for the general public to detect spoofed emails through my real story of a received Gumtree spoofed email
Read more ⟶