Posts Tagged: typescript

Showing 5 posts tagged with "typescript"

2529. Maximum Count of Positive Integer and Negative Integer

So the daily leetcode challenge can be naively solved with a loop. But the best solution in the python category uses a built in method called bisect_left, so here is a binary search implementation of that method in Java...

Plugins to install into vscode.

Here's a collection of essential VS Code extensions for a lead front-end developer working with React and TypeScript: Core TypeScript & React Extensions ESLint - For code quality and style enforcement Pret...

LeetCode 1718. Construct the Lexicographically Largest Valid Sequence

This article explains the solution for LeetCode 1718: Construct the Lexicographically Largest Valid Sequence. Given an integer $n$, we want to construct a sequence of size $2n-1$ containing integers from $1$ to $n$ wher...

LeetCode 20 Valid Parentheses in Typescript

The mental challenge one might experience here is that JavaScript doesn't have abstract data structures like stacks and queues built into the language. Implementations of those structures use an array underneath. So so...

Universal Music Group: DevOps & ReactJS

Universal Music Group, Woodland Hills, CA 08/2019 – 12/2019DevOps & Micro-Services ConsultantWorked on a content rendering system; Micro-Service based solution built on top of AWS cloud. Doing high level design, deve...