Java AWS – How to Create SQS Standard and FIFO Queues
In this tutorial, we will see how to create SQS Standard and FIFO Queues using AWS Java SDK. AWS SQS:
In this tutorial, we will see how to create SQS Standard and FIFO Queues using AWS Java SDK. AWS SQS:
While executing the AWS lambda through the API gateway proxy URL, you may encounter an issue saying Malformed Lambda proxy
Here we will see how to work with the Python OrderedDict collection. This article is intended for the users, who
In Spring Boot, we can load the initial data into the database while startup the application. It is a powerful
In this tutorial, we are going to see the Spring Boot PostgreSQL DB CRUD example application. Versions: Spring Boot 2.5.0
In this tutorial, we are going to see how to install maven in Mac OSX. Versions: macOS Big Sur 11.04
Here we will see how to install PostgreSQL on Mac with homebrew. Versions: Mac OS Big Sur 11.04 Homebrew 3.2.3
You may encounter an issue with Python 3.5+ versions while defining variables, this is because Python 3.6 introduced a new
The relational databases are very good at storing the structured content into the database. To make this happen we need
In this tutorial, we are going to see how to install Flask SQLAlchemy. SQLAlchemy: The SQLAlchamy is an object-relational mapper
Here we will see the different ways to filer a list in python. How to filter a list in python?
Here we will see how to take screenshots in Mac OS X. Take Screenshot in Mac OS X: command+shift+3allows you
Here we are going to see one good practice to create links or URLs in the Flask framework. Problem: <a
In this tutorial, we are going to see what is python object serialization with Pickle and how to work with
In this tutorial, we are going to build a simple Flask login Form, it's going to be a simple demonstration
In this tutorial, we are going to see one of the distinctive features of jinja templates called jinja template inheritance.
Flask templates can do much more than replacing the placeholders that we have done in the previous tutorial, In this
In this tutorial, we are going to see the Flask simple HTML Templates, this is going to be something the
In this tutorial, we are going to see the basic Hello World Flask example. It typically contains Flask initial configurations
Flask is a micro web framework written in Python that widely used. Here the Micro doesn't mean that your entire