A database generally refers to a structured collection of structured information or data stored electronically in a computer system. The database is u
We practiced a database modeling with the starbucks beverages page as below.First, We needed to list up the each information and look for the repeated
Normalization is the process of organizing data in a database. This includes creating tables and establishing relationships between those tables accor
: HyperText Transfer Protocol(A communication method or promise that allows computers to send and receive HTML files)1) Request and Response2) Statele
Authentication은 유저의 identification을 확인하는 절차이다. 유저의 아이디와 비밀번호를 생성하는 단계에서 비밀번호를 암호화해서 DB에 저장하고, 로그인 시 유저가 입력한 비밀번호를 암호화 한 후 암호화 되어 DB에 저장된 유저 비밀번호와 비교한다
기능 구현 배우는 것에만 신경쓰다보니 정말 기본적인 부분들을 놓치고 있었던 것 같다. 오늘은 헷갈리던 GET과 POST의 차이점 정리! GET과 POST는 HTTP메서드로 클라이언트에서 서버로 무언가를 요청할 때 사용한다. GET GET은 클라이언트에서 서버로 어
시스템 테스트 전략 3가지 1. End-to-End (E2E) Tests : 10% 전체적인 Flow (ex. 브라우저 상 클릭 후 생기는 변화에 대한 검증), 자동화할 수 있는 Tool → cypress 2. Integration Tests (통합 테스트):
2/17~2/18 이틀간 스터디원들과 함께 코딩 챌린지 '어썸27'을 진행했다.이틀 동안 개인 프로젝트를 진행하는 챌린지였고, 나는 CS 네트워크 부분을 공부할 때 궁금했던 양방향 소켓 통신을 이용해 터미널에서 작동하는 간단한 채팅 서버를 구현해보기로 했다.양방향 소켓