Giter Site home page Giter Site logo

instagram's Introduction

인스타그램st 웹어플리케이션 구현

인스타그램 기능을 가진 웹어플리케이션을 구현하며 Django를 학습합니다.

결과물

목표

  1. 동작하는 단위별로 commit을 추가한다. 코드 리뷰를 고려한 commit 메시지를 작성한다. (지금까지의 commit 이력)
  2. 필요한건 Django 공식 문서, stackoverflow를 찾아보고 문제를 해결한다.
  3. 궁금한 코드는 Django 소스코드 를 열어서 직접 읽어본다.
  4. 능동적으로 고민하고 가능한 스스로 코드를 짜본다. 비효율적이라도 직접 해보고, 다른 사람의 코드를 참고한다.

공부한 부분

구현 중 새롭게 알게된 것, 유용하다고 생각한 부분들을 블로그에 정리합니다.

연습내용

  • Django
    • 다양한 Model Relationship 활용 - 1:1, 1:N, M:N(through)
    • 쿼리셋 최적화 - 중복 DB쿼리 최소화 (select_related, prefetch_related, Django debug toolbar 활용)
    • django-allauth 를 활용한 Facebook 로그인 기능
    • 사용자 정의 필터 - 해시태그 링크 구현
    • django-imagekit - 유저 업로드 media파일 관리
  • 프론트엔드
    • Ajax 서버 비동기 통신 - 무한스크롤, 댓글, 좋아요 추가
    • SASS, JavaScript, jQuery, Bootstrap grid system 활용
  • 배포
    • Microsoft Azure 를 활용한 배포 연습
    • AWS Elastic Beanstalk를 활용한 배포 연습
    • sentry - 배포 후 에러로깅
    • PostgreSQL 연동
    • 실행 환경에 따른 (개발/배포) requirements.txt, settings.py 파일 분리
    • SECRET_KEY 설정 분리 (환경변수패턴 / 비밀파일패턴)
  • 그 밖의 연습과정 TIL 기록

instagram's People

Contributors

wayhome25 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.