Latest Articles
Basic app used making Redux + React hooks
Redux is all about state. So we must first understand what state is :
State is simply a Javascript object that holds information that will affect the rendering of the component it belongs to.
Expose a kubernetes service through Ingress
Ingress is a kubernetes API object that defines rules to map incoming traffic to backend services.
Ingress controller watches over ingress, reads the rules, and implements them by acting as a reverse proxy system.
How to configure burp suite to Intercept Network Traffic?
When dealing with an unfamiliar web application, traffic inspection should always be one of the first moves. Although a web application can display several elements to the end-user via the browser interface, most applications make multiple requests between the client and server during the development of those elements before they enter their final presentation state.
?
AWS Cognito
Amazon Cognito is a medium that provides authentication, authorization & user management for web & mobile applications.
Infrastructure As Code
Sometimes building and handling infrastructure can be a tedious task , Moreover creating similar and complex infrastructure for multiple environments is like a cherry on top, it will just amplify the definition of frustration. Fulfilling such a requirement needs an ample amount of time , lots of hard work and obviously engineering skills. Even destroying such a requirement is not a handy task.