AshConsiderations for AWS EC2 InstancesThere are several considerations when planning to use EC2 instances for your application. At a high-level they are as follows:Nov 22, 2021Nov 22, 2021
AshLRU Cache using LinkedHashMap (Java)Wrote a compact LRU (Least Recently Used) cache implementation using LinkedHashMap’s access order facility. In a LRU cache eviction policy…Mar 9, 2021Mar 9, 2021
AshNotes on Java’s ArrayListJust wanted to jot down some notes on Java’s ArrayListMar 3, 2021Mar 3, 2021
AshNatural Ordering in Sets (Java)I came across note in TreeSet’s javadoc which intrigued me:Mar 3, 2021Mar 3, 2021
AshScala Notes — Function Return TypesThis post is one in the series of posts about Scala. My goal is to provide simple examples to illustrate important gotchas or points about…Apr 11, 2020Apr 11, 2020
AshLC 1167 Minimum Cost to Connect Sticks (C#)https://leetcode.com/problems/minimum-cost-to-connect-sticks/Dec 1, 20191Dec 1, 20191