Skip to content

dobisel/essentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Common learning subjects

Git

at least these commands: git-commands

10 finger typing

You can get help from many websites such as: typingclub

Linux OS

Install a Linux os, preferably Ubuntu.

Vim

type vimtutor in the commandline, you can see simple vim commands to learn.

Concepts

  • Solid principle
  • Zen of python

Naming

We follow the Nomanclature for the naming purpose.

Mockup data naming

  • For persons we use this names:

    • Alice
    • Bob
    • Jane
    • Oscar
  • For anything other than person names, use metasyntactic naming.

Files

  • All lowercase
  • including ., -.

Electronic schematic naming

General rules:

  • Abbreviations: Capital case, i.e: BJT
  • Other words: Capitalized, i.e: Resistor, Capacitor

Example

  • Part: \w[a-zA-Z0-9\-]+, i.e: ESP32S3
  • Library: \w[a-zA-Z0-9\.-]+, i.e: Agrin

Markdown

Backend roadmap

backend-roadmap

About

Essential things to learn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published