전체 글 (16) 썸네일형 리스트형 [Relational Data Modeling] 1. Concept and Order of Relational Data Modeling Intro A few months ago, before studying ERD, the concept of relational data modeling was organized through living coding and YouTube. For the time being, the article is a series related to relational data modeling. It will even cover the third normalization and non-normalization. Hope you enjoy it! Step of Data Modeling The step in which backend developers model data is generally as follows. 1. .. 자바스크립트 프레임워크를 알아보자 인트로 자바스크립트에는 프레임워크라는 것이 있다. 회사에 취직하면 거의 대다수는 프레임워크가 아닌 자바스크립트(Vanilla JS)를 쓰지 않는다. 대부분 리액트를 쓰고, Vue.js가 종종 보이는 정도.. 오늘의 글에서는 이 자바스크립트 프레임워크에 대해서 다뤄보고자 한다. Hope you enjoy it! 자바스크립트 프레임워크가 뭘까? 자바스크립트 프레임워크(JavaScript framework)는 웹 응용 프로그램을 만들 때 따라야 할 구조와 규칙을 제공하는 미리 작성된 코드, 라이브러리 및 도구의 집합이다. 이를 통해 개발자가 원하는 기능 구현에만 집중하여 빠른 속도로 개발을 할 수 있도록 JS 프레임워크는 기본적으로 필요한 기능들을 갖추고 있는데 결국 개발 프로세스를 보다 효율적으로 만들기 위.. Exploring the Power of JavaScript Frameworks What is a JavaScript Framework? A JavaScript framework is a set of pre-written code, libraries, and tools that provide a structure and conventions to follow when building web applications. The main goal of a JavaScript framework is to make the development process more efficient by providing a common foundation and abstracting away common tasks, such as managing the Document Object Model (DOM) or.. 이전 1 2 3 4 5 6 다음