django-debug-toolbar is simply must have tool for Django development. It adds powerfull toolbar which allows detailed diagnostic and debugging of Django site. Quick install: pip […] Read More
Category: Software engineering
Reading through document with keyboard shortcuts for IDE is boring and often you do not have time to learn it. Dmitry Kashin wrote simple yet […] Read More
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