Hi there! My name is Hossein Fakhraei. I'm a Java Developer and I am writing my notes here. I hope my notes be useful for everyone

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...