{"id":20128450,"url":"https://github.com/teamhide/document","last_synced_at":"2026-02-16T12:31:27.078Z","repository":{"id":101098849,"uuid":"172643164","full_name":"teamhide/Document","owner":"teamhide","description":"Documents that I learned","archived":false,"fork":false,"pushed_at":"2019-06-23T05:26:05.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-07T13:02:50.270Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teamhide.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-26T05:20:09.000Z","updated_at":"2019-06-23T05:26:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"56acb856-2e2c-4892-98a7-a3b43759293b","html_url":"https://github.com/teamhide/Document","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/teamhide/Document","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamhide%2FDocument","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamhide%2FDocument/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamhide%2FDocument/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamhide%2FDocument/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teamhide","download_url":"https://codeload.github.com/teamhide/Document/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamhide%2FDocument/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29507902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T20:27:14.035Z","updated_at":"2026-02-16T12:31:27.046Z","avatar_url":"https://github.com/teamhide.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Document Storage\n\nEvery documents that I learned and experienced.\n\nAlso visit my [blog](https://hides.tistory.com)\n\n## DevOps\n\n- [Docker-compose로 Nginx/Flask/MongoDB 배포하는 방법](https://hides.tistory.com/977)\n- [Flask MongoEngine MongoAtlas 연동하는 방법](https://hides.tistory.com/978)\n- [AWS ECS에 단일 도커 컨테이너 배포하는 방법](https://hides.tistory.com/987)\n- [AWS ECS에 docker-compose 배포하는 방법](https://hides.tistory.com/988)\n- [Flask/Uwsgi/Supervisor 환경변수 문제 해결 방법](https://hides.tistory.com/989)\n- [Docker Hot-reload 적용하는 방법](https://hides.tistory.com/990)\n- [ECS Multiple Instance 구동 및 ALB적용 방법](https://hides.tistory.com/991)\n- [AWS Lambda + API Gateway로 API만드는 방법](https://hides.tistory.com/992)\n- [ECS에 AutoScailing 적용하는 방법](https://hides.tistory.com/1003)\n- [Terraform으로 AWS ECS+ALB 구축 자동화](https://github.com/teamhide/terraform_ecr)\n- [AWS SecretManager로 도커 환경변수 적용 방법](https://www.hides.kr/1008)\n- [Django + Uwsgi + Supervisor + Nginx Docker-compose와 연동하는 방법](https://www.hides.kr/1009)\n- [AWS CodeDeploy로 ECS Blue/Green 배포하는 방법](https://hides.tistory.com/1013)\n- [AWS ECS Blue/Green CodeDeploy 연동 배포 자동화 스크립트](https://hides.tistory.com/1033)\n\n\n\n## Python\n\n- [Clean Architecture를 적용한 Django Restframework](https://github.com/teamhide/drf_cookiecutter)\n- [Django AbstractBaseUser로 Custom User모델 만드는 방법](https://hides.tistory.com/1010)\n- [Django + Nginx CORS헤더 문제 해결 방법](https://hides.tistory.com/934)\n- [Django Restframework JWT 토큰 인증 커스터마이징](https://hides.tistory.com/941)\n- [Python *args, **kwargs란 무엇인가](https://hides.tistory.com/962)\n- [Python Celery Redis연동하는 방법](https://hides.tistory.com/973)\n- [Python TDD(Test Driven Development) 맛보기](https://hides.tistory.com/975)\n- [Python Observer Pattern 맛보기](https://hides.tistory.com/1007)\n- [Python Blind SQL Injection with MultiProcessing](https://hides.tistory.com/769)\n- [Django Restframework 인증 권한 설정 방법](https://hides.tistory.com/806)\n- [Django Restframework로 Rest API 만드는 방법](https://hides.tistory.com/805)\n- [Django 외래키(Foreign Key) 생성 방법 및 관련 이슈](https://www.hides.kr/843)\n- [Django Restframework 다른 테이블 Join 시키는 방법](https://hides.tistory.com/846)\n- [충남대 학식알림봇 정리](https://hides.tistory.com/937)\n- [Django AWS Elasticache 적용하는 방법](https://hides.tistory.com/1011)\n- [Python 일급함수/클로저/Decorator에 관해서](https://hides.tistory.com/1027)\n- [Django Custom Command 만드는 방법](https://hides.tistory.com/1024)\n- [Django QuerySet에 대하여](https://hides.tistory.com/1021)\n\n## ETC\n\n- [GraphQL로 API서버 만들어보기](https://hides.tistory.com/945)\n- [GraphQL MySQL로 API서버 구축하기](https://hides.tistory.com/947)\n- [Node.js Middleware 구현 및 적용 방법](https://hides.tistory.com/948)\n- [Javascript async/await에 대해서](https://hides.tistory.com/950)\n- [Git flow와 Branch merge에 대해서](https://hides.tistory.com/963)\n- [Webpack4로 Bundling하는 방법](https://hides.tistory.com/969)\n- [React-Native KeyboardAvoidingView로 키보드 가림현상 해결 방법](https://hides.tistory.com/854)\n- [React.js Redux 컴포넌트 여러개 연결하는 방법](https://hides.tistory.com/833)\n- [React-Native Collapsible로 Dropdown 만드는 방법](https://hides.tistory.com/880)\n- [구글 개발자 등록 및 어플 등록 방법](https://hides.tistory.com/882)\n- [React-Native DrawerNavigation 사용하는 방법](https://hides.tistory.com/891)\n- [React Redux 정리](https://hides.tistory.com)\n- [Docker Crontab 관련 이슈사항 정리](https://hides.tistory.com/1023)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamhide%2Fdocument","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteamhide%2Fdocument","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamhide%2Fdocument/lists"}