Hi there! I'm Hossein Fakhraei, a Senior Java Software Engineer with 15+ years of experience. I specialize in Spring Boot, microservices, AWS, and enterprise applications. This blog shares my technical notes and solutions.

Latest Articles

Solving LeetCode Problem 189: Rotate Array (Part 1)

Solving LeetCode Problem 189: Rotate Array (Part 1) Welcome to the first part of our series on solving Leetcode Problem 189, Rotate Array. In this video, we’ll tackle the problem using a brute force approach with a time complexity of...

Create WebDav Server with Spring-Boot and Milton

Web Distributed Authoring and Versioning (WebDAV) is an extension of the Hypertext Transfer Protocol (HTTP) that allows clients to perform remote Web content authoring operations. The WebDAV protocol provides a framework for users to create, change and move documents on...