Programming book reviews, programming tutorials,programming news, C#, Ruby, Python,C, C++, PHP, Visual Basic, Computer book reviews, computer history, programming history, joomla, theory, spreadsheets and more. (more…)
Read more »
I've seen some programmers try to avoid the humble for loop at all costs, in
favor of more functional abstractions. I'm going to argue that the for loop
is sometimes simply the best option. That doesn't mean you should always use it
-- far from it -- but ... (more…)
Read more »
I recently overhauled a JS parsing library to delegate to the Rust implementation via Wasm. The result to users is seamless as the small Wasm bundled is inlined in the library as base64 encoded. Along the way, I saw that parsing can be much faster than ob... (more…)
Read more »
Dwitter is a social network for building and sharing visual javascript demos limited to 140 characters. See the impressive creations crammed into so few characters, and play around with your own code!
(more…)
Read more »
My journey of improving the performance of our ultra resolution storytelling tool Micrio by upgrading the JavaScript-only client to WebAssembly. (more…)
Read more »