Pratik KumarDeploy Python-Flask Application to KubernetesThis article will explain how can we deploy our Python-Flask Application to Kubernetes. we will use Kubernetes to deploy our Flask…Nov 4, 2020Nov 4, 2020
Pratik KumarRedis Caching with NodeJsThis article will explain how Redis cache works with a simple nodejs application so that we can improve our application speed and…Jun 7, 2020Jun 7, 2020
Pratik KumarWhat is the REST API?If you have used any modern website, then chances are you have interacted with a website that uses REST, but what exactly is REST? For…Apr 13, 2020Apr 13, 2020
Pratik KumarCreate Simple Pagination in Angular 8Pagination is a feature of a web application to show a huge number of records into a number of pages. The pagination is implemented in a…Mar 31, 20202Mar 31, 20202
Pratik KumarHow to use Express MiddlewareMiddleware functions are functions that execute after the server receives the request and before the controller action sends the response…Mar 31, 2020Mar 31, 2020