본문 바로가기

영문

(7)
[Relational data modeling] 2. Task analysis for relational data modeling (requirements analysis) Intro This article deals with the first step of relational data modeling, task analysis (work identification, requirement analysis). We're going to do it sequentially! Hope you enjoy it! What is Business Analysis (Requirements Analysis)? It means an analysis of the screen and function to be developed. Requirement analysis determines the purpose of the database and creates a requirement statement..
[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. ..
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..
What is JavaScript Library? JavaScript library A JavaScript library is a collection of pre-written JavaScript code that allows developers to easily add common functionality to their projects without having to write it from scratch. These libraries can include things like: Commonly used utility functions and objects Cross-browser compatibility shims DOM manipulation and traversal Animation and transition effects Event handl..
Getting Started with React the most popular JavaScript Framework. Intro React is a JavaScript library for building user interfaces. It was developed and is maintained by Facebook, and is now widely used in the development of web applications. React allows developers to build reusable UI components and manage the state of those components in a consistent and efficient way. Main The core concept behind React is the use of "components" to build the user interface..
Language used by Front-end Engineers Intro Front-end web development is the process of creating the visual and interactive elements of a website or web application. As a front-end engineer, you will be responsible for creating the structure, design, and interactivity of a website, using a combination of languages and tools. Languages for Front-end engineer The primary languages used by front-end engineers are HTML, CSS, and JavaScr..
What are Front-end and Back-end developer ? Intro Hi, I'm Roy, 25ys. I've been working in IT startup for 2 years. I plan to periodically post articles on various topics related to development for my study and archiving. First theme is about 'Web Developer'. Hope you enjoy it. What is a 'Web Development'? Web Development: Understanding the Differences between Front-end and Back-end Engineers. Web development is a complex process that invol..