Skip to content

Instantly share code, notes, and snippets.

# GET VERSION
yarn -v (or --version)
# GET HELP
yarn help
# CREATE PACKAGE.JSON
yarn init
yarn init -y // Use defaults
@bradtraversy
bradtraversy / npmcrashcourse.txt
Last active May 13, 2024 17:52
NPM Crash Course Commands
# GET VERSION
npm -v (or --version)
# GET HELP
npm help
npm
# CREATE PACKAGE.JSON
npm init
npm init -y (or --yes)
@wojteklu
wojteklu / clean_code.md
Last active May 17, 2024 12:49
Summary of 'Clean code' by Robert C. Martin

Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.


General rules

  1. Follow standard conventions.
  2. Keep it simple stupid. Simpler is always better. Reduce complexity as much as possible.
  3. Boy scout rule. Leave the campground cleaner than you found it.
  4. Always find root cause. Always look for the root cause of a problem.

Design rules

@tugrulyatagan
tugrulyatagan / LINUXDERS
Last active February 15, 2024 04:40
Linux Dersleri
ls listeleme yapar
------
ls --help komut hakkında yardım
ls -a (all)herşeyi gizli dosyaları
ls -l (list)detaylı
ls -la birden fazla parametre verilebilir
ls -d dizinleri listeler
[..] karakter dizisi
* bütün karakterler
? tek karakter