Skip to content
  • Wed. Oct 22nd, 2025

FavTuts

Favourite tutorials for developers

  • Languages
    • .NET
    • Python
    • Java
    • Ruby
  • AWS Cloud
    • AWS Lambda
    • AWS Serverless
    • AWS S3
    • AWS CloudFormation
    • AWS SAM
    • AWS Developer
    • AWS Step Functions
  • Devops
    • Docker
    • Kubernetes
Top Tags
  • java
  • Java 8
  • Spring Boot
  • java.io
  • Spring
  • Docker
  • Maven

Latest Post

Validation with Spring Boot – the Complete Guide How to Record Request and Response Bodies in Sping Boot Applications How to create a Spring Boot console application How To Change Your PHP Settings on Ubuntu How to Build a CRUD REST API Using Spring Boot
Spring Boot

Validation with Spring Boot – the Complete Guide

December 10, 2024 FavTuts Editorial
Spring Boot

How to Record Request and Response Bodies in Sping Boot Applications

December 8, 2024 FavTuts Editorial
Spring Boot

How to create a Spring Boot console application

December 4, 2024 FavTuts Editorial
PHP

How To Change Your PHP Settings on Ubuntu

November 30, 2024 FavTuts Editorial
Spring Boot

How to Build a CRUD REST API Using Spring Boot

November 30, 2024 FavTuts Editorial
  • Latest
  • Popular
  • Trending
Validation with Spring Boot – the Complete Guide
Spring Boot
Validation with Spring Boot – the Complete Guide
How to Record Request and Response Bodies in Sping Boot Applications
Spring Boot
How to Record Request and Response Bodies in Sping Boot Applications
How to create a Spring Boot console application
Spring Boot
How to create a Spring Boot console application
How To Change Your PHP Settings on Ubuntu
PHP
How To Change Your PHP Settings on Ubuntu
Validation with Spring Boot – the Complete Guide
Spring Boot
Validation with Spring Boot – the Complete Guide
What is the internet? Top key questions answered
Internet
What is the internet? Top key questions answered
How does the Internet work?
Internet
How does the Internet work?
How does the Web works? Short explained
Internet
How does the Web works? Short explained
Validation with Spring Boot – the Complete Guide
Spring Boot
Validation with Spring Boot – the Complete Guide
How to Record Request and Response Bodies in Sping Boot Applications
Spring Boot
How to Record Request and Response Bodies in Sping Boot Applications
How to create a Spring Boot console application
Spring Boot
How to create a Spring Boot console application
How To Change Your PHP Settings on Ubuntu
PHP
How To Change Your PHP Settings on Ubuntu
Java Basics

How to get the environment variables in Java

May 14, 2022 FavTuts Editorial

In Java, the System.getenv() returns an unmodifiable string Map view of the current system environment. If a requested environment variable is not defined, the System.getenv will return a null, and…

Java Basics

Java Properties file examples

May 14, 2022 FavTuts Editorial

Normally, Java properties file is used to store project configuration data or settings. In this tutorial, we will show you how to read and write to/from a .properties file. The…

Java Basics

How to sort a Map in Java

May 14, 2022 FavTuts Editorial

Few Java examples to sort a Map by its keys or values: (1) Uses java.util.TreeMap, it will sort the Map by keys automatically, (2) Yet another java.util.TreeMap example, provide a…

Java Basics

Java 8 – How to sort a Map

May 14, 2022 FavTuts Editorial

Java 8 Stream examples to sort a Map, by keys or by values. Steps to sort a Map in Java 8: (1) Convert a Map into a Stream, (2) Sort…

Tutorials

Java Core Tutorials

May 14, 2022 FavTuts Editorial

A series of Java 8 up to date tips and examples, hope you like it. Java 11 reached General Availability on 25 September 2018, this is a Long Term Support…

Java Basics

Java – How to display all System properties

May 13, 2022 FavTuts Editorial

In Java, you can use System.getProperties() to get all the system properties. Also by sorting, you can display all the system properties in Alphabetical order.

Java Basics

How to detect OS in Java

May 13, 2022 FavTuts Editorial

This article shows a handy Java class that uses System.getProperty("os.name") to detect which type of operating system (OS) you are using now. This code can detect Windows, Mac, Unix, and…

Java Basics

How to get the current working directory in Java

May 13, 2022 FavTuts Editorial

In Java, we can use System.getProperty("user.dir") to get the current working directory, the directory from where your program was launched. The article shows different ways like File, Paths, FileSystems, or…

Java Basics

How to construct a file path in Java

May 13, 2022 FavTuts Editorial

In this tutorial, we will show you three Java examples to construct a file path : (1) File.separator or System.getProperty(“file.separator”) (Recommended), (2) File file = new File(workingDir, filename); (Recommended), (3)…

Java Basics

How to read a UTF-8 file in Java

May 12, 2022 FavTuts Editorial

In Java, the InputStreamReader accepts a charset to decode the byte streams into character streams. We can pass a StandardCharsets.UTF_8 into the InputStreamReader constructor to read data from a UTF-8…

Posts pagination

1 … 57 58 59 … 86
  • WP Categories

    • .NET 12
    • Angular 13
    • Application Servers 0
      • Apache 3
      • Jetty 2
      • Nginx 6
      • Tomcat 14
    • AWS 28
      • AWS Analytics 2
      • AWS Application Integration 3
      • AWS Architecture 8
      • AWS Compute 6
        • AWS Lambda 4
      • AWS Containers 2
      • AWS Database 4
        • AWS DynamoDB 2
      • AWS Developer 5
      • AWS Management 3
        • AWS CloudFormation 12
      • AWS Networking 3
        • AWS VPC 8
      • AWS SAM 2
      • AWS Security 6
      • AWS Serverless 5
      • AWS Step Functions 2
      • AWS Storage 3
      • LocalStack 4
    • Azure 16
    • Cloud 1
    • Coding 13
      • Python 25
      • Ruby 2
    • Containerization 4
      • Docker 40
      • Kubernetes 30
    • Data Science 6
    • Databases 0
      • Microsoft SQL Server 1
      • MySQL 3
      • Oracle 1
      • PostgreSQL 2
    • Design Patterns 4
    • GoLang 50
    • IDE Tools 0
      • Eclipse IDE 5
      • Gradle 7
      • IntelliJ IDEA 2
      • Visual Studio Code 1
    • Internet 5
    • Interview Questions 3
    • Java 12
      • Java Basics 224
      • Java Caching 2
      • Java JDBC 4
      • Java Logging 17
      • Java Maven 31
      • Java Servlet 2
      • JAX-RS 33
      • Spring Boot 81
      • Spring Framework 45
      • Spring MVC 3
    • JavaScript 1
      • TypeScript 2
    • Linux 0
      • CentOS 1
      • Linux Basics 7
      • Ubuntu 39
    • MacOS 3
    • OpenAI 1
    • PHP 5
      • Laravel 1
    • Security 13
    • Tutorials 21
    • Uncategorized 17
    • Windows 4
    • Wordpress 9
      • WP Tips & Tricks 4

Archives

  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • October 2023
  • September 2023
  • August 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022

Recent Posts

  • Validation with Spring Boot – the Complete Guide
  • How to Record Request and Response Bodies in Sping Boot Applications
  • How to create a Spring Boot console application
  • How To Change Your PHP Settings on Ubuntu
  • How to Build a CRUD REST API Using Spring Boot
Tags
.env.NET.NET 8.0.NET CLI.NET Core.NET Core API@Bean@ConfigurationA2AA2PABACAbstractionaccountACIACLACMACRadministratorAdvanced Swagger Configurationadvertising

array authentication AWS CloudFormation Azure convert date Docker Dockerfile file functional interface GO Golang hello world jackson java java.io java.nio java.time Java 8 Java 11 java string JAX-RS JDBC JPA JSON Kubernetes LocalDateTime Logging Maven Microservices MySQL PostgreSQL python read file REST REST API resteasy RESTful Security Spring Spring Boot stream tomcat ubuntu Ubuntu 20.04

You missed

Spring Boot

Validation with Spring Boot – the Complete Guide

December 10, 2024 FavTuts Editorial
Spring Boot

How to Record Request and Response Bodies in Sping Boot Applications

December 8, 2024 FavTuts Editorial
Spring Boot

How to create a Spring Boot console application

December 4, 2024 FavTuts Editorial
PHP

How To Change Your PHP Settings on Ubuntu

November 30, 2024 FavTuts Editorial

FavTuts

Favourite tutorials for developers

Proudly powered by WordPress | Theme: Newsup by Themeansar.

  • Home
  • How to Start MySQL in Docker Container
  • Spring Boot Tutorial: Step-by-Step Guides