Pinned
React Unit Testing [React Testing Library]
Unit testing is a type of software testing that focuses on individual units or components of a software system. The purpose of unit testing is to validate that each unit of the software works as intended and meets the requirements
React e2e Using Cypress
Cypress is a front-end testing tool that can be used to perform end-to-end (E2E) testing on web applications. Cypress can perform E2E on anything that runs in a browser.
React Unit Testing [React Testing Library]
Unit testing is a type of software testing that focuses on individual units or components of a software system. The purpose of unit testing is to validate that each unit of the software works as intended and meets the requirements
Extension Functions in Kotlin
Extension functions in Kotlin are a way to add new functionality to a class without having to inherit from it. They are declared with a prefix receiver type and method name.
Build A REST Webservice using Kotlin
Kotlin is fast gaining popularity among Java developers...
EXPO Mobile App Development and Deployment
Build simple mobile application and deploy your mobile app to Google Playstore and Apple Appstore using the famous React Native (EXPO) framework
Serve Fullstack App using Nginx as Reverse Proxy
Nginx (pronounced 'engine x') is open-source web server software. It is often used as a reverse proxy, load balancer, mail proxy and or HTTP cache. It can serve HTTPS contents and designed for maximum performance and stability.
Deploy Web app to Elastic Beanstalk using AWS CDK
AWS Elastic Beanstalk is a managed service that makes it easy to deploy and manage web applications in the AWS Cloud.
CRUD App using AWS Lambda, API Gateway and RDS Behind VPC
In this blog post, we will discuss how to create a CRUD (Create, Read, Update, Delete) webservice using AWS Lambda, API Gateway, and RDS (Relational Database Service) behind a VPC (Virtual Private Cloud).