Posted On 20 November 2014 By MicroPyramid
Web-hooks play vital role if you are in Continuous Integration(CI). Higher Level organizations follow GitLab for CI purposes if they operate on open source solutions and at times every developer needs to check his code integrity. At times like that, web-hooks can help us.
Posted On 16 November 2014 By MicroPyramid
Befor launching an application we should test the app to ensure that the application is working as per your requirement or not and to deliver defect free product on time, within the budget. If there is no testing, then there is no quality product.
Posted On 15 November 2014 By MicroPyramid
Gulp is a task runner which uses Node.js. For example concats javascript and css, minifies css and javascript. Gulp plug-ins are designed to do one thing only. It has basic functionality such as file watching built-in. It uses leaner, simpler JavaScript code, and Tasks are executed with maximum concurrency.
Posted On 05 November 2014 By MicroPyramid
After Installing Elastic Search in production, many new developers leave it unconfigured. In this Post, we will look into important config file changes and its implications
Posted On 23 October 2014 By MicroPyramid
This package uses double-entry bookkeeping where every transaction is recorded twice (once for the source and once for the destination). This ensures the books always balance and there is full audit trail of all transactional activity.
Posted On 19 October 2014 By MicroPyramid
Using regular expressions within Nginx we can bind urls to particular application servers, below we will configure wordpress blog and django site to be deployed on same domain name with each having their respective application servers i.e. ‘fastcgi’ for wordpress and ‘uwsgi’ for django.
Posted On 01 October 2014 By MicroPyramid
Using GPlus integration, we can get the user verified email id, general information, friends in a less span of time, and user can also share articles.
These Following steps are needed for GPlus integration:
1. creating google app
2. Authenticating user and getting access token.
3. Get user information using access token.
4. Get user friends list.
Posted On 21 September 2014 By MicroPyramid
The quick way to get/extract text from PDFs in Python is with the Python library "slate". Slate is a Python package that simplifies the process of extracting text. In this post, we will see how to get/extract from pdf's.
Posted On 13 September 2014 By MicroPyramid
When You have an application that is serving Huge Customer Base, so will be your Traffic. Sometimes The Application simply stops responding. We can use Load Balancer which distributes the Traffic it recieves between the multiple VPS running the same application.
Posted On 03 September 2014 By MicroPyramid
In this blog, we will see how to integrate Django and PayU Payment Gateway. To integrate with PayU, we have package called "django-payu" - a pluggable Django application.
GitHub Repository: django-payu
Documentaion: django-payu.readthedocs.org
Install:
$ pip install django-payu