Sumant Mishra·Feb 10, 2023Java: Asynchronous programming using CompletableFutureIn this post, I will discuss how to execute a long-running process in asynchronous as non-blocking code.A response icon2A response icon2
Sumant Mishra·Mar 20, 2021REST API Design: Best practicesAll developers or architects have their own way of designing REST APIs. In this article, I have tried to explain some industry-standard…
Sumant Mishra·Dec 21, 2019Building a Simple CRUD Application using ASP.NET Core 3.0 Web APIIn this article, we will learn how to create a CRUD application using ASP.NET Core 3.0 Web API.A response icon8A response icon8
Sumant Mishra·Dec 12, 2019Getting started: Building RESTful Web API using ASP.NET Core 3.0In this article, we will discuss how to build RESTful APIs using ASP.NET Core 3.0A response icon2A response icon2
Sumant Mishra·Nov 8, 2019Connecting and using AWS DynamoDB remotely with NodeJSIn this post, we will discuss how to connect DynamoDB remotely from NodeJS application and perform a few operations like INSERT and GET…A response icon1A response icon1
Sumant Mishra·Nov 5, 2019Configure and deploy Nodejs function to AWS Lambda using Serverless frameworkHere, we will discuss how to set up the serverless framework using Nodejs, configure and deploy our code (function) in AWS Lambda.A response icon2A response icon2
Sumant Mishra·Nov 3, 2019How to deploy Node.js app on AWS with GithubIn this article, we will learn about how to deploy a NodeJS application on an AWS EC2 Linux instance.A response icon14A response icon14
Sumant Mishra·Oct 29, 2019Securely SSH into AWS EC2 Linux instanceIn this article, we will learn how to configure an EC2 instance in AWS cloud and connect through SSHA response icon3A response icon3
Sumant Mishra·Aug 1, 2019JavaScript: var, let and constIn this article, I have tried to explain the difference between var, let and const in ES6.
Sumant Mishra·Jul 7, 2019Dockerize Node JS applicationLearn how to build a Docker image for a simple NodeJS application and deploy the image (NodeJS application) in a Cocker container.