👩‍💻
Chloe's TIL
Ctrlk
Machine LearningBook ReviewsGithub
  • 👩🏻‍💻README
  • Algorithm
    • Algorithm Basics
    • Sorting Methods
    • Data Structure & Algorithms in Python
  • Java
    • Java Environment Setup
    • Java 101
    • Java Advanced
  • Spring
    • Spring 101
    • Spring Advanced
    • Spring Annotations
    • JPA Annotations
  • OS
    • OS 101
    • OS Basics
  • Linux
    • Linux 101
    • Arch Linux
    • Ubuntu
    • RedHat
  • Server
    • Server 101
    • ServerLess Computing
    • Deployment
  • Network
    • Network 101
    • Http
  • DB
    • DB 101
      • DB Basics
      • SQL and Django ORM
      • One to Many Relationship
      • Many to Many Relationship
      • Dump and Load Data
      • MySQL with Django
      • Create MySQL Users Accounts and Grant Privileges
      • How to Avoid N+1 Queries
      • Configure PostgreSQL on your Mac
      • INNER JOIN & OUTER_JOIN
      • Primary key vs Unique key
      • Stored Procedure
    • DB Advanced
  • Git
    • Git Basics
    • Git Tips and Tricks
    • Git Branch
    • Create a gitignore
    • Caching your GitHub credentials in Git
  • Infra
    • DevOps 101
    • CI/CD
    • Jenkins
    • ELK
    • Terraform
    • Ansible
    • Redis
  • AWS
    • AWS 101
    • AWS Services
    • AWS Tips
    • AWS Certifications
    • AWS Builders Series
    • Practical AWS
  • Docker
    • Docker Commands
    • Getting Started with Docker
    • Docker Tags
    • Docker Run
    • ENTRYPOINT vs CMD
  • Kubernetes
    • Kubernetes Basics
    • EKS for Kubernetes
    • What is Ingress
    • Kubectl Commands
    • How Kubernetes works
    • Helm Package Manager
    • Pod
    • Cluster
    • Namespace
    • Node
  • Go
    • Go 101
  • Python
    • Python 101
    • Python Advanced
  • Django
    • Django 101
  • Flask
    • Flask Routes
  • GraphQL
    • GraphQL 101
    • GraphQL Korea Meet-up
  • Web
    • HTML
    • CSS
    • JavaScript
  • Vue.js
    • Intro to Vue.js
    • Vue Intermediate
    • Vue CLI
    • Vue Router
    • Props and Emit
    • Vue Loader
  • React.js
    • React Hooks
    • Caret vs Tilde in package.json
    • Yarn vs npm
    • Redux
  • Node.js
    • Node.js 101
    • Express.js
  • Programming 101
    • 프로그래밍 용어 사전
    • 새로운 언어를 학습하는 방법
    • 배포란 무엇인가
    • Vim 명령어 정리
    • Discrete Mathematics
    • Computational Thinking
    • Technical Interview Prep
    • Getting Started with Open Source
    • Microservices Architecture Style
    • Sync vs Async and Blocking vs Non-Blocking
    • Chrome Force Dark Mode 설정하기
  • Troubleshooting
    • xcrun error occurred after macOS update
    • Resetting the permission in /usr/local
    • Brew error - compinit:503: no such file or directory
    • Scouter_client_JVM_error_after_macOS_Bigsur_update.md
Powered by GitBook
On this page

Was this helpful?

  1. DB

DB 101

DB BasicsSQL and Django ORMOne to Many RelationshipMany to Many RelationshipDump and Load DataMySQL with DjangoCreate MySQL Users Accounts and Grant PrivilegesHow to Avoid N+1 QueriesConfigure PostgreSQL on your MacINNER JOIN & OUTER_JOINPrimary key vs Unique keyStored Procedure
PreviousHTTP vs HTTPSNextDB Basics

Was this helpful?