Codiwan.com

The blog for Design Patterns, Linux, HA and Myself!

Latest Posts

Rotate Array Solution - Leetcode

Understand Rotate Array (189 Leetcode) with Solution

Majority Element Solution - Leetcode

Understand Majority Element (169 Leetcode) with Solution

Remove Duplicates from Sorted Array ii Solution - Leetcode

Understand Remove Duplicates from sorted array ii (80 Leetcode) with Solution

Remove Element Solution - Leetcode

Understand Remove Element (27 Leetcode) with Solution

Merge Sorted Array Solution - Leetcode

Understand Merge Sorted Array (88 Leetcode) with Solution

Using Vault with LDAP Login/Auth and Policy Authorization

Using Hashicorp Vault with LDAP(OpenLDAP) based Login/Auth and Policy Authorization

Hashicorp Vault Installation, Userpass, KV Secrets and Policy Authorization

Vault installation with tutorial on Userpass authentication with Policy Authorization

OpenLDAP Installation and Tutorial on Ubuntu

OpenLDAP installation on Ubuntu with practical examples using ldapadd, ldapmodify, etc.

Minimum Score Triangulation of Polygon

Leetcode Solution: Understand Minimum Score Triangulation of Polygon With Brute Force and Optimal Solution

Longest Happy String Solution

Understand Leetcode Longest Happy String(1405) With Brute Force and Optimal Solution