react
typescript
styling
python
javascript
swe
finance
algorithms
sys design
databases
etc
training
Array Polyfills in Javascript
October 15, 2022
Implement nearly every built-in array method in JavaScript in their respective polyfills.
  • javascript
Google Searching Techniques
November 29, 2022
Learn the various operators to supercharge your search queries and save you time when searching.
  • swe
  • etc
Create a Ripple Effect using CSS
June 2, 2022
Create a cool ripple effect using vanilla css animations. Live visualization embedded.
  • styling
Binary Bitwise Operators
June 28, 2022
Learn XOR, OR, AND, RIGHT-SHIFT, LEFT-SHIFT, etc. operations in Javascript.
  • swe
  • javascript
Binary Search Problems Explained
November 11, 2022
You may recognize a common pattern among many binary search problems. In this article, we'll go over those patterns by solving three problems pertaining to binary search.
  • algorithms
  • python
Programming Terms Explained Part 1
September 4, 2022
You may commonly hear certain terms in software engineering and wonder what they mean. In this article, we'll do a brief overview of some of the terms you may come across.
  • swe
Composing Functions
April 14, 2022
Learn how to chain an indefinite number of functions together utilizing built-in javascript array methods.
  • javascript
Coupling and Cohesion
November 18, 2022
We'll discuss the differences and similarities between cohesion and coupling, as well as which approach is ideal for scalable software.
  • swe
  • sys design
Create an Animated Blob using Plain CSS
June 1, 2022
Take a few minutes to learn how to create a cool, animated blob-like svg to include in your sites.
  • styling
Create More Reusable React Components w/Typescript
February 16, 2023
Avoid writing out long css classes and props by utilizing Typescript interfaces.
  • react
  • typescript
Churning Credit Cards — Is It Really Worth It?
November 15, 2022
Some people seem to be fascinated by the idea of opening multiple credit cards to receive sign-in bonuses and rewards. Is this strategy really worth the time investment?
  • finance
CSS Specificity Explained
June 29, 2022
Understand CSS specificity in greater depth and why certain styles may not apply correctly in your css files.
  • styling