public marks

PUBLIC MARKS from sylvainulg with tags readme & coding

2021

2019

2018

2016

Facebook lays out ambitious React.js JavaScript dev plans | InfoWorld

(via)
doing layout in React itself rather than within the browser. [...] "This very easily fixes the reflow problem because now you can just render the correct thing the first time. You don't need to render a placeholder and then replace it once you know how big it is,"

2015

2014

2013

Writing a Particle System on the Raspberry Pi | Dr Dobb's

" I coded this particle system in Objective-C and use the Simple Directmedia Layer (SDL) for particle display on the RPi, but more on that later. The code accompanying this article is available for download."