nab-sack: A NBA stats trivia website
Published:
I spent a lot of the past year preparing for and taking technical interviews. This meant a lot of Data Structures, Algorithms, Graphs, Counting, and a whole lot of general Leetcoding.
Published:
I spent a lot of the past year preparing for and taking technical interviews. This meant a lot of Data Structures, Algorithms, Graphs, Counting, and a whole lot of general Leetcoding.
Published:
NBA stats and analytics are growing as a field and becoming more and more popular among young programmers seeking entry into fields of data analysis, machine learning, and general statistics.
Published:
The goal of this project was to capture the recent sentiments from r/nba about NBA players and teams. After capturing relevant data, we want to display it in a visually appealing fashion and convey details about why a certain team or player got the score.
Published:
Behavioral interviews are tricky. They aren’t as straightforward as technical interviews and some people simply aren’t too good at them. The main differences are:
Published:
Published:
When attempting to achieve a performant solution to a problem that seems fairly brute-forcey, we often turn to dynamic programming. But DP necessecitates us to maintain some sort of state in order efficiently cache intermediate solutions.
Published:
Published:
When attempting to achieve a performant solution to a problem that seems fairly brute-forcey, we often turn to dynamic programming. But DP necessecitates us to maintain some sort of state in order efficiently cache intermediate solutions.
Published:
Published:
A cool interview question I was asked for a frontend role recently was:
Published:
Published:
Published:
Published:
Published:
Published:
I ran into a similar pattern Leetcode problem over the past 3 days and decided it was a common enough pattern that I should make a post about it.
Published:
The sliding window is a common technique used to solve questions relating to continuous substrings or subarrays.
Published:
Behavioral interviews are tricky. They aren’t as straightforward as technical interviews and some people simply aren’t too good at them. The main differences are:
Published:
A cool interview question I was asked for a frontend role recently was:
Published:
When attempting to achieve a performant solution to a problem that seems fairly brute-forcey, we often turn to dynamic programming. But DP necessecitates us to maintain some sort of state in order efficiently cache intermediate solutions.
Published:
Published:
Published:
Published:
Published:
I ran into a similar pattern Leetcode problem over the past 3 days and decided it was a common enough pattern that I should make a post about it.
Published:
The sliding window is a common technique used to solve questions relating to continuous substrings or subarrays.
Published:
I ran into a similar pattern Leetcode problem over the past 3 days and decided it was a common enough pattern that I should make a post about it.
Published:
The sliding window is a common technique used to solve questions relating to continuous substrings or subarrays.