React app with OAuth2.0 Authorization code grant with Proof of key exchange(PKCE)OAuth2.0 or Open Authroization is a standard designed to allow an application to access resources hosted by other web apps on behalf of a…Jan 28, 2024Jan 28, 2024
Integrating Graphql with Redux toolkit and RTK-queryRedux Toolkit is the official toolset for efficient Redux development. This makes life much easier for developers by reducing boilerplate…Jan 11, 2024Jan 11, 2024
Creating a Chrome extension using ReactJSCreating and loading a basic extension to chromeJan 6, 20221Jan 6, 20221
Published inSysco LABS Sri LankaCreating your first simple serverless app with AWS-cdkServerless architecture doesn’t necessarily mean that no servers are used, it just means that the provisioning, scaling and maintaining of…Oct 28, 20212Oct 28, 20212
SQL Triggers for beginnersTrigger is an action that causes something to happen. SQL triggers does the same thing. Technically speaking a trigger is a stored…May 11, 2021May 11, 2021