Talk is cheap show me the code. :~ Linus Torvalds
Posts
Kubernetes - Introduction
Introduction of Kubernetes and common use cases
2023-04-27
5 min read

My Experience With Swift UI
Making an iOS app or should I say multi platform App ( eg. Mac iPhone and iPad ) app has never been easier than it is now.
2022-01-02
5 min read

Kids With the Greatest Number of Candies
Problem Statement Given the array candies and the integer extraCandies, where candies[i] represents the number of candies that the ith kid has. For each kid check if there is a way to distribute extraCandies among the kids such that he or she can have the greatest number of candies among them.
Single Number
Single Number LeetCode Problem