PinnedAutomate Google Form Submissions With Selenium, AWS Lambda & Amazon EventBridgeRecently, I started noticing that I had to fill up and submit Google Forms on a weekly basis. As someone who loves automating mundane…Sep 27, 20211Sep 27, 20211
Leetcode[65] Valid NumberA valid number can be split up into these components (in order):May 16, 2021May 16, 2021
Leetcode[623] Add One Row to TreeGiven the root of a binary tree, then value v and depth d, you need to add a row of nodes with value v at the given depth d. The root node…Mar 10, 2021Mar 10, 2021
Leetcode[594] Longest Harmonious SequenceWe define a harmonious array as an array where the difference between its maximum value and its minimum value is exactly 1.Feb 8, 2021Feb 8, 2021
Leetcode[859] Buddy StringsGiven two strings A and B of lowercase letters, return true if you can swap two letters in A so the result is equal to B, otherwise…Feb 3, 2021Feb 3, 2021
Leetcode[141] Linked List CycleGiven head, the head of a linked list, determine if the linked list has a cycle in it.Feb 3, 2021Feb 3, 2021
Leetcode[669] Trim a Binary Search TreeGiven the root of a binary search tree and the lowest and highest boundaries as low and high, trim the tree so that all its elements lies…Feb 2, 2021Feb 2, 2021
Leetcode[191] Number of 1 BitsWrite a function that takes an unsigned integer and returns the number of ‘1’ bits it has (also known as the Hamming weight).Feb 1, 2021Feb 1, 2021
Leetcode[987] Vertical Order Traversal of a Binary TreeToday, we will be looking at the following problem listed as hard with an acceptance rate of 38.6% at the time of writing.Jan 30, 2021Jan 30, 2021
Leetcode[1680] Concatenation of Consecutive Binary NumbersToday, we will be looking at the following problem:Jan 28, 2021Jan 28, 2021
How I became An AWS Certified Cloud Practitioner Within 6 DaysMotivation For the CCPsDec 29, 2020Dec 29, 2020
Learning TypeScript — FunctionsThis is part 3 of the Learning TypeScript series. In part 2, we looked into what interfaces in TypeScript are and how they describe the…Dec 15, 2020Dec 15, 2020
Published inBetter ProgrammingLearning TypeScript — InterfacesDescribing the shapes of our objectsDec 5, 2020Dec 5, 2020
Learning TypeScript — Installation & Basic TypesTypeScript is an extension of JavaScript that provides type checking functionality to the language. With TypeScript, you will be able to…Dec 2, 2020Dec 2, 2020