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

Python+MongoDB = Rapid & scalable app development

MongoDB from Python: Accessing MongoDB from Python applications is easy and familiar to many Python developers. PyMongo uses the rich dictionary support in Python to create a similar API as MongoDB’s native JavaScript query syntax. After all, there some understanding for execution and performance. There is also a second API built upon the atomic operators … Read more

How to write an effective user stories “AGILE” “SCRUM”

Story reflect the complexity of the problem, and so, reflect the confidence of how accurate the estimate is. A Story with a high story point tells you that there’s a lot going on with the user story that isn’t concrete. If you are being shown an iteration plan with stories with all high story points, this gives … 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

How to use Jenkins and AWS Code Deploy as a CI / CD Tool.

Continuous Integration is a software development practice  where continuous changes and updates in code base are integrated and verified by an automated build scripts  using various tools. Continuous Deployment is also a software development practice whose role is to automatically deploy the code to the specified server and application folder once the code is been … 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

DevOps with Puppet, Chef and Ansible

As DevOps culture is being adopted inside IT industries, so does the interest in automation platform well suited to the speed and agility commonly promoted as DevOps prime benefits and that means a growing need for IT pros not only willing to embrace the mind set and methodology behind the DevOps approach, but also able … Read more

How Facebook is not using PHP by still using PHP?

Facebook technology stack consist of application written in many language, including PHP and many others. Facebook still using PHP but it has built a compiler for it so it can be turned into native code on. Facebook doesn’t use PHP for its core system, at Facebook, they uses C++ heavily on back end system. Apparently … Read more