icon picker
Other 🎩

Cgang
❤️Repetition! ❤️
Categories
Subject
Description
Who has learnt
Example
Related
Paste YouTube Link
1
Play with 👍
API
Alchemy:
Moralis:
Blockchain APIs
2
Play with 👍
API
Scraping a website with Cheerio to build an API
3
Play with 👍
API
Rapidapi
Free public APIs for developers
4
Play with 👍
API
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..
5
Play with 👍
API
API for implementing a payment function to your app..
6
Play with 👍
API
e.g for Two-factor authentication
7
Play with 👍
Axios
When it is having trouble with credentials
If it might be an issue with CORS
8
Play with 👍
Console.log
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')
9
Play with 👍
CSS
Sketch Developer Handoff - Inspector
A tool people use to design the App (make a model version to code later)
10
Play with 👍
CSS
Responsive Font Size:
Screen size affecting font size
11
Play with 👍
CSS
Borders with Gradients , AND rounded edges
12
Play with 👍
CyberSecurity
Course & exercises for learning
13
Play with 👍
Design
Land of design dreams, all resources collected here:
14
Play with 👍
Error
Try googling the exact error - often gives clues
errors with accessing nested objects/arrays
15
Play with 👍
Framework Frontend
Overview over common CSS frameworks :)
sam supanova
16
Play with 👍
Framework Frontend
Framework Frontend CSS like bootstrap
17
Play with 👍
Framework Frontend
React-Bootstrap, to be used when the app is built in react - not the same as just bootstrap
npm i react-bootstrap
18
Play with 👍
Fun
Video: Top signs of an inexperienced programmer
Funny video and can make us feel a bit readier to enter the world :P
19
Play with 👍
Git
How to: Git Pull without committing changes
git stash
git pull
git stash pop

20
Play with 👍
Git
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:
21
Play with 👍
Git
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..]
Kim Kong (whatkimkong)
sam supanova
22
Play with 👍
handleChange()
23
Play with 👍
Icons
React Icons
Chakra UI also has a few of their own
24
Play with 👍
JS
Video aptly explaining Recursive Solutions!!
25
Play with 👍
Libraries
A Javascript library to create a PDF view
26
Play with 👍
Libraries
A friend set up a long list of various libraries sorted by topic
27
Play with 👍
Mongoose
Schema types and examples:
28
Play with 👍
NFT
Opensea Marketplace:
Collection example, CyberKongs
Vocab - minting - where you are randomly allocated an NFT - maybe rare find - like pokeCards back in the day
29
Play with 👍
Objects
You can access a value using String[keyName] not only String[2] as when using index numbers!
30
Play with 👍
setTimeout
You can create re-renders at specific timepoints
setTimeout/ setInterval
useEffect Timed Interval example here
31
Play with 👍
Shortcuts
axios for the back-end
npm i axios

32
Play with 👍
Shortcuts
Then Catch
thenc (shortcut)
33
Play with 👍
STARTING a new project
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 →
))
34
Play with 👍
Swiper API
A package that allows you to add a tinder-like swiper card functionality:
35
Play with 👍
URLs
Types of domains that cannot be controlled, not supported on most browsers
36
Play with 👍
useEffect()
THE LAST GUIDE, apparently,
37
Play with 👍
UX/UI EXAMPLES
Mobile Examples:
38
Play with 👍
UX/UI EXAMPLES
Behance - a place where you can showcase design :
39
Play with 👍
UX/UI EXAMPLES
Dribbble - lots of UX examples for inspo:
40
Play with 👍
UX/UI EXAMPLES
Awwwards - Voted Best Design Websites:
41
Play with 👍
UX/UI EXAMPLES
Incredible Scroller on the Z axis — Deep and 3D
42
Play with 👍
UX/UI EXAMPLES
Beautiful app where concept and scroll is intertwined!
43
Play with 👍
Xcode
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.