Iteration is a standard that connects operations with data containers: Each operation that follows this standard, can be applied to each data container that implements this standard. (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 »
Splash is a javascript rendering service. It’s a lightweight web browser
with an HTTP API, implemented in Python 3 using Twisted and QT5. The (twisted)
QT reactor is used to make the service fully asynchronous allowing
to take advantage of webkit concurre... (more…)
Read more »
Exercise:
In the game of golf each hole has a par, meaning the average number of strokes a golfer is expected to make in order to sink the ball in a hole to complete the play. Depending on how far above or below par your strokes are, there is a diffe... (more…)
Read more »