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) 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...
Leetcode
This is a list of useful kubernetes command, that I used mostly. I hope this list be useful for you too.
Git
Linux
WSL
If you are working mostly in linux terminal and working with Git, you know that, how usefull having Git branch name
in bash prompt.
By default, bash prompt is like this.
Git
Linux
WSL
There are lots of cases that we need a different instance of Ubuntu with the different configuration on WSL, but by default, we could install one instance of each Linux Distribution on WSL via Microsoft store. To solve this issue...
WSL
Linux
Windows 10
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...
WebDav
Spring-Boot
Milton