Software / System Engineering & personal random thoughts / theories

Thoughts about current APIs implementations


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 ⟶

Profiling Golang Slices of Structs vs Pointers: Analysing Metrics


Analysing profiling metrics (cpu and memory) about Golang slices of structs versus pointers to structs with surprisingly results what performs better
Read more ⟶

Profiling Golang Slices of Structs vs Pointers: Gathering Metrics


Gathering profiling metrics (cpu and memory) about Golang slices of structs versus pointers to structs with surprisingly results what performs better
Read more ⟶

The Slices of Structs or Slices of Pointers to Structs Dilemma


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 ⟶

Hanging around with red-black tree implementations: the beginnings


The beginning a multi programming language red-black tree data structure implementation
Read more ⟶

Behind the scene of a Gumtree Spoofed email


A real story about what there is behind the scene of a Gumtree spoofed email
Read more ⟶

Basic Hints to Identify a Gumtree Spoofed email


Some basic hints for the general public to detect spoofed emails through my real story of a received Gumtree spoofed email
Read more ⟶

3 Little Things in NodeJS which Help When You Have to Refactor


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 ⟶

Performance Execution on JS Objects Created in Different Ways


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 ⟶

GitEvents a New Community Open Source Project


GitEvents is a new community Open Source organisation by @NodeBCN and @LNUG which started in a hackday to manage events through GitHub interface and API
Read more ⟶