All Stories
Setting Up Frontend Development Environment
Setting Up Frontend Development Environment Node.js 설치 리액트 프로젝트 생성 Create React App을 사용한 프로젝트 생성npx create-react-app 프로젝트명 프로젝트 폴더로 이동cd 프로젝트명 필요한 라이브러리 설...
In WebDev, Mar 28, 2024Backend Documentation
Backend Documentation주요기능 초기 설정 및 라이브러리 임포트: Flask, Flask-RESTful, Flask-JWT-Extended 등 다양한 Flask 확장과 기타 필요한 라이브러리를 임포트하고, 애플리케이션과 API, CORS 설정을 초기화 로깅 설정: 애플리케이션 로깅을 위한 기본 설정을 구성. ...
In WebDev, Mar 27, 2024Modify Sign-Up Router & Administrator Permission Configuration
Modify Sign-Up Router & Administrator Permission Configuration회원가입시 이메일 추가 데이터베이스 스키마 수정ALTER TABLE users ADD COLUMN email VARCHAR(255) UNIQUE NOT NULL; 백엔드 로직 업데이트 g...
In WebDev, Mar 12, 2024Implement Data Modification, Deletion, and User Registration
데이터 수정수정 페이지 라우트 추가(main.py)~~~@app.route(‘/edit_artwork/', methods=['GET', 'POST'])def edit_artwork(artwork_id): if request.method == 'POST': title = request.form['title'] ...
In WebDev, Mar 11, 2024Modify File Upload, Implement List and Detail Pages
Modify File Upload, Implement List and Detail Pages파일 업로드 데이터에 제목, 설명 기능 넣기sqlALTER TABLE images ADD COLUMN title VARCHAR(255), ADD COLUMN description TEXT;
In WebDev, Mar 04, 2024Implementing File Upload
파일 업로드 구현 templates 디렉토리 생성 upload.html 작성 : 사용자가 파일을 업로드할 수 있도록 HTML 폼을 만듦 저장할 디렉토리 생성 파일 업로드를 처리할 Flask뷰 함수 작성app.config : Flask의 내장 객체로 애플리케이션의 구성을 위한 변수들을 저장하는 데 사용. 딕셔너...
In WebDev, Mar 01, 2024Interpreter Settings
PyCharm 환경 설정setting - 프로젝트명 - Interpreter⭐️ 설치 리스트 Flask : 웹프레임워크. 설치하면 Jinja2템플릿 엔진도 같이 설치됨Python 코드와 함께 동적 웹 페이지를 쉽게 생성할 수 있음 MySQL : 데이터베이스 WTForms : 사용자 입력처리 Flask-Login : ...
In WebDev, Feb 29, 2024Project Planning
웹사이트 구축 단계 프로젝트 요구사항 정의웹사이트의 목적과 기능타겟 사용자기대되는 트래픽 양과 확장성 요구사항 기술 스택 선택프론트엔드: HTML, CSS, JavaScript (프레임워크 예: React, Vue.js)백엔드: Node.js, Django, Flask, Ruby on Rails 등데이터베...
In WebDev, Feb 26, 2024Featured
-
Authentication, deployment of AWS EC2 and RDS, ERD, and performance testing
In Express, AWS, -
Express with Database
In Express, AWS, -
Express with AWS
In Express, AWS, -
Transaction and Migration
In PostgreSQL, -
Performance Optimization and Data Exploration Tools
In PostgreSQL, -
Schema Design
In PostgreSQL, -
Learning Data Types, Functions, Installation, and Management Tools
In PostgreSQL, -
SQL Query Techniques: GROUP BY, Subqueries, and More
In PostgreSQL, -
Foreign Key, Joins and Constraints Around Deletion
In PostgreSQL, -
SQL Statements
In PostgreSQL, -
Reference Note
In React Native, -
Push Notifications
In React Native, -
Publishing React Native Apps
In React Native, -
React Native Without Expo
In React Native, -
Using Native Device Features
In React Native, -
User Authentication
In React Native, -
Expense Tracking App
In React Native, -
Redux & Context API
In React Native, -
Navigation
In React Native, -
Adaptive & Responsive UIs
In React Native, -
Deep Dive Real App
In React Native, -
Debugging
In React Native, -
React Native Basics3
In React Native, -
React Native Basics2
In React Native, -
React Native Basics
In React Native, -
Setup
In React Native, -
Review
In Clone Coding, -
Cloudflare Workers
In Clone Coding, -
Deployment
In Clone Coding, -
NextJS Extras
In Clone Coding, -
Realtime Chat
In Clone Coding, -
Optimistic Updates
In Clone Coding, -
Caching
In Clone Coding, -
Modals
In Clone Coding, -
Product Upload
In Clone Coding, -
Products
In Clone Coding, -
Social Authentication2
In Clone Coding, -
Social Authentication
In Clone Coding, -
Authentication2
In Clone Coding, -
Authentication
In Clone Coding, -
Prisma
In Clone Coding, -
Validation2
In Clone Coding, -
Validation
In Clone Coding, -
Server Actions
In Clone Coding, -
Authentication UI
In Clone Coding, -
Tailwind3
In Clone Coding, -
Tailwind2
In Clone Coding, -
Tailwind
In Clone Coding, -
Project Setup
In Clone Coding, -
Inserting Invisible Watermarks
In CodeStudy, -
Setting Up Frontend Development Environment
In WebDev, -
Backend Documentation
In WebDev, -
Modify Sign-Up Router & Administrator Permission Configuration
In WebDev, -
Implement Data Modification, Deletion, and User Registration
In WebDev, -
Modify File Upload, Implement List and Detail Pages
In WebDev, -
Implementing File Upload
In WebDev, -
Interpreter Settings
In WebDev, -
Development Order and Endpoints
In WebDev, -
Project Planning
In WebDev,