
Introduction to React
In this blog, Rohith Poyyeri guides us through the process of building a ToDo application from scratch using React.

In this blog, Rohith Poyyeri guides us through the process of building a ToDo application from scratch using React.

In this blog, Rohith Poyyeri documents a step-by-step process of building a ToDo application from scratch, kick-starting your Angular developer journey.

This blog explores the architecture of NestJS, a progressive Node.js framework, and guides you though set up of a basic API using Typescript.

Triggering a Lambda function by an EventBridge Events rule can be used as a serverless replacement of cron job. The highest frequency of it is one invocation per minute so that it cannot be used directly if you need to schedule a Lambda function more frequently. In this post, I’ll demonstrate another serverless solution of scheduling a Lambda function at a sub-minute frequency using Amazon SQS.

Authorization is the mechanism that controls who can do what on which resource in an application and it is a critical part of an application. In this post, I’ll be illustrating how to set up authorization in a GraphQL API using a custom directive and Oso, an open-source authorization library.