umma.dev

ALL

  • Algorithms + Data Structures: Sorting

    Next up in Algorithms and Data Structures is Sorting. There are a number of ways you can sort the data you are given. Depending on the complexity, type of data and how much of it you have, will depend on the most efficient sorting technique used.

  • Algorithms + Data Structures: Strings

    As part of the Algorithms and Data Structures series, this part covers strings. Here I give examples of functions used for strings and how to use them when solving problems.

  • Web1, Web2 or Web3?

    Notes on how the Internet is evolving...

  • Setting Up ESLint

    Steps to take to add ESLint to JavaScript projects."

  • Promises in JavaScript

    Looking into JavaScript promises; what they are and how to implement them.

  • React Hooks

    React hooks code snippets.

  • A11y

    Looking at what a11y is, why it is important and techniques that could be implemented into a web application.

  • JavaScript Event Handlers

    Code Snippets of DOM event handlers.

  • Bundling Coding...

    Looking into how JavaScript bundlers differ and which one would be the most beneficial when creating an application.

  • PNPM? NPM? And What Happened to Yarn?

    Comparing PNPM, NPM and Yarn. Looking at what each one offers and what differentiates one from the other.