주요 제품·개발 프로젝트Selected Product and Engineering Projects
장우수의 대표 프로젝트를 검증 가능한 설명과 공개 링크 중심으로 정리했습니다.A concise public index of Oosu’s representative projects, with grounded descriptions and links where public links are available.
Mac mini 홈 서버에 배포한 대화형 AI 포트폴리오입니다. Next.js, FAQ 라우팅, Notion RAG, PostgreSQL 기반 근거를 연결해 프로젝트와 기술에 답합니다.AskOosu is a 2026 AI-connected portfolio deployed at oosu.dev on a Mac mini home server. Instead of asking visitors to scroll through static sections, it uses a Next.js chat UI, Vercel AI SDK, Groq, Notion RAG, and PostgreSQL-backed evidence to answer questions about Oosu, projects, skills, and portfolio work.
피드, 팔로우, 댓글, 백엔드 API 흐름을 구현한 풀스택 SNS 프로젝트입니다.A fullstack SNS project inspired by Instagram Clone, implementing feeds, follows, comments, and backend API flows. It is built to practice the full product loop from database schema and API design to React UI deployment.
기존 WordPress 사이트를 TypeScript와 Vite 기반으로 이전·리뉴얼한 실제 기업 홈페이지 프로젝트입니다.A real company homepage renewal and migration project. Oosu migrated the site from WordPress to a TypeScript and Vite based environment, handling the renewal as a practical frontend implementation project.
인터랙션, 모션, UI/UX 실험을 통해 프로젝트와 이야기를 보여주는 2025년 프론트엔드 포트폴리오입니다.The 2025 frontend portfolio built as an interactive playground. It presents projects, experimental UI/UX, motion, and portfolio storytelling through a custom HTML/CSS/JavaScript experience.
기초 문법부터 응용 문제까지 브라우저에서 실습하는 인터랙티브 Python 학습 웹 앱입니다.An interactive Python learning web app designed around hands-on practice. It helps learners move from basic syntax to applied exercises through a lightweight browser-based learning flow.
객체지향 개념과 코딩 테스트 학습을 단계별로 구성한 Java 학습 웹 앱입니다.A Java learning web app for object-oriented concepts and coding-test preparation. The project structures Java study into staged learning and practice for beginners.
선별 GitHub 프로젝트Selected GitHub Projects
공개 GitHub 저장소 중 포트폴리오 대표성, 설명 가능성, 기술 범위, 실제 제품/시스템 근거를 기준으로 선별한 프로젝트입니다. 날짜는 프로젝트 맥락을 돕기 위한 첫 커밋 기준이며, 정렬 기준은 단순 최신순이 아니라 큐레이션 순서입니다.A curated set of public GitHub repositories selected for portfolio relevance, defensibility, technical range, and product/system evidence. Dates use first-commit evidence for context, but the order is curated rather than purely newest-first.
Interactive C++ systems lab for algorithms, concurrency, networking, and database internals — implemented, measured, and explained beneath the web stack.
Manufacturing dashboard where UI and LLM-generated reports adapt to the viewer role — engineers see evidence, managers see priorities, executives see decisions. - KOSA × BISTelligence 생성형 AI 응용개발자 과정
ChatGPT + DevSpace 긴 대화가 RAM을 먹어치울 때, Tampermonkey로 버텨낸 기록
ChatGPT 웹에 DevSpace를 연결해 어디서든 코딩 지시를 내리기 시작한 뒤, 길어진 대화 한 탭이 수 GB의 RAM과 swap을 잡아먹는 문제를 겪었다. 브라우저 변경과 여러 userscript 실험 끝에 오래된 DOM을 직접 비우는 RAM Saver v5.0에 정착한 과정을 기록한다.