Skip to content
sneppets

sneppets

  • Privacy
docker images stored location

Where the Docker images are stored locally?

January 30, 2020February 12, 2020 Editorial StaffLeave a Comment on Where the Docker images are stored locally?

This tutorial shows how to check where the docker images are stored locally depending on the docker storage driver and based on your operating system.

cloud, docker docker, docker-image, GCP
sneppets-java8

Check if Element exists in a Collection using Lambda Expressions

January 29, 2020February 12, 2020 Editorial StaffLeave a Comment on Check if Element exists in a Collection using Lambda Expressions

If you wanted to check whether element exists in a collection or not using specific id or name, the better approach is to use anyMatch() method of Stream interface of Lambda Expressions.

Java java, java-8, lambda

Python ImportError: No module named flask

January 29, 2020April 14, 2021 Editorial StaffLeave a Comment on Python ImportError: No module named flask

If you are getting “ImportError: No module named flask” while running python flask hello world application, then follow this tutorial to resolve the error.

Python flask, python
terraform tutorial

Terraform tutorial

January 28, 2020February 12, 2020 Editorial StaffLeave a Comment on Terraform tutorial

Terraform is an open source infrastructure as a code software tool. Terraform is a tool using which you can build, change and version infrastructure effectively using a high level configuration language called Hashicorp Configuration Language (HCL) or optionally JSON.

cloud, google Cloud, GCP, terraform

How to build maven project without version

December 15, 2019February 12, 2020 Editorial StaffLeave a Comment on How to build maven project without version

If you wanted to build maven project without the version details mentioned in your pom file, then you need to follow the below instructions.

Java java, maven

Posts navigation

Older posts
Newer posts
Copyright © 2018 Sneppets. All Rights Reserved