태그 목록
전체보기 (125)JavaScript(17)NestJS(17)typescript(15)node.js(8)python(8)express(6)serverless(5)aws(5)mysql(5)List(4)OOP(4)lambda(4)PlantUML(3)erd(3)ORM(3)npm(3)array(3)kakao(3)socket.io(3)생활코딩(3)IntelliJ(3)엘리(3)sql(3)rxjs(3)oauth2(3)uml(2)class(2)함수형 코딩(2)DDL(2)API Gateway(2)CJS(2)ESM(2)aws lambda(2)inheritance(2)JWT(2)passport(2)CommonJS(2)SQLAlchemy(2)Token(2)CSS(2)Flask(2)드림코딩(2)MacOS(2)ES Modules(2)docker(2)schema(2)ES6(2)Kong(2)Prototype(2)jetbrains(2)heroku(2)gateways(1)ZeroCho(1)제로초(1)IAM(1)encryption(1)Guards(1)verbalexpressions(1)조코딩(1)REST(1)Utility Type(1)LED(1)webstorm(1)State of JS 2021(1)옵셔널 체이닝(1)반응형(1)pyinstaller(1)FROM(1)MySQL 5.7(1)lifecycle(1)단축평가(1)elixir(1)oAuth(1)함수형 프로그래밍(1)sendgrid(1)foreign key(1)k8s(1)exception filters(1)optionality(1)null 병합 연산자(1)2021 웹개발 트렌드(1)pip(1)React(1)deserializeUser(1)MVC(1)reference(1)구조적 프로그래밍(1)GCP(1)Firebase(1)CipherSweet(1)append(1)python dashboard(1)await(1)Growth Hacking(1)nest.js(1)Google Cloud(1)serializer(1)type manipulation(1)View(1)bash(1)decorator(1)코로나(1)Observer Pattern(1)chat(1)홍천일(1)async(1)비동기(1)lua(1)이동욱(1)model(1)export(1)&&(1)모던 자바스크립트(1)typeOrm(1)decorators(1)covid-19(1)dictionary(1)webpack(1)이웅모(1)socket(1)이고잉(1)optional chaining(1)Generic(1)hoisting(1)regexp(1)Dream Coding(1)NestJS로 배우는 백엔드 프로그래밍(1)functional programming(1)kind(1)bundler(1)reactive(1)열람실(1)그로스 해킹(1)Mixpanel(1)Tree Shaking(1)require(1)object literal(1)regex(1)양승화(1)interface(1)extend(1)async/await(1)String(1)Google Cloud Platform(1)amazon(1)Tailwind CSS(1)WNCG(1)dependency injection(1)di(1)authorization(1)제네시스(1)this(1)arrow function(1)DOM(1)utf8(1)utf8mb4(1)Boilerplate(1)middleware(1)Constructor(1)mapped types(1)binance(1)도서관(1)html(1)reduce(1)SSR(1)dependency(1)mac m1(1)wxFormBuilder(1)apple m1(1)tsconfig.json(1)화살표 함수(1)드림코딩 by 엘리(1)METAMASK(1)JustPy(1)daisyui(1)USDT(1)이성미 강사(1)streamlit(1)블록체인(1)kubernetes(1)monorepo(1)Nagare(1)passport-kakao(1)Defer(1)nosql(1)죽을 때까지 코딩하며 사는 법(1)github(1)dash(1)Java(1)bundle(1)python web application(1)cookie(1)Swagger(1)computed type(1)Cardinality(1)Map(1)가이 스틸(1)reactivex(1)file(1)가상화폐(1)openapi(1)객체 지향 프로그래밍(1)Kong Plugin(1)vpc(1)tuple(1)add(1)gui(1)Controller(1)authentication(1)session(1)nullish coalescing(1)google(1)git(1)스레드(1)서버리스(1)serializeUser(1)정규표현식(1)sentry(1)object(1)graphviz(1)interceptors(1)data types(1)Identity and Access Management(1)promise(1)향로(1)import(1)Searchable(1)사람과 프로그래머(1)anvil(1)prisma(1)api-resources(1)interactive(1)__iadd__(1)IoC(1)wxPython(1)엘릭서(1)esbuild(1)shell(1)프로그래머의 길을 생각한다(1)노드교과서(1)git rebase(1)web framework(1)actions(1)IaC(1)ethereum(1)smart contract(1)Primitive Type(1)bind(1)
post-thumbnail

SQLAlchemy relationship

with foreign key constraint without foreign key constraint

2일 전
·
0개의 댓글
·
post-thumbnail

SQLAlchemy with DDL

SQL명령어 중, DML 위주의 ORM 사용이 주류를 이루는 것 같았다. (아니면, 댓글 부탁해요.)스프링에서도, 노드에서도...python flask의 ORM인 SQLAlchemy로 SQL DDL로 테이블 생성하는 것과 동일하게 코드를 작성해 보았습니다.

3일 전
·
0개의 댓글
·
post-thumbnail

map과 reduce에서 async await 사용하기

mapPromise.all() reducePromise.resolve()

2023년 3월 15일
·
0개의 댓글
·
post-thumbnail

tsconfig.json for BackEnd

tsc --init의 default value는 아니지만, TypeScript로 BackEnd를 개발하면서 default value를 변경해야 하는 값들이다.

2023년 3월 12일
·
0개의 댓글
·
post-thumbnail

TypeScript Dependency Injection 도구

TsyringeTypeDIInversify모두 tsconfig.json를 설정하여야 합니다.그리고, 모두 reflect-metadata package에 의존적입니다

2023년 3월 7일
·
0개의 댓글
·
post-thumbnail

Replace multiple spaces with single space

참고)https://www.jetbrains.com/help/idea/tutorial-finding-and-replacing-text-using-regular-expressions.htmlhttps://stackoverflow.com/questions

2023년 3월 7일
·
0개의 댓글
·

Mac M1에서 Docker mysql 5.7 설치

위 명령으로 안되고, 아래의 명령으로 다운로드가 되기는 하나,/etc/mysq/my.cnf 를 편집하기 위한 vi가 없다.

2023년 3월 6일
·
0개의 댓글
·
post-thumbnail

Install MySQL using Docker (feat. 한글)

참고)https://poiemaweb.com/docker-mysqlhttps://learn.microsoft.com/ko-kr/visualstudio/docker/tutorials/tutorial-multi-container-app-mysql

2023년 3월 6일
·
0개의 댓글
·
post-thumbnail

Express with Typescript

typescript-express-starter도 있지만, step by step으로 작성해 봅니다

2023년 3월 6일
·
0개의 댓글
·
post-thumbnail

정규식 생성 라이브러리

https://youtu.be/2P0oSNguGXIhttps://github.com/VerbalExpressions/JSVerbalExpressionshttps://github.com/danielroe/magic-regexphttps&#x3A

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

엘릭서 - 동시성

https://product.kyobobook.co.kr/detail/S000001810492첫부분저는 하드웨어의 발달이 소프트웨어 개발에 어떤 영향을 미치는지에 항상 주목해 왔습니다.수십년 전에는 메모리가 대단히 귀중한 자원이었습니다. 그 시절에는 프로그램이

2023년 2월 27일
·
0개의 댓글
·
post-thumbnail

Tailwind CSS - daisyUI

https://tailwindcss.com/docs https://daisyui.com/components

2023년 2월 26일
·
0개의 댓글
·
post-thumbnail

SendGrid - NestJS

Sender Settings 생략합니다.SMTP Relay 클릭SENDGRID_API_KEY 획득sendgrid.service.ts 작성전부 구현한 것 같으나, 무료 이메일(gmail) 계정이라 리뷰중(under review)인 것 같습니다.참고)https:/

2023년 2월 23일
·
0개의 댓글
·
post-thumbnail

Google login

https://console.cloud.google.com

2023년 2월 23일
·
0개의 댓글
·
post-thumbnail

Sentry - NestJS: Exception filters, Interceptors

NestJS 프레임워크에 Sentry 적용

2023년 2월 21일
·
0개의 댓글
·
post-thumbnail

socket.io emit 하는 2가지 방법

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

Mixpanel SDK

https://nestjs-kakaologin.herokuapp.com/ 사이트에 Mixpanel SDK 설치하였습니다.

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

Rest 로그인 사용자 Socket Map에 등록

Rest 채널과 Socket 채널은 각각 독립적이다

2023년 2월 9일
·
0개의 댓글
·
post-thumbnail

Heroku: OAuth Allowed IPs

https://help.heroku.com/JS13Y78I/i-need-to-add-heroku-dynos-to-our-allowlist-what-are-ip-address-ranges-in-use-at-heroku

2023년 2월 7일
·
0개의 댓글
·
post-thumbnail

Heroku: Node.JS app with socket.io

local에서 동작하는 socket.io를 사용하는 Node.JS WAS가 Heroku에 배포했을 때, 다음과 같이 동작하지 않으면, https://devcenter.heroku.com/articles/node-websockets 추가 조치를 합니다.

2023년 2월 6일
·
0개의 댓글
·