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 s...
MicroPyramid Blog
Deep dives into Django, Python, Machine Learning, Salesforce, React, Flutter, Svelte, AWS, and the technologies that power modern applications.
In This Tutorial we will look onto parsing your syslog files and store and display it in interactable website. We will be using ELK Stack for this pur...
After Installing Elastic Search in production, many new developers leave it unconfigured. In this Post, we will look into important config file change...
In Previous Tutorial we looked into Setting up EL Server which can ingest your Syslog files. In this Post, you will learn about pushing your Log File...
React Native is very similar to React, but one of the major difference is styling the components. For styling we use similar to CSS, is called Flexbox...
Daemonizing a command means to make it run as a background process.so when we have a command that we want to daemonize there are many ways to do it, m...
To track the location in react native we have ‘geolocation’. Geolocation support both ios and android. Before using the geolocation we need to request...
React Native is an open-source cross platform for mobile application(Android and IOS) development, developed by Facebook. Important things to consider...
Google App Engine (often referred to as GAE or simply App Engine) is a platform as a service (PaaS) cloud computing platform for developing and hostin...
Celery is a task queue with focus on real-time processing, while also supports task scheduling. Task queues are used as mechanisms to distribute work ...