Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 984 Bytes

File metadata and controls

36 lines (27 loc) · 984 Bytes
layout default
title Vibe Code Bible

Vibe Code Bible

AI-assisted coding, vibe coding, agentic engineering 분야의 가장 중요한 글들을 원문 그대로 아카이빙합니다.


Articles

{% assign sorted_posts = site.posts | sort: 'date' | reverse %}

    {% for post in sorted_posts %}
  • {{ post.source }} {{ post.date | date: '%Y-%m-%d' }}
    {% if post.subtitle %}

    {{ post.subtitle }}

    {% endif %}
  • {% endfor %}

About

이 저장소는 원저자의 동의 하에 공개된 글들을 교육 및 참고 목적으로 아카이빙합니다. 모든 저작권은 원저자에게 있습니다.

각 글 하단에 원문 링크가 명시되어 있습니다.