implementing_websockets_with_django
Users now demand information as soon as it's available. If you have to refresh the page to get new information, it's already too late. Luckily, a protocol supported by all modern browsers allows for direct data exchange: WebSockets. read more
django_compressing
In any web project whether it is a static or a dynamic one of the main headache for developers is to compress static files and serve them without affecting the page load time. There are compressors like YUIcompressor, Yuglify and many. read more
looping in JS
Looping is one of the important features of programming languages, as we know it and we are seeing it from "C", where many programming languages implemented same syntax in their languages and the same happened with javascript. At present we care ab… read more
jira-nodejs
Developing a plugin for JIRA is such a pain but we have better way to develop plugins using nodejs. If you are a web developer or node developer, its just a piece of cake of you. We will develop a plugin which shows time in our webpanel view. We wil… read more
Tags:
gen
Before beginning, I ask people who are new to python to assess their knowledge on various Python concepts. Basic concepts like "if/else" or "defining and using functions" are understood by a majority. There are some topics, where many lack understa… read more

Subscribe to our mailing list