|
You are here |
9elements.com | ||
| | | | |
fossheim.io
|
|
| | | | | A high-level tutorial on how to recreate physical products with CSS only. For this tutorial I made a Polaroid camera entirely out of gradients. | |
| | | | |
schepp.dev
|
|
| | | | | Almost one year ago I wrote an article that dealt with an emerging WebKit CSS technique, the CSS filter effects, and the question if we could not have/emulate them in other browsers, too. Turned out we could. | |
| | | | |
ooer.com
|
|
| | | | | ||
| | | | |
rcoh.me
|
|
| | | As I was learning to program, Python lists seemed totally magical to me. I imagined them as being implemented by some sort of magical datastructure that was part linked-list, part array that was perfect for everything. As I grew as an engineer, it occurred that this was unlikely. I guessed (correctly) that rather than some sort of magical implementation, it was just backed by a resizable array. I decided to read the code and find out. | ||