
Technology
Vault Set-up And Installation Guide
In this blog, I will tell you how to set up a Vault to keep your emails and passwords safe.
Technology
In this blog, I will tell you how to set up a Vault to keep your emails and passwords safe.
Python
Flask is technically open source. I used the word "technically" since it is actually BCD Licensed. What BCD Licensed means is that a person can do anything or build anything with flask as long as the original copyrights in Flask stick around along whatever was built. When we
Web Development
In this article, we will discuss how we can integrate Redux store with our NextJS app by covering simple JWT auth and we will do all that without compromising on SSR. Disclaimer: This is strictly a hands-on guide targeted towards developers with an intermediate to advanced skill set in NextJS.
Technology
In this article we will discuss how we exit a celery long running task using another python external module. We use the same requirements as we used in our previous article about celery and docker. And we use the same app or project to implement how we can gracefully exit
Python
In the article we will discuss how to handle logging in a python celery environment with ELK stack. Requirement on our side is simple. * Setup the python flask app Dockerize it. * Setup the celery with python flask. * Dockerize the celery workers. * Dockerize rabbitmq. * Dockerize elasticsearch. * Integrate celstash. Furthermore, we will
DevOps
In this article, we will cover how you can use docker compose to use celery with python flask on a target machine. Requirements on our end are pretty simple and straightforward. * Control over configuration * Setup the flask app * Setup the rabbitmq server * Ability to run multiple celery workers Furthermore we
Big Data
The practical uses of big data are far more beneficial than you can imagine.
Web Development
React Native: React native can be define as the framework of JavaScript that is used to create mobile applications for Android and iOS. The components of native app are combined in react native framework from which a developer can make react native mobile apps. React native has a set of
Technology
The blend of native and web applications is known as hybrid app or hybrid application. In a computing device, native applications are installed for a certain program. But, to run web applications, multiple frameworks are available over the internet. Hybrid apps are often mentioned in the context of mobile computing.
Technology
Javascript is an important web development language that is used for various functions by companies around the globe. Contrary to server-based languages like PHP, Javascript is actually client-focused and browser-based and thus presents several core advantages that can be used by any company. The predominant reason why companies tend to
ERP
In this article we will cover how you can use docker compose to install odoo on a target machine Requirements on our end are pretty simple and straight forward * Control over configuration * Control over custom installed modules * Ability to persist data between consecutive runs * Ability to monitor logs of critical
Web Development
Introduction Lets face it, during early days of adapting vue js every developer has probably faced this error. Component template should contain exactly one root element. If you are using v-if on multiple elements, use v-else-if to chain them instead. and from that point its had coded in our mind