NBA Stats API
@nbastatsapi
arbiter of information.
ID: 1673480762069340161
26-06-2023 23:58:17
87 Tweet
22 Followers
331 Following
In Software Development, design patterns are reusable solutions to common coding problems. And there are some key ones you should know. Here @PacifiqueLinja1 explains the MVC, Dependency Injection, Repository, Observer, & Decorator patterns w/ examples. freecodecamp.org/news/design-pa…
A hash map (or hash table) is a data structure designed to help you get data efficiently. And you can use one to solve the popular Two Sum problem in computer science. In this guide, BigLarry | عبد الغني 🦅 walks you through it & discusses time complexity as well. freecodecamp.org/news/what-is-a…
The string "use strict" in your JavaScript code means that you're in strict mode. This feature applies more constraints & helps you write cleaner, more secure code. In this guide Benjamin Semah teaches you how to use it & how it differs from regular JS. freecodecamp.org/news/how-to-us…
npm is a package manager for Node.js - but there's a faster alternative: pnpm. And in this guide, Ashutosh Biswas shows you how to install and use it. He covers configuring your shell, installing and removing packages, common commands, pnpm dlx, and more. freecodecamp.org/news/how-to-us…