Skip to content

I am a Full Stack Developer, here is the technology stack self notes

Notifications You must be signed in to change notification settings

uwspstar/FullStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSCODE shortcuts

Web technology for developers

Emoji

On macOS control+command+space pulls up the Emoji keyboard

Cookies vs LocalStorage — Organized Answer for your interview

http-status-codes

A parity bit (error detecting code)

` A parity bit, or check bit, is a bit added to a string of binary code to ensure that the total number of 1-bits in the string is even or odd[1]. Parity bits are used as the simplest form of error detecting code.

There are two variants of parity bits: even parity bit and odd parity bit.

In the case of even parity, for a given set of bits, the occurrences of bits whose value is 1 is counted. If that count is odd, the parity bit value is set to 1, making the total count of occurrences of 1s in the whole set (including the parity bit) an even number. `

git ssh & sourcetree

Deploy keys Once a key has been attached to one repository as a deploy key, it cannot be used on another repository. If you're running into this error while setting up deploy keys, see "Managing deploy keys" in the GitHub Developer documentation.

JWKS (JSON Web Key Set) Endpoints

There are many formats to publish public keys, but here is one that will feel familiar: JWKS which is short for Json Web Key Set.

Default port

*** 20: File Transfer Protocol (FTP) Data Transfer *** 21: File Transfer Protocol (FTP) Command Control *** 22: Secure Shell (SSH) Secure Login 23: Telnet remote login service, unencrypted text messages *** 25: Simple Mail Transfer Protocol (SMTP) E-mail routing *** 53: Domain Name System (DNS) service *** 80: Hypertext Transfer Protocol (HTTP) used in the World Wide Web 110: Post Office Protocol (POP3) 119: Network News Transfer Protocol (NNTP) 123: Network Time Protocol (NTP) 143: Internet Message Access Protocol (IMAP) Management of digital mail 161: Simple Network Management Protocol (SNMP) 194: Internet Relay Chat (IRC) *** 443: HTTP Secure (HTTPS) HTTP over TLS/SSL

set PATH on Mac

`

  • user finder to open root folder , such as "xing"
  • hit "command" + "shift" +"." to show all hidden files
  • open the hidden file ".bath_profile" with textEdit
  • keep pending after the : , such as add ":$HOME/bin" ,and save your changes export PATH="$PATH:$HOME/play/workspace/tools/mac:$HOME/play/workspace/tools/generic:$HOME/bin"

`

install tree for Mac

REST & RESTful API

Representational State Transfer (REST) is a software architectural style that defines a set of constraints to be used for creating Web services. Web services that conform to the REST architectural style, called RESTful Web services (RWS), provide interoperability between computer systems on the Internet.

Azure / Web Jobs

React

Jest / test framework

MongoDB

Frisby

Parcel / bundle tool

Webpack

Docker

https://www.udemy.com/docker-and-kubernetes-the-complete-guide/

Azure Storage

https://www.edureka.co/blog/azure-storage-tutorial/

Microservices architecture style

API document

Consider this architecture style for

  • Large applications that require a high release velocity.
  • Complex applications that need to be highly scalable.
  • Applications with rich domains or many subdomains.
  • An organization that consists of small development teams.

JWT

CI/CD

Media Queries

Full Stack Developer

Full Stack Developer

Node.js

JS code snippet

color convert rgb

https://www.colorhexa.com/3f3151

Image File Formats

NETWORK

Communication Protocols

Devices Matrices

https://material.io/tools/devices/

JADE

Angular Testing

User Agent

Linux

Regex tutorial

About

I am a Full Stack Developer, here is the technology stack self notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published