apply, call and bind are methods that can be called on any JS function and are used to call that function in a specified scope. this inside the function will refer to the
In the previous article of this terraform CDK series, we have created an ECS task-definition and service to run Nginx server on ECS. In this article, we are going to attach an ALB
PostgreSQL is a popular, free, open-source relational database that can be used for different workloads. Postgres provides querying abilities and windowing functions. Its versatility makes it possible to be used as a transactional
In this blog, we will learn how to manage sensitive information like tokens, credentials etc. via secrets. We'll also learn further how to handle non-sensitive environment variables via ConfigMaps. In Kubernetes, secrets can
You might have a use case in your application where you need the user to select multiple items, for example, selecting favorite artists from a large list of options. This article aims to
In this article, we will discuss about layouts in jetpack compose with examples. What is Layout in Android?The fundamental units that make up the user interface are layouts. It offers a transparent
We launched Slackmin on Product Hunt on July 27th, 2022. Here is the launch post and the product page on Product Hunt. We achieved the “#1 Product of the Day” badge. Thanks to
Whenever we need to load lots of data stored on the backend, we split it into chunks and then load them one at a time through Pagination. Reasons why this approach is used:
In the previous chapter, we read about how to create a Sample Node.js Application on EKS. In this chapter, we are gonna find out how to handle applications such as MySQL or
In the previous chapter, we learnt how to setup a nginx web server on Local Minikube Cluster. In this chapter, we are gonna deploy a Sample Node.js application on a cloud provider