Testing js-dos

Recenlty I discovered the project Emscripten: Emscripten is an LLVM-to-JavaScript compiler. It takes LLVM bitcode - which can be generated from C/C++, using llvm-gcc (DragonEgg) or clang, or any other language that can be converted into LLVM - and compiles that into JavaScript, which can be run on the web...
Read "Testing js-dos"

DDD by quotes

The Eric Evans’ book “Domain-Driven Design - Tackling Complexity in the Heart of Software” is like a Bible for who intend to use DDD, so, I guess that some quotes of the book can help us to validate our DDD approach. The list below is just a “check-point list”, because,...
Read "DDD by quotes"

Nibble

Looking in some backups I found one of my first games. I made it about 14 years ago: a Nibble in 461 lines of C. I push the source code and binary files to a GitHub repository: https://github.com/giacomelli/Nibble
Read "Nibble"
Tutorials

Articles

Labs