IDEA is a series of nonverbal algorithm assembly instructions. It is a great resource to learn about computer science topics such as asymmetric encryption or binary search. Guess where the inspiration is coming from?
A wonderful walkthrough about monochrome image dithering. These techniques can be extremely interesting if you are trying to create a design with a unique look and feel or if you are just curious about image processing.
Are you looking for best practices on how to build Node.js Docker images for your web applications? Then this article probably has all you need to know!
Do you know that you can use a single <div> to create nice CSS illustrations? There are few interesting techniques that allow you to apply multiple styling rules to the same div. Check it out if you are curious. It also contains a bunch of really nice artsy examples!
A series of interesting experiments about recreating paper effect using CSS. A great way to learn one or two new CSS tricks and to take inspirations for your next web design!
Book of the week
Fluent Python: Clear, Concise, and Effective Programming
by Luciano Ramalho
Python’s simplicity lets you become productive quickly, but this often means you aren’t using everything it has to offer. With this hands-on guide, you’ll learn how to write effective, idiomatic Python code by leveraging its best—and possibly most neglected—features.