An open API service indexing awesome lists of open source software.

https://github.com/teamhide/document

Documents that I learned
https://github.com/teamhide/document

Last synced: 4 months ago
JSON representation

Documents that I learned

Awesome Lists containing this project

README

          

# Document Storage

Every documents that I learned and experienced.

Also visit my [blog](https://hides.tistory.com)

## DevOps

- [Docker-compose로 Nginx/Flask/MongoDB 배포하는 방법](https://hides.tistory.com/977)
- [Flask MongoEngine MongoAtlas 연동하는 방법](https://hides.tistory.com/978)
- [AWS ECS에 단일 도커 컨테이너 배포하는 방법](https://hides.tistory.com/987)
- [AWS ECS에 docker-compose 배포하는 방법](https://hides.tistory.com/988)
- [Flask/Uwsgi/Supervisor 환경변수 문제 해결 방법](https://hides.tistory.com/989)
- [Docker Hot-reload 적용하는 방법](https://hides.tistory.com/990)
- [ECS Multiple Instance 구동 및 ALB적용 방법](https://hides.tistory.com/991)
- [AWS Lambda + API Gateway로 API만드는 방법](https://hides.tistory.com/992)
- [ECS에 AutoScailing 적용하는 방법](https://hides.tistory.com/1003)
- [Terraform으로 AWS ECS+ALB 구축 자동화](https://github.com/teamhide/terraform_ecr)
- [AWS SecretManager로 도커 환경변수 적용 방법](https://www.hides.kr/1008)
- [Django + Uwsgi + Supervisor + Nginx Docker-compose와 연동하는 방법](https://www.hides.kr/1009)
- [AWS CodeDeploy로 ECS Blue/Green 배포하는 방법](https://hides.tistory.com/1013)
- [AWS ECS Blue/Green CodeDeploy 연동 배포 자동화 스크립트](https://hides.tistory.com/1033)

## Python

- [Clean Architecture를 적용한 Django Restframework](https://github.com/teamhide/drf_cookiecutter)
- [Django AbstractBaseUser로 Custom User모델 만드는 방법](https://hides.tistory.com/1010)
- [Django + Nginx CORS헤더 문제 해결 방법](https://hides.tistory.com/934)
- [Django Restframework JWT 토큰 인증 커스터마이징](https://hides.tistory.com/941)
- [Python *args, **kwargs란 무엇인가](https://hides.tistory.com/962)
- [Python Celery Redis연동하는 방법](https://hides.tistory.com/973)
- [Python TDD(Test Driven Development) 맛보기](https://hides.tistory.com/975)
- [Python Observer Pattern 맛보기](https://hides.tistory.com/1007)
- [Python Blind SQL Injection with MultiProcessing](https://hides.tistory.com/769)
- [Django Restframework 인증 권한 설정 방법](https://hides.tistory.com/806)
- [Django Restframework로 Rest API 만드는 방법](https://hides.tistory.com/805)
- [Django 외래키(Foreign Key) 생성 방법 및 관련 이슈](https://www.hides.kr/843)
- [Django Restframework 다른 테이블 Join 시키는 방법](https://hides.tistory.com/846)
- [충남대 학식알림봇 정리](https://hides.tistory.com/937)
- [Django AWS Elasticache 적용하는 방법](https://hides.tistory.com/1011)
- [Python 일급함수/클로저/Decorator에 관해서](https://hides.tistory.com/1027)
- [Django Custom Command 만드는 방법](https://hides.tistory.com/1024)
- [Django QuerySet에 대하여](https://hides.tistory.com/1021)

## ETC

- [GraphQL로 API서버 만들어보기](https://hides.tistory.com/945)
- [GraphQL MySQL로 API서버 구축하기](https://hides.tistory.com/947)
- [Node.js Middleware 구현 및 적용 방법](https://hides.tistory.com/948)
- [Javascript async/await에 대해서](https://hides.tistory.com/950)
- [Git flow와 Branch merge에 대해서](https://hides.tistory.com/963)
- [Webpack4로 Bundling하는 방법](https://hides.tistory.com/969)
- [React-Native KeyboardAvoidingView로 키보드 가림현상 해결 방법](https://hides.tistory.com/854)
- [React.js Redux 컴포넌트 여러개 연결하는 방법](https://hides.tistory.com/833)
- [React-Native Collapsible로 Dropdown 만드는 방법](https://hides.tistory.com/880)
- [구글 개발자 등록 및 어플 등록 방법](https://hides.tistory.com/882)
- [React-Native DrawerNavigation 사용하는 방법](https://hides.tistory.com/891)
- [React Redux 정리](https://hides.tistory.com)
- [Docker Crontab 관련 이슈사항 정리](https://hides.tistory.com/1023)