How to Implement AWS Queues in Java
Introduction Amazon Simple Queue Service (SQS) is a fully managed message queuing service offered by Amazon Web Services (AWS). It provides a way for applications to exchange messages with…
Read more »
How to Validate Google reCAPTCHA in Java in 2023
What is Google reCAPTCHA Google reCAPTCHA is a popular security tool used to protect websites from spam and abuse. It works by presenting users with a challenge, such as a…
Read more »
Parameter and hyperparameter in Machine learning
What is Parameter and hyperparameter in Machine learning Let’s find out what are parameters Well, Parameters are nothing but the model parameters. What are the model parameters? well…
Read more »
serverless project best practice
serverless project best practice In this post I shall share the best practices for working with any serverless project. The best practice that I want to mention here in this…
Read more »
How to Cognito User Pool using serverless
Cognito User Pool is very easy to create and if you are looking for “How to create Cognito User Pool using serverless framework” then you are in the right place….
Read more »
AWS lambda with Deno.js runtime
Are you wondering how to write AWS lambda with Deno ? this is going to be a long post. So please be patient and read the steps carefully. Do also…
Read more »
how to integrate react router
Let’s see how to integrate react category router in a react js project If you have already created your react application and you’re looking to add react router for better…
Read more »
how to add custom font in react js
Custom font in React js Lets say we are planning to change the font for our create-react-app front end. Below are the steps we need to follow to achieve the…
Read more »
Generate app icons for create-react-app
How to generate your own app icons for React.js projects that are created using “create-react-app” If you want to customise the app icons for your react app, Below are steps…
Read more »
set comprehension in python
In order to be more “pythonic” while writing python code, many best practices are recommended. Python set comprehensions, like “dictionary comprehension” or “list comprehension” or using “warlus operator(introduced in python…
Read more »