Help little snowman to find Xmas tree. ;-) Source code available at GitHub. You can find more games at georgik.rocks/tag/games/
Creating new git repo and pushing it to remote server is fairly easy. mkdir my-project cd my-project git init You can work with project localy. […] Read More
New version of Cygwin is distributed with resizable Cygwin Terminal. Cygwin Terminal is configurable and it has some neat features like transparency. In order to […] Read More
Idea has support for Node.js. It’s quite easy to setup new project. First of all install Node.js and Node.js plugin. Create new project from scratch. […] Read More
Deploying Django app to Heroku from Windows machine is little bit tricky. You can follow instructions in Heroku manual. The first problem that you may […] Read More