How to Create a pull request in GitHubI recently participated in my first Hacktoberfest!, which gave me the excuse to get into contributing to open-source projects.Oct 31, 2022Oct 31, 2022
Solving Leetcode 69: Sqrt(x) (JavaScript)Today, I’m working on learning about how to solve Leetcode 69: Sqrt(x)Sep 15, 2022Sep 15, 2022
A Guide to Setting up a MongoDB Cloud DatabaseIn an effort to expand and keep growing my knowledge, I’ve taken up learning Node.js to further build my backend skills.Aug 28, 2022Aug 28, 2022
Solving Remove Duplicates from Sorted Array in JavaScript!Today, we’re going to be solving Leetcode’s Problem #26, Remove Duplicates from Sorted Array.Aug 2, 2022Aug 2, 2022
GitHub and why every techie (not just developers!) should use itWhat is GitHub?Jul 28, 2022Jul 28, 2022
Solving Leetcode 217: Contains Duplicate (JavaScript)I’m getting better at solving these! Here’s an explanation on how to solve this problem in JavaScript!Jul 20, 2022Jul 20, 2022
Solving Leetcode: 66 Plus One in JavaScriptThe Problem: You are given a large integer represented as an integer array digits, where each digits[i] is the ith digit of the integer.Jul 14, 2022Jul 14, 2022
Solving Leetcode 20: Valid Parentheses in JavaScriptAn explanation on how to solve in JSJul 11, 2022Jul 11, 2022