It is a very nifty task to pump up algorithmic thinking and clarity into complexity, execution time and memory usage... (more…)
Read more »
If your web app gets huge amount of data from your server, FlatBuffers is the perfect ‘heavy lifting’ tool for you. Here’s how we use it at Jaco.
Read more »
clean-code-javascript - :bathtub: Clean Code concepts adapted for JavaScript... (more…)
Read more »
One of the most commonplace things that developers do is designing interfaces, and it is also one of the easiest places to start introducing unneeded complexity into an application. It is pretty easy to build a feature that oversteps the bounds of what it... (more…)
Read more »
Refactoring is an inevitable part of software development. However learning to write codemods basically gives you refactoring superpowers. (more…)
Read more »