profile
코린이 프론트엔드 개발자💻💛🤙🏼
태그 목록
전체보기 (130)TIL(84)JavaScript(44)WeCode(36)React(14)Project-ami(10)CSS(9)git(7)Project-airbnb(6)algorithm(6)프로그래머스(5)lodash(5)html(5)DOM(4)1분코딩(4)알고리즘(4)우아한테크러닝(4)redux(3)Event(3)프로젝트 후기(2)배열(2)typescript(2)http(2)회고록(2)function(2)this(2)data structure(2)API(2)생활코딩(2)github(2)git fetch(1)linux(1)김민태개발자님(1)git revert(1)코어자바스크립트(1)명시적타입변환(1)이미지마커(1)Codacademy(1)애니메이션(1)variables(1)지도API(1)해시테이블(1)카카오지도(1)MPA(1)ES11(1)Firebase(1)await(1)OSI(1)async(1)git stash(1)pagination(1)타입스크립트(1)git diff(1)링크드리스트(1)Asynchronous code(1)optional chaining(1)우아한형제들(1)자바스크립트(1)react testing library(1)replaceAll(1)json(1)countdown(1)replace(1)우아한테크세미나3기(1)기발자의 한놈만 패는 Javascript(1)debugging(1)CSS in JS(1)Emotion.js(1)git reflog(1)tree(1)연결리스트(1)개발자도구(1)jquery(1)trello(1)Pubsub(1)Javascript Game(1)axios(1)if문(1)linked lists(1)2020년회고(1)미디어쿼리(1)reduce(1)정규식(1)DevTool(1)CSR(1)SSR(1)git reset(1)querystring(1)초보자를위한바닐라스크립트(1)자료 구조(1)array(1)spa(1)인증인가(1)jest(1)git show(1)배달의민족(1)변수(1)styled component(1)Database(1)explicit coercion(1)Hash Table(1)cloud function(1)코딩부트캠프(1)카카오로그인(1)CSS Layout(1)emotion(1)nullish coalescing(1)object비교(1)sortedUniq(1)주사위게임(1)노마드코더(1)mixin(1)암묵적타입변환(1)Type Casting(1)object(1)커스텀오버레이(1)개발강연(1)hooks(1)promise(1)moment.js(1)implicit coercion(1)Coding everybody(1)자료구조(1)debugger(1)git rebase(1)OOP(1)console.log(1)
post-thumbnail

OSI 7 계층

OSI model이 생긴이유?다른 네트워크를 사용하는 컴퓨터와 소통이 가능하게 하기위해 please don't spadown to top a - application layer : HTTP 프로토콜이 이루어지는 곳 p - data 변환 압축 암호화 s - sessio

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

Rendering process

렌더러 프로세스프로세스 안에 여러 쓰레드가 있는데 그중 메인쓰레드가 브라우저로 전송된 대부분의 코드 처리 웹워커나 서비스워커를 사용하면 워커쓰레드가 JavaScript코드의 일부를 처리 https://blog.rhostem.com/posts/2021-01-03

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

Data Structure - Trees

트리구조

2022년 8월 2일
·
0개의 댓글
·

Data Structure - Hash Table

hash table

2022년 7월 27일
·
0개의 댓글
·

Data Structure - Linked Lists

Section 4 LinkedList

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

타입변환과 단축평가 


타입변환과 단축평가 
명시적 타입변환(explicit coercion)or 타입 캐스팅 (type casting)let x = 10let str = x.toString();console.log(typeof str, str) // string 10 console.log(

2021년 7월 16일
·
0개의 댓글
·
post-thumbnail

프로그래머스 알고리즘 문제풀이 lvl.1 -string에서 다수의 단어 replace 하기

숫자문자열과 영단어 programmers.co.kr/learn/courses/30/lessons/81301

2021년 7월 12일
·
0개의 댓글
·
post-thumbnail

콘솔로그 복사하는 방법

console.log 복사하기🔖 매우간단하지만 또 매우 유용한 console.log 복사하기! 현재 firebase에서 data를 가져와서 요리조리 만지고 수정해서 화면에 땅 하고 예쁘게 보여줘야할때 워낙 nested of nested of nested of....의 연속인 data베이스를 콘솔에 찍어도 다 나오지 않는다.. 그래서 복사할수 있는 방법이...

2021년 4월 29일
·
4개의 댓글
·

Error: Could not start Database Emulator, port taken.

~ lsof -ti tcp:8080 | xargs kill

2021년 4월 9일
·
0개의 댓글
·
post-thumbnail

pubsub schedule cloud function 만들어서 자동으로 데이터 업데이트 시키기

.schedule('59 14 \* \* 0') .timeZone('UTC')

2021년 3월 26일
·
1개의 댓글
·

자바스크립트로 최소 값 최대 값 구하는 다양한 방법 💻

자바스크립트로 최소값 최대값 구하기

2021년 3월 24일
·
0개의 댓글
·
post-thumbnail

HTTP - 메서드와 요청

HTTP- 메서드와 요청

2021년 3월 18일
·
0개의 댓글
·
post-thumbnail

lodash - findIndex 🔖

2021년 3월 11일
·
0개의 댓글
·
post-thumbnail

HTTP - 인터넷 네트워크

인터넷 네트워크

2021년 3월 10일
·
0개의 댓글
·
post-thumbnail

reduce 다양하게 활용하기

JS reduce 100% 활용해보기

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

lodash - pairs 🔖

lodash- pairs

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

codility 배열 문제 풀이 - 수만큼 배열 안 숫자 밀기

algorithm : 배열 안의 숫자 밀기

2021년 2월 16일
·
0개의 댓글
·
post-thumbnail

git reset

git reset 활용

2021년 2월 8일
·
0개의 댓글
·
post-thumbnail

lodash - sortedUniq 🔖

lodash- sortedUniq 풀이

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

git revert, git reflog

git revert, git reflog

2021년 1월 29일
·
0개의 댓글
·