Software / System Engineering & personal random thoughts / theories
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 ⟶ Feb 2, 2015 Software development involves refactoring in it own nature, applying some small things can help you to have an easy and painless refactoring process
Read more ⟶ Jan 26, 2015 In JS (javascript) there are different approaches to create objects and each one performs different when the object properties values are read and write
Read more ⟶