Skip to content

Notes on technologies I'm studying for backend development and server engineering

Notifications You must be signed in to change notification settings

friendofdog/se-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Systems Engineering - documentation and notes

A collection of documentation and notes pertaining to systems engineering.

AWS

Bash

C

Computer science

Databases

Docker

Git

JavaScript

Linux

Networking

Python

Ruby

Things to add

  1. Python
  • type checking
  • threading / multiprocessing / multithreading
  • os and subprocess modules
  • coroutines
    • asyncio module
  • decorators
    • built-in decorators, like @classmethod
  • subpackages and importing
  • operators
    • e.g. walrus
  • creating a generator using with: yield
    • @contextlib decorator
  • built-in methods:
    • open()
    • property(get, set)
    • zip()
    • map()
    • copy() – copied thing changes props along with original??
  • global space
  1. Kubernetes
  • everything
  1. Docker
  • expand / correct permissions and env variables
  • registeries
    • Docker vs ECR vs GCR
  1. Git
  • Gitlab
    • CI/CD
      • .gitlab-ci.yml
      • external registries
  • expand commands
    • write out commands evoked by shell functions
  • rebasing vs merging vs cherry picking

About

Notes on technologies I'm studying for backend development and server engineering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published