Open in app

Sign In

Write

Sign In

Surya Prakash Pandey
Surya Prakash Pandey

58 Followers

Home

Lists

About

Published in

JavaScript in Plain English

·Sep 11, 2022

Interview Experiences

My experiences with interviews while looking for a better dev job. — Recently I joined Walmart Global Tech India. But during the phase of “looking out for better opportunity” (that’s what we say most of the time 😉), I got interviewed for multiple organizations. A few I was able to clear and rest helped me learn something new for my further preparations. …

Interview

1 min read

Interview Experiences
Interview Experiences
Interview

1 min read


Published in

Better Programming

·May 2, 2022

SQS Batch Processing With Reporting Batch Item Failures

A look at AWS’s partial batch processing — Let’s lay the foundation first before diving into the details. We can use a Lambda function to process the messages in Amazon Simple Queue Service. Lambda polls the queue and invokes your Lambda function synchronously with an event that contains queue messages; it reads the messages in batches and invokes…

Programming

4 min read

SQS Batch Processing With Reporting Batch Item Failures
SQS Batch Processing With Reporting Batch Item Failures
Programming

4 min read


Published in

AWS in Plain English

·Oct 14, 2021

How to Test Amazon SQS with Docker using Serverless

Recently, I got a chance to work with Amazon Web Services. We needed to create a queue to consume data coming from a third-party service and do some processing on top of it. We were using the Serverless framework for the deployment. This post is about how we tested our…

AWS

4 min read

How to Test Amazon SQS with Docker using Serverless
How to Test Amazon SQS with Docker using Serverless
AWS

4 min read


Published in

JavaScript in Plain English

·Jun 1, 2021

setTimeout vs. setImmediate Timer Functions in Node.js

Node.js is an asynchronous, non-blocking, and event-driven architecture. It is highly inspired by the high concurrency model design of the Nginx web server. Like the master process and a number of worker process concepts in Nginx, Node.js uses a single-threaded event loop as well as a thread pool. The LibUV…

Nodejs

3 min read

setTimeout vs. setImmediate Timer Functions in Node.js
setTimeout vs. setImmediate Timer Functions in Node.js
Nodejs

3 min read


Published in

JavaScript in Plain English

·Feb 21, 2021

Secure React SPA using Keycloak with OpenID Connect

In the light of my previous post “Secure React SPA using Azure Endpoints with Authorization code flow” I realized that configuring multiple providers with you application needs lots of coding and configuration and specially when you want to stick with Authorization code flow for all the providers. While Azure, Google…

React

7 min read

Secure React SPA using Keycloak with OpenID Connect
Secure React SPA using Keycloak with OpenID Connect
React

7 min read


Published in

JavaScript in Plain English

·Feb 15, 2021

Secure React SPA using Azure Endpoints with Authorization code flow

Browser based authentication has always been a scope for optimization. Keeping a secret with a public client running in browser is a threat for security, it can’t keep the secret and can’t properly authenticate with Authentication server. To deal with such issue Oauth 2.0 …

Oauth

5 min read

Secure React SPA using Azure Endpoints with Authorization code flow
Secure React SPA using Azure Endpoints with Authorization code flow
Oauth

5 min read


Nov 4, 2020

Understanding Azure Authorize/Token endpoints workflow with Postman

Recently I had chance to configure IBM Websphere with Azure AD as authentication server using OpenID Connect protocol, while doing the configuration I have noticed that for Microsoft Graph APIs the access token is always V1.0 even on using OAuth 2.0 authorization and token endpoints. …

Azure Active Directory

4 min read

Get a verifiable access_token from Azure AD
Get a verifiable access_token from Azure AD
Azure Active Directory

4 min read


Jul 27, 2020

Kerberos Configuration with Windows Active Directory

In this post I am going to show how to configure Windows Active directory to work with Kerberos Authentication. Let’s start with configuring relevant hostname for active directory server. Open Server Manager → Local Server Then follow the instruction shown in screenshot, Configure Static IP: If you are using VirtualBox…

Kerberos

3 min read

Kerberos Configuration with Windows Active Directory
Kerberos Configuration with Windows Active Directory
Kerberos

3 min read


Jul 25, 2020

VirtualBox Configuration for Static IP with Host-only network

VirtualBox configuration: Giving VMs Internal Network, Host PC and Internet Access. You can use a NAT networking adapter and Host-only networking adapter to allow VMs to communicate with each other, the Host PC and Internet. Create Host-only network: In the Host Network Manager pop-up click on “Create” for adding Host-only…

Virtualbox

4 min read

VirtualBox Configuration for Static IP with Host-only network
VirtualBox Configuration for Static IP with Host-only network
Virtualbox

4 min read


Apr 8, 2020

Nginx server rewrite rule with Regex to add parameter in URL

After struggling for more than half a day to find a proper way for rewriting the rules for Nginx server. The major reason behind, there are very less clean information available for this. So I decided to write a post about it. Although it seems very easy since it only…

Nginx

3 min read

Nginx server rewrite rule with Regex to add parameter in URL
Nginx server rewrite rule with Regex to add parameter in URL
Nginx

3 min read

Surya Prakash Pandey

Surya Prakash Pandey

58 Followers

A problem solver, who sometimes blogs about how problem was solved.

Following
  • Cassie Kozyrkov

    Cassie Kozyrkov

  • Vitalii Shevchuk

    Vitalii Shevchuk

  • Hussein Nasser

    Hussein Nasser

  • Trey Huffine

    Trey Huffine

  • Nx

    Nx

See all (41)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams