profile
Jiwan Jeon
post-thumbnail

How to import module package in Golang

First thing first, you have to check that your GitHub repository is “public” or “private”.For example,├─.github│ └─workflows├─cmd│ └─main├─graph│ ├

2022년 3월 28일
·
0개의 댓글
·
post-thumbnail

How to change PostgreSQL dbport?

find postgresql.conf file restart postgresqlrefer : https://sqlserverguides.com/restart-postgres/

2022년 3월 1일
·
0개의 댓글
·
post-thumbnail

Difference between = and := in Golang

:= is for both declaration, assignment, and also for redeclaration.ex) foo := 32 is a shor-hand form ofvar foo int = 32var foo = 32cannot ues := out o

2022년 2월 20일
·
0개의 댓글
·
post-thumbnail

Organize All Print type in Golang

: The println("...") method prints the string "..." abd moves the cursor to a new line. The print("...") method instead prints just the string "...",

2022년 2월 20일
·
0개의 댓글
·
post-thumbnail

How to run/use Golang

: https://go.dev/doc/install: $ go mod init <Folder Name> --> $ go run main.go & go run . & go build . and then ./<Folder Name>

2022년 2월 20일
·
0개의 댓글
·
post-thumbnail

What is Docker?

Docker enables developers to package application & system tools & dependencies into container and this container makes it possible in different server

2022년 2월 16일
·
1개의 댓글
·
post-thumbnail

나를 위한 Back-end CLI

현재 가상환경 목록 확인$ conda info --envs가상환경 생성 $ conda create <이름> python= <버전>패키지 확인$ conda list $ python manage.py startapp <어플이름>MySQL 실행$ mysql.

2022년 2월 10일
·
0개의 댓글
·
post-thumbnail

- http: error: argument REQUEST_ITEM: '' is not a valid value Error

진짜 개 멍청한 짓이였다… post를 쏠때 붙여서 보내야 하는데 띄어쓰기를 해서 보냈다…http -v POST http://127.0.0.1:8000/owners name="전지인" email="jeonjiein95@gmail.com" age = 28 —> a

2022년 2월 10일
·
0개의 댓글
·
post-thumbnail

ModuleNotFoundError: No module named '' Error

After running runserver, ModuleNotFoundError: No module named 'owner'1) settings.py에 INSTALLED_APP에 APP이 추가되었는지 확인 2) urls.py에 path 확인(철자)본인은 Applicat

2022년 2월 10일
·
0개의 댓글
·
post-thumbnail

Django Table already exist Error

구글링을 해보니 Django Models.py를 수정하고 업데이트는 하는 과정에서 흔히 발생하는 오류라고 한다. $ python manage.py migrate --fake > fake를 실행한다면, 해당 마이그레이션 파일까지 데이터베이스에 적용된 것처럼 데이터베

2022년 2월 10일
·
0개의 댓글
·
post-thumbnail

Django Project Initial Setting

✅ Things to Install > - MySQL Miniconda ✅ Django Project Setting > - 가상환경 생성 Database 생성 Project Python Package 설치 Django Project 생성 Settings.py 설정

2022년 2월 10일
·
0개의 댓글
·
post-thumbnail

How to use PyMySQL with Django(M1 Mac)

pip install PyMySQL In setting.py, $ python manage.py shell $ python manage.py runserver

2022년 2월 6일
·
0개의 댓글
·
post-thumbnail

[TIL] What is GraphQL?

GraphQL 1탄 - gql 이란? > GraphQL은 API에 접목시킬 수 있는 Query Language 입니다. > GraphQL은 facebook이 만든 새로운 API 표준입니다. Graph 라는 자료구조에 Query Language가 합쳐진 개념입니다. s

2022년 2월 4일
·
0개의 댓글
·
post-thumbnail

Commento | [WIL] Typescrpit & Clean Code

alt image주니어 개발자를 위한 React - 실무 프로젝트로 역량 업그레이드코멘토(https://bit.ly/3D9XCOz)Typescript 이해하기협업하기 좋은 코딩 스타일 이해하기React 라우팅 적용하기페이지 레이아웃 만들기TS는 오픈소스 언어이

2022년 1월 17일
·
0개의 댓글
·
post-thumbnail

트위니(Twinny) 면접 후기

alt img: 한 달 반동안 개인적으로 이력서 준비했다. (추후에 이력서 쓴 내용을 공유할 예정이다) 지금까지(2022-01-13) 총 24곳에 지원을 했고 지금까지 연락온 곳은 합격: 6곳, 불합격: 5곳 나머지는 아직 진행중인 곳도 있고 열람 안한곳도 있고 아니면

2022년 1월 13일
·
4개의 댓글
·
post-thumbnail

[TIL] What is Hash Map

Hash Map > - Type of data structure that stores key-value pairs Retrieve a certain value by using the key for that value A hash Table transforms a key

2022년 1월 12일
·
4개의 댓글
·
post-thumbnail

Commento | [WIL] Git & Figma

Weekly I Learned에 앞서 코멘토(Commento) 사이트를 처음 들어보신 분들을 위해 간략하게 설명하겠다.: 간략하게 말하자면, 실제 현업에 종사하시는분이 5-6주 가량의 수업을 계획하여 수업 신청자들에게 강의를 해주는 플랫폼이다.: 실제 현업에 종사하시는

2022년 1월 11일
·
0개의 댓글
·
post-thumbnail

[TIL] JWT(JSON Web Token )

✅ JWT(JSON Web Token): JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting inf

2022년 1월 7일
·
0개의 댓글
·
post-thumbnail

[TIL] Local Storage vs Session Storage vs Cookie

✅ Local Storage: localStorage is a way to store data on the client’s computer. It allows the saving of key/value pairs in a web browser and it stores

2022년 1월 7일
·
0개의 댓글
·
post-thumbnail

[TIL]크로스 브라우징(Cross Brrowsing)

CrossBrowsing : Cross-browser refers to the ability of a website, HTML construct, application or even client-side script to work in several different

2022년 1월 6일
·
0개의 댓글
·