icon picker
Other 🎩

Cgang
❤️Repetition! ❤️
Categories
Subject
Description
Who has learnt
Example
Related
Paste YouTube Link
Play with 👍
Alchemy:
Moralis:
Blockchain APIs
Play with 👍
Scraping a website with Cheerio to build an API
Play with 👍
Rapidapi
Free public APIs for developers
Play with 👍
Mapbox - map implementation:
Mapbox - to implement a map on your webpage. Preferable to google maps, as with maps they charge for certain services without much warnings..
Play with 👍
API for implementing a payment function to your app..
Play with 👍
e.g for Two-factor authentication
Play with 👍
When it is having trouble with credentials
If it might be an issue with CORS
Play with 👍
Colour your console logs!!
: (‘%c with message’ , ‘css styles’)
e.g: console.log('%c SUCCESSFUL CODING!!' , 'background: #444; color: #bada55; padding: 2px; border-radius:2px')
Play with 👍
Sketch Developer Handoff - Inspector
A tool people use to design the App (make a model version to code later)
Play with 👍
Responsive Font Size:
Screen size affecting font size
Play with 👍
Borders with Gradients , AND rounded edges
Play with 👍
Course & exercises for learning
Play with 👍
Land of design dreams, all resources collected here:
Play with 👍
Try googling the exact error - often gives clues
errors with accessing nested objects/arrays
Play with 👍
Overview over common CSS frameworks :)
Play with 👍
Framework Frontend CSS like bootstrap
Play with 👍
React-Bootstrap, to be used when the app is built in react - not the same as just bootstrap
npm i react-bootstrap
Play with 👍
Video: Top signs of an inexperienced programmer
Funny video and can make us feel a bit readier to enter the world :P
Play with 👍
How to: Git Pull without committing changes
git stash
git pull
git stash pop

Play with 👍
Video about what is a pull request?
How to do one: First part if you DO have writing access to the repo (aka owner, collaborator)
Second part is if you dont! Very helpful analogy with bananas!
Here is all the info written down also with video within:
Play with 👍
HOW TO START PROJECT
GITHUBcreate a new repo, copy its code THEN → create a local folder on your computer for it (e.g using npx create-react-app name-of-project) & open in VS CODE in terminal type:
git init
git add .
git commit -m “message here”
git remote add origin <<your_github_repo_url/code>>
git push origin master //OR// git push origin main
...main or master depends on what branch you usually use - if you don’t know try both until one works? :)
[*the modern way would be using ‘main’ as the master term has some slavery background..]
Play with 👍
Play with 👍
React Icons
Chakra UI also has a few of their own
Play with 👍
Video aptly explaining Recursive Solutions!!
Play with 👍
A Javascript library to create a PDF view
Play with 👍
A friend set up a long list of various libraries sorted by topic
Play with 👍
Schema types and examples:
Play with 👍
Opensea Marketplace:
Collection example, CyberKongs
Vocab - minting - where you are randomly allocated an NFT - maybe rare find - like pokeCards back in the day
Play with 👍
You can access a value using String[keyName] not only String[2] as when using index numbers!
Play with 👍
You can create re-renders at specific timepoints
setTimeout/ setInterval
useEffect Timed Interval example here
Play with 👍
axios for the back-end
npm i axios

Play with 👍
Then Catch
thenc (shortcut)
Play with 👍
npx ironlauncher@latest <your-app-name> —fs --json --auth (creates 2 files of a Fullstack authed app with Express on the BE and React Client) ((FULL INFO in CODE GANG TEAM DOC →
))
Play with 👍
A package that allows you to add a tinder-like swiper card functionality:
Play with 👍
Types of domains that cannot be controlled, not supported on most browsers
Play with 👍
THE LAST GUIDE, apparently,
Play with 👍
Mobile Examples:
Play with 👍
Behance - a place where you can showcase design :
Play with 👍
Dribbble - lots of UX examples for inspo:
Play with 👍
Awwwards - Voted Best Design Websites:
Play with 👍
Incredible Scroller on the Z axis — Deep and 3D
Play with 👍
Beautiful app where concept and scroll is intertwined!
Play with 👍
Downloading Xcode - DO NOT with APP STORE!!, and remember the terminal commands needed afterwards
Instructions:
Software compatibility:
Download access to older versions!!:
There are no rows in this table

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.