Skip to content

Latest commit

 

History

History
92 lines (45 loc) · 815 Bytes

Now.md

File metadata and controls

92 lines (45 loc) · 815 Bytes

Computer Science Fundamentals

Basic Terminal Usage

Windows (Powershell)

  • ls
  • clear

Linux

  • cd
  • ls
  • mkdir
  • touch

Data structures & Algorithms

  • Stack
  • Queue

And

  • Dynamic Programming
  • Greedy approach

Math & Statisich

Others

API

Serialization

Linux

  • VIM
  • Shellscript
  • Cronjobs

Git & GitFlow

Programming Language

Go

Java

Database Fundamentals

SQL

Normalization

ACID transactions

OLAP vs OLTP

Dimensional modeling

CAP Theorim

Relational Database

PostgresSQL

MySQL

Non-Relational Database

Document

  • MongoDB
  • ElasticSearch

WideColumn (Cassandra)

Key-Value (Redis)