Adding real-time notification to Django

Adding-real-time-notification-to-Django

High level of user engagement and notification are vital for the long term success of an app so it is important you do everything to encourage engagement and interaction amongst users when it comes to creating app with user to user interaction it is important to keep users on your app and make sure they … Read more

How to get user Latitude, Longitude & current address using HTML5

Geolocation is the creativity of reckoning out where you are in the world & sharing information, for that HTML5 helps in identifying the user’s location, which can be used to provide location specific information or route navigation details to the user. Among many techniques used to identify the location of the user, a desktop browser generally uses WIFI … Read more

Deploying ROR application with Ansible, Docker or Capistrano

Deploying-ROR-application-with-Ansible-Docker-or-Capistrano-1

Deploying ROR app with Ansible: Ansible is a lightweight, extensible solution for automating your application provisioning. If you are spending most of the time with the code that manages your infrastructure, not with the infrastructure itself. Any change, regardless how small, would require a considerable amount of effort for a relatively small gain. With Ansible, … Read more

Python Tips & Tricks (Hacks)

Python is utilized by bigger companies mostly that can evaluate vast data sets; it is also used for system automation, web applications, big data, analytics, and security software. This article aims to show off some lesser-known tricks to put you on the path to faster development, easier debugging, and general fun. TIPS: 1) For a critical … Read more

Backbone, Ember & AngularJS are the paradigm shift for Web Application Development

Backbone-Ember-AngularJS-are-the-paradigm-shift-for-web-application-development

With JavaScript popularity moving up, client side applications are getting much more complex than before. Developers use JavaScript for lots of different Web applications, because it can really make the user’s side look and work in a pleasing manner. Frameworks like Backbone, Ember and Angular bring structure to JavaScript code and keep it organized. They … Read more

Why to bring in Interoperable Real-Time Communication to the web using WebRTC?

Why-to-bring-in-Interoperable-Real-Time-Communication-to-the-web-using-WebRTC

Here, In general Interoperability points out to the ability of quick responders to work seamlessly with other systems or product without any special effort. Changes in how we manage resources and expect services to be delivered co-operatively have caused communications need to evolve internally and externally within systems or organizations. Recently the communication capabilities of … Read more

How to use both Django & NodeJS as backend for your application

Choosing a language for your web/mobile application depends on what you want to achieve from the task. There are many ways and reasons to have your application running on multiple technologies and integrate them. Here I will be talking about two different backend languages that are Django and Node.JS, both are backend technologies and may … Read more

How useful are web application frameworks? & How do I know which framework would suit me?

For non-technical background people; framework is a bunch of libraries, tools that do common task in web development and it aims to ease the common activities which have to perform in web development. Using appropriate framework is essential for a developer because it saves an important time and efforts for building an app. Most of … Read more