Study 64

React Apollo

DaheeSpace - movieql 서버 돌려야 해!    https://academy.nomadcoders.co/courses/enrolled/364948 1. 언제나처럼 깃헙 프로젝트 만들기!https://github.com/daheeahn/apollo-2020 daheeahn/apollo-2020Movie App build with React, Apollo and GraphQL 노마드 코더 아폴로 강의 - daheeahn/apollo-2020github.com2. npm install -g create-react-app // React 위해서 필수인가? react-native 처럼?3. npx create-react-app apollo-20204. src 폴더 안에 있는 것들 중, App.js /..

Study/Frontend 2020.02.05

Facebook도 쓰는 GraphQL 정복하기

graphql-yoga: create-react-app 명령어랑 비슷. GraphQL 프로젝트를 빠르게 시작할 수 있음https://github.com/prisma-labs/graphql-yoga prisma-labs/graphql-yoga🧘 Fully-featured GraphQL Server with focus on easy setup, performance & great developer experience - prisma-labs/graphql-yogagithub.com easy installation 1. yarn init2. make github repository 3. git init / git remote add / git pull origin master graphql-yoga: 쉽게 ..

Study/GraphQL 2019.12.04

TDD 개발 방법론

github : https://github.com/daheeahn/TDDRN Test Driven Development불확실성이 높을 때 진행 https://gmlwjd9405.github.io/2018/06/03/agile-tdd.html [Agile] TDD(테스트 주도 개발)란 - Heee's Development BlogStep by step goes a long way.gmlwjd9405.github.io테스트를 많이 하는 개발방법? 그정도의 개념이 아니다.말그대로 테스트가 주도하는 개발.테스트를 먼저 작성하고 테스트가 요구하는 만큼의 개발을 진행. 테스트를 작성하지 않은 부분은 구현하지 않는다! Describe it. = RDD Readme Driven DevMake it fail *** (테..

Study/Frontend 2019.09.14

[React/Inflearn] 리액트 처음이시라구요? React JS로 웹 서비스 만들기!

Introduction to ReactReact는 단방향 데이터플로우를 가지고 있음데이터 -> UI (항상 이 방향)데이터가 변하면 UI가 변함UI에서 데이터를 바꿀 순 없음 리액트 : UI 라이브러리 (프레임워크 X)리액트는 VIEW이기 때문에 파이썬, 루비 등등과 같이 쓸 수 있다 리액트는 view이기 때문에model과 controller랑 섞어 쓸 수 있다 리액트를 장고 루비 노드.js랑 섞어쓸 수 있다 https://yts.lt/api API Documentation - YTS YIFYOfficial YTS YIFY API documentation. YTS offers free API - an easy way to access the YIFY movies details.yts.lt에서 영화 api..

Study/Frontend 2019.06.24

[React Native/Inflearn] React Native로 ToDo 앱 만들기

강의마다 commit 해놓음! README.md를 포함한 git repository를 만들고 프로젝트 폴더에서git remote add origin https://github.com/daheeahn/190623_KawaiToDo.git를 해준 후 git pull origin mastergit add .git commit -m "msg"git push origin master 이렇게 하더라! READMD를 프로젝트 폴더에 가져오기 위함!  Coding the UI part 1Android에서는 fontWeight가 안먹는다https://github.com/react-native-training/react-native-fonts react-native-training/react-native-fontsFont..

Study/Frontend 2019.06.24

[React/Inflearn] 생활코딩 React

React : Facebook에서 만든 Javascript UI Library Component : 사용자 정의 태그 1. 가독성2. 재사용성3. 유지보수  https://reactjs.org/docs/create-a-new-react-app.html#create-react-app Create a New React App – ReactA JavaScript library for building user interfacesreactjs.org> npm install -g create-react-app@2.1.8-g : 터미널 어디에서나 사용 가능!맥 : sudo 추가 C:\Users\user\Desktop\dev\expo\myNewProject>create-react-appPlease specify the..

Study/Frontend 2019.06.22

django migrate가 되지 않을 때

https://stackoverflow.com/questions/36153748/django-1-9-makemigrations-no-changes-detected Django 1.9 - makemigrations - No changes detectedI was trying to create migrations within an existing app using the makemigrations command but it outputs "No changes detected". Usually I create new apps using the startapp command but did not use...stackoverflow.com $ ./manage.py migrate 이 코드를 실행해줘야 app안에 m..

[Inflearn] 블록체인 이더리움 부동산 댑(Dapp) 만들기 - 기본편

1. 첫 발걸음분산 어플리케이션 = dapp 2. 환경설정1) 이더리움 DAPP 개발환경 셋업 1 (Geth, 가나슈, 노드.js, 트러플) Geth = Go ethereum : 풀이더리움노드를 내 로컬환경에서 커맨드라인인터페이스를 통해 실행시킴powershell 에서 geth version 잘 설치됐는지geth version 가나슈 설치https://github.com/trufflesuite/ganache/releases/tag/v1.1.0 trufflesuite/ganachePersonal blockchain for Ethereum development. Contribute to trufflesuite/ganache development by creating an account on GitHub.gi..

Study/Blockchain 2019.05.15

[블록체인/Inflearn] 리액트로 구현하는 이더리움 Dapp

리액트 - 프론트엔드솔리디티 - 스마트컨트랙트 서버 로직 스마트 컨트랙트는 이더리움에 배포된다.데이터도 이더리움에 저장된다. * Dapp만의 특징?- Decentralized Application 분산공유- 자체적인 화폐 기능을 가지고 있다.- 이더에 대한 소득세 x 2번째 강의 - 개발환경구성프론트엔드 - 자바스크립트 기반 톰캣의 역할 : 가나쉬stack exchange - ethereum 여기서 질문 많이 node.js 설치 후 powershell에서 (꼭 관리자로 실행)npm --versionnpm install trufflenpm install -g --production windows-build-tools@3.1.0python도 같이 설치됨 npm install -g node-gyp@3.8.0 ..

Study/Blockchain 2019.04.14
출처: https://mingos-habitat.tistory.com/34 [밍고의서식지:티스토리]