Skip to content

Logical Sapien

  • Home
  • Blog
  • About
  • Contact
Logical Sapien
  • Aws | Cloud

    AWS Create an EC2 Instance

    Byadmin July 10, 2020

    Overview Create an EC2 instance for Spring boot application Create EC2 Lets create an EC2 instance. Goto EC2 dashboard and click on “Launch Instance” Select the Instance Type and click Next. We are going with free tier here: Next screen : Start with 1 instanceNetwork – select joan-vpcSubet – Either oneOther options leave for now…

    Read More AWS Create an EC2 InstanceContinue

  • Aws | Cloud | Docker | Uncategorized

    Deploying a Docker (Java Spring Boot) application to AWS

    Byadmin July 10, 2020

    Overview Here we will deploy a Java Spring Boot Docker application into AWS infrastructure Create a VPC Create a VPC first as described here EC2 Create an instance and associate an elastic IP address here Docker Install Docker for Amazon Linux 2 sudo amazon-linux-extras install docker Start the docker sudo service docker start Add the ec2-user to…

    Read More Deploying a Docker (Java Spring Boot) application to AWSContinue

  • Aws | Cloud

    AWS Cloudwatch

    Byadmin July 4, 2020

    Overview AWS Cloudwatch is a monitoring tool that let you sleep peacefully while doing the watch for you. You can use it set Alarms & Notifications and do actions in response to events, You can get alerts regarding your EC2 instance, Billing updates or other resources. You can also set actions in response to CloudWatch…

    Read More AWS CloudwatchContinue

  • Aws | Cloud

    Aws Core Services

    Byadmin July 4, 2020

    Overview To identify some of the most commonly used services by developers Elastic Cloud Compute (EC2) Amazon EC2 is a web service that provides secure, resizable compute capacity in the cloud. https://aws.amazon.com/ec2/ Simple Storage Service (S3) Amazon S3 is an object storage service that offers scalability, data availability, security, and performance. https://aws.amazon.com/s3/ Relational Database Service…

    Read More Aws Core ServicesContinue

  • Databases | Docker | PostgreSQL

    Run PostgreSQL on Docker

    Byadmin July 2, 2020

    Overview To run PostgreSQL on Docker Run PostgreSQL on docker: Pull the Image from Docker Hub docker pull postgres Verify the downloaded image Volume Container Create a Volume Container for persisting data generated by and used by Docker containers,here the PostgeSQL container. Otherwise the data would be lost in case if you want to remove…

    Read More Run PostgreSQL on DockerContinue

  • Containers | Dev | Docker | References

    Docker Commands

    Byadmin July 2, 2020

    Overview Commonly user docker commands for quick access Basic Docker version docker version Docker Info docker info Containers Docker Run docker run {image-name} Common parameters: -d : Detached mode–name : Name -it : Interactive mode Start a simple web-server: You can see the result @ http://localhost:8080/ Start to terminal / bash in interactive mode Ctr…

    Read More Docker CommandsContinue

  • Databases | MongoDB | References

    MongoDB Commonly used Commands with examples

    Byadmin November 5, 2019

    Overview The aim of this post is to list out commonly and sometimes rarely used MongoDB commands, queries and Aggregation framework. To install MongoDB community server, please follow Setting Up MongoDB Community Server You can also refer the MongoDB documentation for an enhanced info. Commands Show Databases Create Database use {database name} eg: Create Collection…

    Read More MongoDB Commonly used Commands with examplesContinue

  • MongoDB

    Setting Up MongoDB Community Server

    Byadmin November 5, 2019

    Overview MongoDB is an established NoSQL Database. It is a dynamic, Object Oriented Database. Many of the top companies in the world uses MongoDB, for instance Google, Facebook etc. Some of the notable features includes, but not limited to : Uses JSON styled BSON documents to store data Have a Powerful and flexible query language…

    Read More Setting Up MongoDB Community ServerContinue

  • Spring

    Spring Boot REST API CRUD with Spring Data H2

    Byadmin October 17, 2019

    Overview In this post, I will add H2 to a simple Spring Boot Application so that we can experience the amazingly simple configuration for JPA Repositories. The post will also show how to have a basic CRUD application with Spring Data JPA. H2 is a light weight open source database which can be configured to…

    Read More Spring Boot REST API CRUD with Spring Data H2Continue

  • Spring

    Spring Boot Sample REST API Application

    Byadmin October 17, 2019

    Overview Spring boot is a rapid application development platform based on Spring framework. It reduces the need to write lots of configuration and boiler plate codes. It helps you to get you app up in minutes if not seconds. Below steps will help you to get a kick start with Spring Boot. Getting Started The…

    Read More Spring Boot Sample REST API ApplicationContinue

Page navigation

Previous PagePrevious 1 2

© 2026 Logical Sapien - WordPress Theme by Kadence WP

  • Home
  • Blog
  • About
  • Contact
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.