<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>DeKu</title><description>프로그래밍으로 예술을 꿈꾼다</description><link>https://deku.posstree.com/</link><item><title>코드 리뷰 자동화 - Linter와 Semgrep을 활용한 코딩 규칙 자동 검사</title><link>https://deku.posstree.com/ko/development_process/code-review-automation/</link><guid isPermaLink="true">https://deku.posstree.com/ko/development_process/code-review-automation/</guid><description>코드 리뷰에서 기계적으로 검사할 수 있는 코딩 스타일과 규칙을 Linter와 Semgrep으로 자동화하여 코드 리뷰 시간을 줄이는 방법에 대해서 알아봅시다.</description><pubDate>Sun, 15 Mar 2026 00:00:00 GMT</pubDate></item><item><title>[ESLint] react/jsx-boolean-value</title><link>https://deku.posstree.com/ko/code_quality/eslint/jsx-boolean-value/</link><guid isPermaLink="true">https://deku.posstree.com/ko/code_quality/eslint/jsx-boolean-value/</guid><description>ESLint의 react/jsx-boolean-value 규칙을 사용하여 JSX에서 Boolean Props를 간결하게 작성하는 방법에 대해서 알아봅시다.</description><pubDate>Sat, 14 Mar 2026 00:00:00 GMT</pubDate></item><item><title>[React] Vitest 테스트 커버리지 도입하기</title><link>https://deku.posstree.com/ko/react/vitest-coverage/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/vitest-coverage/</guid><description>Vitest 기반 React 프로젝트에 @vitest/coverage-v8을 활용한 테스트 커버리지 측정 환경을 구축하는 방법을 소개합니다.</description><pubDate>Tue, 10 Mar 2026 00:00:00 GMT</pubDate></item><item><title>[React] Jest 프로젝트에 Vitest 도입하기 - View 테스트 분리 전략</title><link>https://deku.posstree.com/ko/react/jest-to-vitest-migration/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/jest-to-vitest-migration/</guid><description>기존 Jest로 작성된 React 프로젝트에 Vitest를 추가하여 View 테스트와 로직 테스트를 분리하는 방법을 소개합니다. 모노레포 환경에서의 설정 방법과 CI 통합까지 다룹니다.</description><pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate></item><item><title>[React] Vitest로 컴포넌트 VRT + 접근성 테스트 환경 구축</title><link>https://deku.posstree.com/ko/react/vitest-vrt/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/vitest-vrt/</guid><description>Vitest Browser Mode와 Playwright를 사용하여 React 컴포넌트의 VRT(Visual Regression Testing)와 접근성 테스트 환경을 구축하는 방법을 공유합니다. Docker를 활용한 일관된 렌더링 환경과 CI 통합까지 다룹니다.</description><pubDate>Sun, 08 Mar 2026 00:00:00 GMT</pubDate></item><item><title>[React] Jest + Puppeteer로 VRT(Visual Regression Testing) 구축하기</title><link>https://deku.posstree.com/ko/react/jest-vrt/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/jest-vrt/</guid><description>Jest와 Puppeteer를 활용하여 React 컴포넌트의 VRT(Visual Regression Testing) 환경을 구축하는 방법을 공유합니다. 컴포넌트를 서버 사이드 렌더링 후 Puppeteer로 스크린샷을 찍어 jest-image-snapshot으로 비교하는 구조입니다.</description><pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate></item><item><title>[React] Storybook Test Runner로 VRT + 접근성 테스트 구축하기</title><link>https://deku.posstree.com/ko/react/storybook-vrt/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/storybook-vrt/</guid><description>Storybook Test Runner와 jest-image-snapshot을 활용하여 React 컴포넌트의 VRT(Visual Regression Testing)와 접근성 테스트를 구축하는 방법을 공유합니다.</description><pubDate>Fri, 06 Mar 2026 00:00:00 GMT</pubDate></item><item><title>[React] 모노레포 환경에서 공통 컴포넌트 테스트 방침</title><link>https://deku.posstree.com/ko/react/react-component-testing-strategy/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/react-component-testing-strategy/</guid><description>모노레포 환경에서 React 공통 컴포넌트의 테스트 방침을 정하는 과정을 공유합니다. Props/State에 의한 View 테스트, 이벤트 테스트, 접근성 테스트를 Jest, Storybook, Vitest로 비교하고, 최종적으로 Vitest를 선택한 이유를 공유합니다.</description><pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate></item><item><title>[React] 모노레포 환경에서 React Compiler 도입기</title><link>https://deku.posstree.com/ko/react/react-compiler-monorepo/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/react-compiler-monorepo/</guid><description>6개의 앱과 공유 패키지로 구성된 모노레포에 React Compiler를 일괄 도입한 과정과 마주친 문제들, panicThreshold 선택, eslint-disable 전략, ref.current 오탐지 대응, 그리고 문제 발생 시 &quot;use no memo&quot; 디렉티브를 활용한 대응 방법을 공유합니다.</description><pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate></item><item><title>GitHub Actions에서 워크플로우가 재트리거되지 않는 문제 — GITHUB_TOKEN, PAT, 그리고 GitHub Apps</title><link>https://deku.posstree.com/ko/github_actions/github-actions-workflow-retrigger/</link><guid isPermaLink="true">https://deku.posstree.com/ko/github_actions/github-actions-workflow-retrigger/</guid><description>GitHub Actions에서 GITHUB_TOKEN으로 push하면 다른 워크플로우가 트리거되지 않는 문제의 원인과, PAT와 GitHub Apps를 사용한 해결 방법을 비교하고 GitHub Apps 설정 가이드를 소개합니다.</description><pubDate>Tue, 03 Mar 2026 00:00:00 GMT</pubDate></item><item><title>[React] 대규모 모노레포에서 React 19 마이그레이션 실전 가이드</title><link>https://deku.posstree.com/ko/react/react-19-migration/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/react-19-migration/</guid><description>7개의 앱과 공유 컴포넌트 라이브러리를 포함한 대규모 모노레포를 React 19로 업그레이드하면서 겪었던 실전 경험을 공유합니다. forwardRef 제거, RefObject 타입 통합, useRef 초기값 필수화, JSX 네임스페이스 변경 등 주요 변경 사항과 마이그레이션 전략을 다룹니다.</description><pubDate>Tue, 03 Mar 2026 00:00:00 GMT</pubDate></item><item><title>팀 전체에서 Node.js 버전을 강제하는 방법 — Yarn Berry 플러그인 활용기</title><link>https://deku.posstree.com/ko/environment/enforce-node-version-with-yarn-berry-plugin/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/enforce-node-version-with-yarn-berry-plugin/</guid><description>.nvmrc, package.json의 engines 필드, 그리고 Yarn Berry 커스텀 플러그인을 조합하여 로컬 개발 환경과 CI 환경 모두에서 Node.js 버전을 강제하는 방법을 소개합니다.</description><pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate></item><item><title>[최적화] lodash Tree Shaking으로 번들 사이즈 82% 줄이기: 547KB에서 97KB로</title><link>https://deku.posstree.com/ko/web/lodash-tree-shaking/</link><guid isPermaLink="true">https://deku.posstree.com/ko/web/lodash-tree-shaking/</guid><description>모노레포 환경에서 lodash의 import 방식을 변경하여 번들 사이즈를 547KB에서 97KB로 약 82% 감소시킨 경험을 공유합니다. 번들 분석 환경 구축부터 ESLint 규칙을 통한 재발 방지까지의 과정을 다룹니다.</description><pubDate>Sat, 28 Feb 2026 00:00:00 GMT</pubDate></item><item><title>GitHub Actions에서 &quot;Argument list too long&quot; 에러 해결하기</title><link>https://deku.posstree.com/ko/github_actions/argument-list-too-long/</link><guid isPermaLink="true">https://deku.posstree.com/ko/github_actions/argument-list-too-long/</guid><description>모노레포 CI에서 변경 파일이 많을 때 발생하는 &quot;Argument list too long&quot; 에러의 원인과, 이를 해결하기 위해 Bash에서 JavaScript(actions/github-script)로 전환한 방법에 대해 알아봅니다.</description><pubDate>Thu, 26 Feb 2026 00:00:00 GMT</pubDate></item><item><title>모노레포에서 브랜치별 파일 변경 범위를 제한하는 GitHub Actions 워크플로우</title><link>https://deku.posstree.com/ko/github_actions/validate-changed-files-by-branch/</link><guid isPermaLink="true">https://deku.posstree.com/ko/github_actions/validate-changed-files-by-branch/</guid><description>모노레포에서 브랜치명 기반으로 PR의 변경된 파일이 해당 서비스 디렉토리 범위 내인지 자동으로 검증하는 GitHub Actions 워크플로우를 구현하는 방법을 알아봅니다.</description><pubDate>Thu, 26 Feb 2026 00:00:00 GMT</pubDate></item><item><title>CI에서 ESLint를 변경된 파일에만 적용하기</title><link>https://deku.posstree.com/ko/github_actions/eslint-changed-files-ci/</link><guid isPermaLink="true">https://deku.posstree.com/ko/github_actions/eslint-changed-files-ci/</guid><description>대규모 모노레포에서 새로운 ESLint 룰을 부담 없이 도입하기 위해, CI에서 PR의 변경된 파일에만 ESLint를 실행하는 방법에 대해서 알아봅니다.</description><pubDate>Wed, 25 Feb 2026 00:00:00 GMT</pubDate></item><item><title>PnP(Project in Project) 개념 도입</title><link>https://deku.posstree.com/ko/development_process/pnp/</link><guid isPermaLink="true">https://deku.posstree.com/ko/development_process/pnp/</guid><description>프로젝트 안에서 또 다른 프로젝트를 만들어 운영하는 PnP 개념과 도입 방법에 대해 알아봅시다.</description><pubDate>Sun, 15 Feb 2026 00:00:00 GMT</pubDate></item><item><title>[Claude Code] 기초 지식과 기본 사용법</title><link>https://deku.posstree.com/ko/generative_ai/claude-code/</link><guid isPermaLink="true">https://deku.posstree.com/ko/generative_ai/claude-code/</guid><description>Claude Code의 설치부터 토큰, 모델, 모드, 활용 팁까지 기본적인 사용법에 대해 알아봅시다.</description><pubDate>Sun, 15 Feb 2026 00:00:00 GMT</pubDate></item><item><title>[Git] Worktree를 활용한 병렬 작업 환경 구축</title><link>https://deku.posstree.com/ko/git/worktree/</link><guid isPermaLink="true">https://deku.posstree.com/ko/git/worktree/</guid><description>Git Worktree를 사용하여 별도의 디렉터리에서 병렬로 작업하는 방법에 대해서 알아봅시다.</description><pubDate>Sun, 15 Feb 2026 00:00:00 GMT</pubDate></item><item><title>[React] 실무에서의 React Clean Code</title><link>https://deku.posstree.com/ko/react/react_clean_code/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/react_clean_code/</guid><description>Toss의 SLASH 21 컨퍼런스에서 발표된 React Clean Code의 핵심 개념인 응집도, 단일 책임, 추상화를 실제 코드 예제와 함께 정리해서 공유합니다.</description><pubDate>Sat, 14 Feb 2026 00:00:00 GMT</pubDate></item><item><title>[React] React 렌더링의 기본 개념과 동작 방식</title><link>https://deku.posstree.com/ko/react/rendering-basic-concepts/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/rendering-basic-concepts/</guid><description>React의 렌더링이란 무엇인지, 렌더 페이즈와 커밋 페이즈의 차이, Fiber 오브젝트, Key와 렌더링, 배치 처리, 클로저와 state 스냅샷 등 React 렌더링의 기본 개념과 동작 방식에 대해서 공유합니다..</description><pubDate>Sat, 14 Feb 2026 00:00:00 GMT</pubDate></item><item><title>[React] React 렌더링 성능 최적화</title><link>https://deku.posstree.com/ko/react/rendering-optimization/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/rendering-optimization/</guid><description>React 렌더링 성능 최적화의 필요성, React.memo, shouldComponentUpdate, PureComponent 등의 최적화 API, 참조 문제와 useCallback/useMemo를 활용한 Props 참조 최적화, 불변성, 성능 측정 방법, React Compiler에 대해서 공유합니다.</description><pubDate>Sat, 14 Feb 2026 00:00:00 GMT</pubDate></item><item><title>[Web] Lighthouse 성능 최적화 종합 가이드</title><link>https://deku.posstree.com/ko/web/lighthouse_optimization/</link><guid isPermaLink="true">https://deku.posstree.com/ko/web/lighthouse_optimization/</guid><description>Astro 블로그의 Lighthouse 성능 점수를 개선하기 위해 적용한 이미지 최적화, CSS 최적화, 웹 폰트 최적화, 접근성 개선 등의 방법을 공유합니다.</description><pubDate>Sat, 14 Feb 2026 00:00:00 GMT</pubDate></item><item><title>나의 사이드 프로젝트 이야기</title><link>https://deku.posstree.com/ko/essay/my-side-project-story/</link><guid isPermaLink="true">https://deku.posstree.com/ko/essay/my-side-project-story/</guid><description>개발자로서 사이드 프로젝트를 진행하면서 겪은 경험과 배운 점들을 공유합니다.</description><pubDate>Tue, 25 Feb 2025 00:00:00 GMT</pubDate></item><item><title>개발자에게 사이드 프로젝트란</title><link>https://deku.posstree.com/ko/essay/side-project/</link><guid isPermaLink="true">https://deku.posstree.com/ko/essay/side-project/</guid><description>개발자에게 사이드 프로젝트란 무엇인지, 왜 사이드 프로젝트를 해야 하는지 제 개인적인 관점을 공유해 보겠습니다.</description><pubDate>Mon, 24 Feb 2025 00:00:00 GMT</pubDate></item><item><title>모노레포에서 Dependabot PR이 동작하지 않는 문제 해결</title><link>https://deku.posstree.com/ko/github_actions/dependabot-monorepo-troubleshooting/</link><guid isPermaLink="true">https://deku.posstree.com/ko/github_actions/dependabot-monorepo-troubleshooting/</guid><description>Yarn Workspaces 기반 모노레포에서 Branch Protection Rule과 lockfile 갱신으로 인해 Dependabot rebase가 실패하는 문제의 원인과 해결 방법에 대해서 알아봅니다.</description><pubDate>Wed, 05 Feb 2025 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] Dependabot PR 처리를 위한 자동화</title><link>https://deku.posstree.com/ko/github_actions/dependabot-sop-automation/</link><guid isPermaLink="true">https://deku.posstree.com/ko/github_actions/dependabot-sop-automation/</guid><description>Monorepo 환경에서 Dependabot 설정과 GitHub Actions를 사용하여 PR 처리를 위한 SOP(Standard Operating Procedure)을 자동화하는 방법에 대해서 알아봅니다.</description><pubDate>Tue, 04 Feb 2025 00:00:00 GMT</pubDate></item><item><title>Dependabot PR 처리를 위한 SOP(Standard Operating Procedure)</title><link>https://deku.posstree.com/ko/github_actions/dependabot-sop/</link><guid isPermaLink="true">https://deku.posstree.com/ko/github_actions/dependabot-sop/</guid><description>Monorepo 환경에서 Dependabot이 생성한 PR을 효율적으로 처리하기 위한 리스크 분류 기준과 처리 방법에 대해서 알아봅니다.</description><pubDate>Mon, 03 Feb 2025 00:00:00 GMT</pubDate></item><item><title>협력</title><link>https://deku.posstree.com/ko/essay/cooperation/</link><guid isPermaLink="true">https://deku.posstree.com/ko/essay/cooperation/</guid><description>우리는 업무를 수행할 때 협력이 중요하다고 말한다. 하지만 우리는 진짜 협력을 하고 있는 것일까?</description><pubDate>Tue, 28 Jan 2025 00:00:00 GMT</pubDate></item><item><title>[Flutter] 앱 접근성(Accessibility)</title><link>https://deku.posstree.com/ko/flutter/accessibility/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/accessibility/</guid><description>Flutter로 개발한 앱의 접근성(Accessibility)을 향상시키는 방법을 알아보겠습니다.</description><pubDate>Fri, 03 Jan 2025 00:00:00 GMT</pubDate></item><item><title>[Code Quality] Semgrep을 사용하여 정규식으로 코드 검사하기</title><link>https://deku.posstree.com/ko/code_quality/semgrep/</link><guid isPermaLink="true">https://deku.posstree.com/ko/code_quality/semgrep/</guid><description>Semgrep을 사용하면 정규식으로 코드를 검사하여 코드 품질을 향상시키는 방법에 대해서 알아봅시다.</description><pubDate>Wed, 18 Dec 2024 00:00:00 GMT</pubDate></item><item><title>사회적 자본과 전문가</title><link>https://deku.posstree.com/ko/essay/social-capital-and-experts/</link><guid isPermaLink="true">https://deku.posstree.com/ko/essay/social-capital-and-experts/</guid><description>전문가가 되기 위해서는 회사에서 새로운 기술이나 방법론을 사용해봐야 한다. 하지만 내가 제안한 새로운 기술은 제대로 도입되지 않는다. 내가 제안한 새로운 기술이 도입되지 않는 이유는 무엇이고 새로운 기술을 쉽게 도입하기 위해서는 어떤 방법이 있는가에 대해서 알아보자.</description><pubDate>Thu, 05 Dec 2024 00:00:00 GMT</pubDate></item><item><title>효과적인 직원 교육을 위한 강사 선정 방법</title><link>https://deku.posstree.com/ko/essay/effective-employee-training/</link><guid isPermaLink="true">https://deku.posstree.com/ko/essay/effective-employee-training/</guid><description>많은 기업들이 직원 교육에 많은 비용을 투자한다. 하지만 실질적으로 큰 효과를 얻지 못하고 있다. 왜 기업들은 교육에 많은 비용을 투자하지만, 실제로 큰 효과를 얻지 못하는 걸까?</description><pubDate>Thu, 14 Nov 2024 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] Reviewer 알림을 위한 Slack 메시지 보내기</title><link>https://deku.posstree.com/ko/github_actions/send_slack_message_for_reviewer/</link><guid isPermaLink="true">https://deku.posstree.com/ko/github_actions/send_slack_message_for_reviewer/</guid><description>GitHub Actions를 사용하여 Reviewer에 지정된 경우 Slack 메시지를 보내는 방법과 매일 아침에 리뷰어에게 PR 목록을 Slack 메시지로 발송하는 방법에 대해 알아보겠습니다.</description><pubDate>Wed, 13 Nov 2024 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] Jest 실행 Action 성능 개선하기</title><link>https://deku.posstree.com/ko/github_actions/improve-test-performance/</link><guid isPermaLink="true">https://deku.posstree.com/ko/github_actions/improve-test-performance/</guid><description>GitHub Actions에서 Jest를 실행하는 Action의 성능을 개선하는 방법에 대해서 알아보겠습니다.</description><pubDate>Wed, 23 Oct 2024 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] Composite Action를 사용하여 GitHub Actions 중복 제거하기</title><link>https://deku.posstree.com/ko/github_actions/composite-action/</link><guid isPermaLink="true">https://deku.posstree.com/ko/github_actions/composite-action/</guid><description>GitHub Actions에서 중복으로 사용되는 Action를 Composite Action로 만들어 Action의 재사용성을 높이는 방법에 대해서 알아보겠습니다.</description><pubDate>Tue, 22 Oct 2024 00:00:00 GMT</pubDate></item><item><title>실수 관리 전략</title><link>https://deku.posstree.com/ko/essay/mistakes-management/</link><guid isPermaLink="true">https://deku.posstree.com/ko/essay/mistakes-management/</guid><description>조직에서 실수를 관리하는 방법과 실수에 대한 전략이 팀에 미치는 영향에 대해 알아보자.</description><pubDate>Tue, 15 Oct 2024 00:00:00 GMT</pubDate></item><item><title>[Flutter] PageView 위젯 사용법</title><link>https://deku.posstree.com/ko/flutter/widgets/page_view/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/widgets/page_view/</guid><description>Flutter에서 기본적으로 제공하는 PageView 위젯을 사용하여 페이지 전체를 스크롤하는 방법에 대해서 설명합니다.</description><pubDate>Fri, 11 Oct 2024 00:00:00 GMT</pubDate></item><item><title>[Flutter] Test Matcher 사용하기</title><link>https://deku.posstree.com/ko/flutter/test/matcher/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/test/matcher/</guid><description>Flutter에서 테스트 코드에서 사용 가능한 Matcher에 대해서 알아보고 이를 사용하는 방법에 대해서 알아보겠습니다.</description><pubDate>Sun, 06 Oct 2024 00:00:00 GMT</pubDate></item><item><title>[GitHub] 여러 GitHub 계정을 하나의 머신에서 사용하기</title><link>https://deku.posstree.com/ko/git/user-multiple-github-users/</link><guid isPermaLink="true">https://deku.posstree.com/ko/git/user-multiple-github-users/</guid><description>하나의 머신(PC)에서 여러 개의 GitHub 계정을 설정해서 사용하는 방법에 대해 알아봅시다.</description><pubDate>Wed, 25 Sep 2024 00:00:00 GMT</pubDate></item><item><title>프로그래머의 학습법</title><link>https://deku.posstree.com/ko/essay/studying-way-for-programmer/</link><guid isPermaLink="true">https://deku.posstree.com/ko/essay/studying-way-for-programmer/</guid><description>프로그래머가 새로운 언어를 배울때, 할 수 있는 학습 방법에는 어떤 것이 있는지 알아보도록 하자.</description><pubDate>Wed, 18 Sep 2024 00:00:00 GMT</pubDate></item><item><title>인지적 작업 분석을 통한 전문가의 전문성 뽑아내기</title><link>https://deku.posstree.com/ko/essay/cognitive-task-analysis/</link><guid isPermaLink="true">https://deku.posstree.com/ko/essay/cognitive-task-analysis/</guid><description>인지적 작업 분석을 통해 전문가의 전문성을 뽑아내는 방법에 대해 알아보자.</description><pubDate>Tue, 17 Sep 2024 00:00:00 GMT</pubDate></item><item><title>[Flutter] http 패키지의 MultipartRequest로 파일 업로드하기</title><link>https://deku.posstree.com/ko/flutter/http_multipartrequest/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/http_multipartrequest/</guid><description>Flutter에서 http 패키지의 MultipartRequest를 사용하여 파일을 업로드하는 방법과 이를 테스트하는 방법에 대해서 알아보겠습니다.</description><pubDate>Tue, 17 Sep 2024 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] 수동으로 GitHub Actions 실행하기</title><link>https://deku.posstree.com/ko/github_actions/execute-github-actions-manually/</link><guid isPermaLink="true">https://deku.posstree.com/ko/github_actions/execute-github-actions-manually/</guid><description>수동으로 GitHub Actions를 실행하는 방법에 대해서 알아보겠습니다.</description><pubDate>Fri, 13 Sep 2024 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] 모노레포 환경에서 GitHub Actions로 PR 제목 검사하는 방법</title><link>https://deku.posstree.com/ko/github_actions/action-check-pr-title/</link><guid isPermaLink="true">https://deku.posstree.com/ko/github_actions/action-check-pr-title/</guid><description>모노레포 환경에서 GitHub Actions를 사용하여 PR을 생성했을 때, PR(Pull Request)의 제목을 검사하는 방법에 대해서 알아보도록 하겠습니다.</description><pubDate>Tue, 10 Sep 2024 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] GitHub Actions로 브랜치 이름을 검사하는 방법</title><link>https://deku.posstree.com/ko/github_actions/check-branch-name/</link><guid isPermaLink="true">https://deku.posstree.com/ko/github_actions/check-branch-name/</guid><description>GitHub Actions를 사용하여 PR을 생성했을 때, 브랜치 이름을 검사하는 방법에 대해서 알아보도록 하겠습니다.</description><pubDate>Mon, 02 Sep 2024 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] PR에 자동으로 Assignees 추가하기</title><link>https://deku.posstree.com/ko/github_actions/auto-assign-assigness/</link><guid isPermaLink="true">https://deku.posstree.com/ko/github_actions/auto-assign-assigness/</guid><description>GitHub Actions를 사용하여 PR에 자동으로 Assignees를 추가하는 방법에 대해서 알아보겠습니다.</description><pubDate>Wed, 28 Aug 2024 00:00:00 GMT</pubDate></item><item><title>전문가가 되기 위한 의도적 수련</title><link>https://deku.posstree.com/ko/essay/deliberate-practice-to-become-expert/</link><guid isPermaLink="true">https://deku.posstree.com/ko/essay/deliberate-practice-to-become-expert/</guid><description>평생 같은 일을 반복해도 전문가가 될 수 없다. 전문가가 되기 위해서는 의도적 수련이 필요하다.</description><pubDate>Mon, 26 Aug 2024 00:00:00 GMT</pubDate></item><item><title>VSCode에서 Monorepo를 위한 ESLint 설정하기</title><link>https://deku.posstree.com/ko/environment/vscode/eslint-configuration-for-monorepo/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/vscode/eslint-configuration-for-monorepo/</guid><description>Monorepo 프로젝트를 개발할 때, VSCode에서 ESLint를 설정하는 방법에 대해서 알아보겠습니다.</description><pubDate>Thu, 22 Aug 2024 00:00:00 GMT</pubDate></item><item><title>[에세이] AI 시대에서 살아 남기 위한 학습 방법</title><link>https://deku.posstree.com/ko/essay/how-to-survive-in-ai-era/</link><guid isPermaLink="true">https://deku.posstree.com/ko/essay/how-to-survive-in-ai-era/</guid><description>AI 시대에서 AI가 대체하기 어려운 커리어를 만들기 위한 학습 방법에 대해서 알아봅시다.</description><pubDate>Fri, 16 Aug 2024 00:00:00 GMT</pubDate></item><item><title>VSCode Incoming/Outgoing changes graph 숨기기</title><link>https://deku.posstree.com/ko/environment/vscode/incoming-outgoing-changes-graph/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/vscode/incoming-outgoing-changes-graph/</guid><description>VSCode에 2024년 7월에 새로 추가된 Git의 Incoming/Outgoing changes graph 기능을 숨기는 방법에 대해서 알아봅시다.</description><pubDate>Fri, 16 Aug 2024 00:00:00 GMT</pubDate></item><item><title>웹 캐시(Web cache)와 AWS S3, CloudFront</title><link>https://deku.posstree.com/ko/environment/web/cache-and-aws-s3-cloudfront/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/web/cache-and-aws-s3-cloudfront/</guid><description>웹 개발에서의 캐시(Cache)에 대해서 알아보고, AWS S3와 CloudFront를 사용하여 정적 파일로 웹 서비스를 제공할 때 캐시를 적용하는 방법에 대해서 알아봅시다.</description><pubDate>Thu, 15 Aug 2024 00:00:00 GMT</pubDate></item><item><title>소프트웨어 개발 배포 전략</title><link>https://deku.posstree.com/ko/environment/deployment-strategy/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/deployment-strategy/</guid><description>소프트웨어 개발에서 서비스 배포 전략의 종류와 사용법에 대해서 알아보도록 하겠습니다.</description><pubDate>Wed, 07 Aug 2024 00:00:00 GMT</pubDate></item><item><title>소프트웨어 개발을 위한 브랜치 전략</title><link>https://deku.posstree.com/ko/environment/branch-strategy/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/branch-strategy/</guid><description>소프트웨어를 개발하기 위한 브랜치 전략의 종류와 사용법에 대해서 알아보도록 하겠습니다.</description><pubDate>Sun, 04 Aug 2024 00:00:00 GMT</pubDate></item><item><title>[에세이] 학습 프레임과 실행 프레임</title><link>https://deku.posstree.com/ko/essay/learning-frame-and-execution-frame/</link><guid isPermaLink="true">https://deku.posstree.com/ko/essay/learning-frame-and-execution-frame/</guid><description>학습 프레임과 실행 프레임에 대해 알아보고, 나에게 맞는 프레임을 알아보자.</description><pubDate>Thu, 01 Aug 2024 00:00:00 GMT</pubDate></item><item><title>[Flutter] BackButton 위젯 사용법</title><link>https://deku.posstree.com/ko/flutter/widgets/back_button/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/widgets/back_button/</guid><description>Flutter에서 기본적으로 제공하는 BackButton 위젯을 사용하여 이전 화면으로 되돌아가는 방법에 대해서 설명합니다.</description><pubDate>Thu, 01 Aug 2024 00:00:00 GMT</pubDate></item><item><title>[에세이] 지수적 팀</title><link>https://deku.posstree.com/ko/essay/exponential-teams/</link><guid isPermaLink="true">https://deku.posstree.com/ko/essay/exponential-teams/</guid><description>지수적 팀을 구성하여 팀의 생산성을 극대화 시켜보자.</description><pubDate>Tue, 21 May 2024 00:00:00 GMT</pubDate></item><item><title>[에세이] 경력에 대한 오해</title><link>https://deku.posstree.com/ko/essay/misconception-about-career/</link><guid isPermaLink="true">https://deku.posstree.com/ko/essay/misconception-about-career/</guid><description>대부분의 사람들이 경력이 많은 사람을 전문가라고 생각하고, 경력이 많은 사람이 일을 더 잘할 것이라고 생각한다. 과연 경력이 많은 사람이 일을 더 잘할까?</description><pubDate>Tue, 30 Apr 2024 00:00:00 GMT</pubDate></item><item><title>[에세이] 의도적 수련</title><link>https://deku.posstree.com/ko/essay/deliberate-practice/</link><guid isPermaLink="true">https://deku.posstree.com/ko/essay/deliberate-practice/</guid><description>1만 시간 동안 동일한 일을 했다고 실력이 향상되거나 전문가가 되지 않는다. 1만 시간의 의도적 수련을 해야 실력이 향상되고 전문가가 될 수 있다.</description><pubDate>Wed, 24 Apr 2024 00:00:00 GMT</pubDate></item><item><title>[Git] main이외의 모든 브랜치 삭제</title><link>https://deku.posstree.com/ko/git/delete-all-branches/</link><guid isPermaLink="true">https://deku.posstree.com/ko/git/delete-all-branches/</guid><description>로컬에서 main 브랜치 이외의 모든 브랜치를 삭제하는 방법에 대해서 알아봅시다.</description><pubDate>Tue, 23 Apr 2024 00:00:00 GMT</pubDate></item><item><title>[에세이] 마스터에 대한 환상</title><link>https://deku.posstree.com/ko/essay/illusion-of-master/</link><guid isPermaLink="true">https://deku.posstree.com/ko/essay/illusion-of-master/</guid><description>이 세상에는 나를 마스터로 만들어 줄 마스터는 없다.</description><pubDate>Thu, 18 Apr 2024 00:00:00 GMT</pubDate></item><item><title>[에세이] 학교에서의 학습과 사회에서의 학습</title><link>https://deku.posstree.com/ko/essay/study-in-school-and-society/</link><guid isPermaLink="true">https://deku.posstree.com/ko/essay/study-in-school-and-society/</guid><description>우리가 배워온 학교에서의 학습과 앞으로 살아갈 사회에서의 학습은 다르다.</description><pubDate>Wed, 17 Apr 2024 00:00:00 GMT</pubDate></item><item><title>[에세이] 함께 일하기</title><link>https://deku.posstree.com/ko/essay/work-together/</link><guid isPermaLink="true">https://deku.posstree.com/ko/essay/work-together/</guid><description>우리는 함께 하기보다는 혼자서 하는 것에 익숙해져 있다. 하지만, 사회에 큰 임팩트를 주는 일은 혼자서 하기 힘들다.</description><pubDate>Mon, 08 Apr 2024 00:00:00 GMT</pubDate></item><item><title>[Vite] TypeScript 기반 React 프로젝트에 Stylelint(CSS-in-JS) 추가하기</title><link>https://deku.posstree.com/ko/react/vite/react-typescript/stylelint/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/vite/react-typescript/stylelint/</guid><description>Vite를 사용하여 생성한 TypeScript 기반 React 프로젝트에 CSS-in-JS 환경에서 스타일(CSS)을 검사하기 위해 Stylelint를 추가하는 방법에 대해서 알아보도록 하겠습니다.</description><pubDate>Tue, 12 Mar 2024 00:00:00 GMT</pubDate></item><item><title>[Vite] TypeScript 기반 React 프로젝트에 Prettier 추가하기</title><link>https://deku.posstree.com/ko/react/vite/react-typescript/prettier/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/vite/react-typescript/prettier/</guid><description>Vite를 사용하여 생성한 TypeScript 기반 React 프로젝트에 Prettier를 추가하여 코드 포멧을 일관성있게 관리하는 방법에 대해서 알아보도록 하겠습니다.</description><pubDate>Wed, 06 Mar 2024 00:00:00 GMT</pubDate></item><item><title>[Vite] TypeScript 기반 React 프로젝트에 테스트 환경 구성하기</title><link>https://deku.posstree.com/ko/react/vite/react-typescript/test/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/vite/react-typescript/test/</guid><description>Vite를 사용하여 생성한 TypeScript 기반 React 프로젝트에 테스트 환경을 구성하는 방법에 대해서 알아보도록 하겠습니다.</description><pubDate>Tue, 06 Feb 2024 00:00:00 GMT</pubDate></item><item><title>[Vite] TypeScript 기반 React 프로젝트 시작하기</title><link>https://deku.posstree.com/ko/react/vite/react-typescript/start/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/vite/react-typescript/start/</guid><description>Vite를 사용하여 TypeScript 기반 React 프로젝트를 시작하는 방법에 대해서 알아보도록 하겠습니다.</description><pubDate>Mon, 05 Feb 2024 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] Assignees 자동 설정</title><link>https://deku.posstree.com/ko/share/github-actions/set-assignees/</link><guid isPermaLink="true">https://deku.posstree.com/ko/share/github-actions/set-assignees/</guid><description>GitHub Actions를 사용하여 Pull request의 Assignees에 Pull request를 생성한 사람을 자동으로 설정하는 방법에 대해서 알아보겠습니다.</description><pubDate>Sat, 03 Feb 2024 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] Reviewers 자동 설정</title><link>https://deku.posstree.com/ko/share/github-actions/set-reviewers/</link><guid isPermaLink="true">https://deku.posstree.com/ko/share/github-actions/set-reviewers/</guid><description>GitHub Actions를 사용하여 Pull request의 Reviewers에 리뷰어를 자동으로 설정하는 방법에 대해서 알아보겠습니다.</description><pubDate>Sat, 03 Feb 2024 00:00:00 GMT</pubDate></item><item><title>[macOS] 절전 모드 전환 방지 명령어</title><link>https://deku.posstree.com/ko/share/macos/caffeinate/</link><guid isPermaLink="true">https://deku.posstree.com/ko/share/macos/caffeinate/</guid><description>macOS에서 자동으로 절전 모드로 전환되는 것을 방지하는 명령어인 Caffeinate에 대해서 알아보겠습니다.</description><pubDate>Wed, 31 Jan 2024 00:00:00 GMT</pubDate></item><item><title>[Monorepo] pnpm을 사용하여 모노레포 만들기</title><link>https://deku.posstree.com/ko/environment/monorepo/pnpm/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/monorepo/pnpm/</guid><description>NodeJS의 패키지 매니저중 하나인 pnpm을 사용하여 모노레포를 만드는 방법에 대해서 알아봅시다.</description><pubDate>Mon, 29 Jan 2024 00:00:00 GMT</pubDate></item><item><title>[Flutter] Lexical or Preprocessor Issue (Xcode): *.h file not found 에러 수정</title><link>https://deku.posstree.com/ko/flutter/error/lexical_or_preprocessor_file_not_found/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/error/lexical_or_preprocessor_file_not_found/</guid><description>Flutter에서 갑자기 발생하는 flutter Lexical or Preprocessor Issue (Xcode): *.h file not found 에러를 해결하는 방법에 대해서 알아보겠습니다.</description><pubDate>Sat, 27 Jan 2024 00:00:00 GMT</pubDate></item><item><title>[Flutter] concurrency 옵션을 통해 테스트 속도 개선하기</title><link>https://deku.posstree.com/ko/flutter/test/concurrency/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/test/concurrency/</guid><description>Flutter에서 테스트 코드를 실행할 때, concurrency 옵션을 통해 테스트 실행 속도를 개선하는 방법에 대해서 알아보겠습니다.</description><pubDate>Fri, 26 Jan 2024 00:00:00 GMT</pubDate></item><item><title>[Monorepo] Yarn Workspaces의 명령어</title><link>https://deku.posstree.com/ko/environment/monorepo/yarn_workspaces/command/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/monorepo/yarn_workspaces/command/</guid><description>Yarn의 Workspaces를 사용하여 구성된 모노레포에서, 각각의 프로젝트의 scripts에 설정된 명령어를 실행하는 방법에 대해서 알아보도록 하겠습니다.</description><pubDate>Thu, 25 Jan 2024 00:00:00 GMT</pubDate></item><item><title>[Monorepo] Yarn Workspaces의 의존성 Hoisting</title><link>https://deku.posstree.com/ko/environment/monorepo/yarn_workspaces/hoisting/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/monorepo/yarn_workspaces/hoisting/</guid><description>Yarn의 Workspaces를 사용하여 모노레포를 구성하는 과정에서, 각 프로젝트에 필요한 의존성을 추가할 때 동작하는 Hoisting에 대하여 알아도록 하겠습니다.</description><pubDate>Wed, 24 Jan 2024 00:00:00 GMT</pubDate></item><item><title>[Monorepo] Yarn Workspaces</title><link>https://deku.posstree.com/ko/environment/monorepo/yarn_workspaces/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/monorepo/yarn_workspaces/</guid><description>JavaScript로 개발할 프로젝트에서 모노레포(Monorepo)를 사용하기 위한 지식인 Yarn의 Workspaces에 대해서 알아도록 하겠습니다.</description><pubDate>Thu, 18 Jan 2024 00:00:00 GMT</pubDate></item><item><title>[Monorepo] Symlink</title><link>https://deku.posstree.com/ko/environment/monorepo/symlink/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/monorepo/symlink/</guid><description>JavaScript로 개발할 프로젝트에서 모노레포(Monorepo)를 사용하기 위한 지식인 Symlink(Symbolic Link)에 대해서 알아보도록 하겠습니다.</description><pubDate>Wed, 17 Jan 2024 00:00:00 GMT</pubDate></item><item><title>[Monorepo] NodeJS의 모듈 불러오기</title><link>https://deku.posstree.com/ko/environment/monorepo/module-resolutions/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/monorepo/module-resolutions/</guid><description>JavaScript로 개발할 프로젝트에서 모노레포(Monorepo)를 사용하기 위한 지식으로 NodeJS가 모듈을 불러오는 방법에 대해서 알아보도록 하겠습니다.</description><pubDate>Tue, 16 Jan 2024 00:00:00 GMT</pubDate></item><item><title>[JavaScript] 모노레포(Monorepo)를 위한 도구들</title><link>https://deku.posstree.com/ko/environment/monorepo/tools/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/monorepo/tools/</guid><description>JavaScript로 개발할 프로젝트에서 모노레포(Monorepo)를 사용하기 위해 필요한 도구들을 알아보도록 하겠습니다.</description><pubDate>Thu, 11 Jan 2024 00:00:00 GMT</pubDate></item><item><title>[프로젝트 관리] 리포지토리 전략</title><link>https://deku.posstree.com/ko/environment/repository_strategy/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/repository_strategy/</guid><description>프로젝트를 관리하기 위한 리포지토리 전략인 모놀리스(Monolith), 멀티 레포(Multi Repo), 모노레포(Monorepo)에 대해서 알아보도록 하겠습니다.</description><pubDate>Thu, 04 Jan 2024 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] Pull request의 Label 검사</title><link>https://deku.posstree.com/ko/share/github-actions/pr-labels-checker/</link><guid isPermaLink="true">https://deku.posstree.com/ko/share/github-actions/pr-labels-checker/</guid><description>GitHub Actions중 하나인 PR Labels Checker를 사용하여 GitHub의 Pull request의 Label을 검사하는 방법에 대해서 알아보겠습니다.</description><pubDate>Mon, 25 Dec 2023 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] Release notes 자동화</title><link>https://deku.posstree.com/ko/share/github-actions/release-drafter/</link><guid isPermaLink="true">https://deku.posstree.com/ko/share/github-actions/release-drafter/</guid><description>GitHub Actions중 하나인 Release Drafter를 사용하여 GitHub의 Release notes 작성을 자동화하는 방법에 대해서 알아보겠습니다.</description><pubDate>Thu, 07 Dec 2023 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] Pull request 제목 검사</title><link>https://deku.posstree.com/ko/share/github-actions/pr-title-checker/</link><guid isPermaLink="true">https://deku.posstree.com/ko/share/github-actions/pr-title-checker/</guid><description>GitHub Actions를 사용하여 Pull request의 제목이 Conventional Commits을 지키는지 검사하는 방법에 대해서 알아보겠습니다.</description><pubDate>Wed, 06 Dec 2023 00:00:00 GMT</pubDate></item><item><title>[Mac M2 실리콘 칩] NPM 패키지 deasync 설치 에러</title><link>https://deku.posstree.com/ko/share/mac-m2-silicon-install-deasync-error/</link><guid isPermaLink="true">https://deku.posstree.com/ko/share/mac-m2-silicon-install-deasync-error/</guid><description>Mac M2 실리콘 칩에서 NPM 패키지의 deasync을 설치할 때, node-gyp 에러를 해결하는 방법을 공유합니다.</description><pubDate>Mon, 20 Nov 2023 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] NPM 패키지 배포 자동화</title><link>https://deku.posstree.com/ko/share/github-actions/deploy-npm-library/</link><guid isPermaLink="true">https://deku.posstree.com/ko/share/github-actions/deploy-npm-library/</guid><description>GitHub Actions를 사용하여 NPM 패키지 배포를 자동화하는 방법에 대해서 알아봅시다.</description><pubDate>Mon, 23 Oct 2023 00:00:00 GMT</pubDate></item><item><title>create-react-app용 커스텀 템플릿</title><link>https://deku.posstree.com/ko/react/create-react-app/template/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/create-react-app/template/</guid><description>나만의 create-react-app용 커스텀 템플릿을 제작하고 이를 활용하여 React 프로젝트를 생성해봅시다.</description><pubDate>Sat, 21 Oct 2023 00:00:00 GMT</pubDate></item><item><title>[Code Quality] Stylelint V15</title><link>https://deku.posstree.com/ko/code_quality/stylelint/v15/</link><guid isPermaLink="true">https://deku.posstree.com/ko/code_quality/stylelint/v15/</guid><description>Stylelint의 버전 V15 를 사용하여 CSS, SCSS 파일의 코드 스타일과 CSS-in-JS의 코드 스타일을 검사해 봅시다.</description><pubDate>Tue, 03 Oct 2023 00:00:00 GMT</pubDate></item><item><title>[Web] avif와 webp 포맷을 사용하여 이미지 최적화하기</title><link>https://deku.posstree.com/ko/web/optimization_images/</link><guid isPermaLink="true">https://deku.posstree.com/ko/web/optimization_images/</guid><description>Python을 사용하여 avif와 webp 포맷의 이미지를 생성하여 Lighthouse의 Serve images in next-gen formats 문제를 해결하는 방법에 대해서 알아보겠습니다.</description><pubDate>Sat, 18 Mar 2023 00:00:00 GMT</pubDate></item><item><title>[Web] Google Web Font 로드 최적화</title><link>https://deku.posstree.com/ko/web/optimization_load_google_font/</link><guid isPermaLink="true">https://deku.posstree.com/ko/web/optimization_load_google_font/</guid><description>웹 페이지에서 Google Web Font를 사용할 때, 폰트를 불러오는 부분이 웹 페이지의 성능에 영향을 주지 않도록 최적화하는 방법에 대해서 알아보겠습니다.</description><pubDate>Sun, 12 Mar 2023 00:00:00 GMT</pubDate></item><item><title>[Code Quality] Lighthouse CI</title><link>https://deku.posstree.com/ko/code_quality/lighthouse_ci/</link><guid isPermaLink="true">https://deku.posstree.com/ko/code_quality/lighthouse_ci/</guid><description>Google Chrome에서 제공하는 Lighthouse 기능을 로컬 또는 CI 환경에서 실행하는 방법에 대해서 알아보고, CI 환경에서 Lighthouse를 사용하여 웹 페이지의 성능을 자동으로 측정하도록 만드는 방법에 대해서 알아봅시다.</description><pubDate>Sat, 11 Mar 2023 00:00:00 GMT</pubDate></item><item><title>[Flutter] 서버 데이터의 한글, 일본어 깨짐 수정</title><link>https://deku.posstree.com/ko/flutter/http_response_decode/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/http_response_decode/</guid><description>Flutter에서 http 패키지를 사용하여 서버로부터 JSON 데이터를 받을 때, JSON 데이터안에 한글이나 일본어가 깨져서 화면에 표시되는 문제를 해결하는 방법에 대해서 알아보도록 하겠습니다.</description><pubDate>Sun, 05 Mar 2023 00:00:00 GMT</pubDate></item><item><title>[Flutter] 자식 위젯의 크기와 상관없이 스크롤하기</title><link>https://deku.posstree.com/ko/flutter/AlwaysScrollableScrollPhysics/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/AlwaysScrollableScrollPhysics/</guid><description>SingleChildScrollView 위젯에서 자식 위젯의 크기와 상관없이 언제나 스크롤이 가능하도록 만드는 방법에 대해서 알아보도록 하겠습니다.</description><pubDate>Sat, 04 Mar 2023 00:00:00 GMT</pubDate></item><item><title>pyenv를 사용하여 Python 버전 관리하기</title><link>https://deku.posstree.com/ko/environment/pyenv/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/pyenv/</guid><description>동일한 머신에서 여러 Python 버전을 사용하기 위해 pyenv를 사용하는 방법에 대해서 알아보겠습니다.</description><pubDate>Sun, 26 Feb 2023 00:00:00 GMT</pubDate></item><item><title>[Flutter] 테스트 코드에서 부모 위젯이나 자식 위젯 찾기</title><link>https://deku.posstree.com/ko/flutter/test/find_child_and_parent_widget/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/test/find_child_and_parent_widget/</guid><description>Flutter에서 테스트 코드를 작성할 때, 부모 위젯을 찾거나 자식 위젯을 찾아 값을 확인하는 테스트 코드를 작성하는 방법에 대해서 알아보겠습니다.</description><pubDate>Sat, 25 Feb 2023 00:00:00 GMT</pubDate></item><item><title>[Flutter] AppBar의 뒤로가기 버튼 없애기</title><link>https://deku.posstree.com/ko/flutter/widget/hide_back_button/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/widget/hide_back_button/</guid><description>Flutter의 AppBar에서 자동으로 생성하는 뒤로가기 버튼을 없애는 방법에 대해서 알아보겠습니다.</description><pubDate>Wed, 22 Feb 2023 00:00:00 GMT</pubDate></item><item><title>[Flutter] DatePicker</title><link>https://deku.posstree.com/ko/flutter/widget/showDatePicker/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/widget/showDatePicker/</guid><description>Flutter 앱에서 사용자로부터 날짜를 입력받기 위해 달력(DatePicker)을 표시하는 방법에 대해서 알아봅시다.</description><pubDate>Sun, 19 Feb 2023 00:00:00 GMT</pubDate></item><item><title>[Flutter] textScaleFactor를 사용해서 폰트 크기 고정하기</title><link>https://deku.posstree.com/ko/flutter/widget/textScaleFactor/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/widget/textScaleFactor/</guid><description>Flutter 앱에서 사용자가 기기 설정을 통해 폰트를 확대한 경우에도, 앱내의 폰트 크기를 고정하는 방법에 대해서 알아봅시다.</description><pubDate>Tue, 14 Feb 2023 00:00:00 GMT</pubDate></item><item><title>[GitLab] Dependabot</title><link>https://deku.posstree.com/ko/gitlab/dependabot/</link><guid isPermaLink="true">https://deku.posstree.com/ko/gitlab/dependabot/</guid><description>GitLab에 Dependabot을 추가하여 프로젝트에서 사용하는 라이브러리 버전 업데이트를 자동화하는 방법에 대해서 설명합니다.</description><pubDate>Fri, 10 Feb 2023 00:00:00 GMT</pubDate></item><item><title>[Flutter] 당겨서 새로고침</title><link>https://deku.posstree.com/ko/flutter/widget/RefreshIndicator/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/widget/RefreshIndicator/</guid><description>Flutter로 만든 앱에서 리스트를 표시하고 당겨서 새로고침(Pull to refresh)을 사용하여 리스트를 갱신하는 방법에 대해서 알아봅시다.</description><pubDate>Mon, 06 Feb 2023 00:00:00 GMT</pubDate></item><item><title>[Flutter] 화면이 꺼지지 않게 하기</title><link>https://deku.posstree.com/ko/flutter/wakelock/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/wakelock/</guid><description>Flutter로 만든 앱을 실행하고 있을 때 또는 앱 내에서 특정 기능을 수행할 때 휴대폰의 화면이 꺼지지 않게 하기 위해 wakelock 패키지를 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Thu, 24 Nov 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] 위젯안에서 인라인 조건문과 인라인 반복문 사용하기</title><link>https://deku.posstree.com/ko/flutter/inline-if-statement-and-inline-loop/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/inline-if-statement-and-inline-loop/</guid><description>인라인 조건문을 사용하여 위젯을 표시할지 여부를 결정하거나 인라인 반복문을 사용하여 위젯을 표시하는 방법에 대해서 알아봅시다.</description><pubDate>Mon, 21 Nov 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] GitHub Actions과 Fastlane을 사용하여 Flutter 앱 배포하기</title><link>https://deku.posstree.com/ko/flutter/github-actions/deployment/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/github-actions/deployment/</guid><description>Fastlane이 구성된 Flutter 프로젝트를 GitHub Actions를 사용하여 배포하는 방법에 대해서 알아보도록 하겠습니다.</description><pubDate>Thu, 17 Nov 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] Fastlane을 사용하여 배포 자동화하기</title><link>https://deku.posstree.com/ko/flutter/fastlane/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/fastlane/</guid><description>Fastlane을 사용하여 Flutter로 개발한 앱을 배포하는 방법에 대해서 알아보도록 하겠습니다.</description><pubDate>Fri, 28 Oct 2022 00:00:00 GMT</pubDate></item><item><title>[Git] 마지막 커밋 메시지 수정</title><link>https://deku.posstree.com/ko/git/amend/</link><guid isPermaLink="true">https://deku.posstree.com/ko/git/amend/</guid><description>Git에서 amend 옵션을 사용하여 마지막 커밋 메시지를 수정하는 방법에 대해서 알아봅시다.</description><pubDate>Tue, 25 Oct 2022 00:00:00 GMT</pubDate></item><item><title>[Emotion] React does not recognize the XXXXX prop on a DOM element 문제 해결 방법</title><link>https://deku.posstree.com/ko/react/emotion/does-not-recognize-props/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/emotion/does-not-recognize-props/</guid><description>Emotion을 사용할 때, 발생하는 React does not recognize the XXXXX prop on a DOM element 문제를 해결하는 방법에 대해서 알아봅시다.</description><pubDate>Thu, 20 Oct 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] VSCode 설정</title><link>https://deku.posstree.com/ko/flutter/vscode-settings/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/vscode-settings/</guid><description>VSCode를 사용하여 Flutter로 앱을 개발할 때, 도움이 되는 설정들에 대해서 알아봅시다.</description><pubDate>Sun, 16 Oct 2022 00:00:00 GMT</pubDate></item><item><title>[ESLint] eslint-plugin-import</title><link>https://deku.posstree.com/ko/code_quality/eslint/eslint-plugin-import/</link><guid isPermaLink="true">https://deku.posstree.com/ko/code_quality/eslint/eslint-plugin-import/</guid><description>ESLint의 eslint-plugin-import을 사용하여 import 부분을 정리하는 방법에 대해서 알아봅시다.</description><pubDate>Wed, 12 Oct 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] flutter_colorpicker</title><link>https://deku.posstree.com/ko/flutter/flutter_colorpicker/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/flutter_colorpicker/</guid><description>Flutter에서 flutter_colorpicker를 사용하여 사용자가 쉽게 색상을 선택할 수 있는 기능을 구현해 보도록 합시다.</description><pubDate>Thu, 05 May 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] 테스트 커버리지</title><link>https://deku.posstree.com/ko/flutter/test-coverage/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/test-coverage/</guid><description>Flutter에서 테스트 커버리지 생성하고 테스트 커버리지를 확인하여 테스트 코드가 작성되지 않는 부분을 찾는 방법에 대해서 알아봅시다.</description><pubDate>Mon, 02 May 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] GitHub Dependabot</title><link>https://deku.posstree.com/ko/flutter/github/dependabot/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/github/dependabot/</guid><description>GitHub의 Dependabot을 사용하여 자동으로 Flutter 패키지의 버전을 검토하고 업데이트가 있는 경우, 자동으로 Pull request를 생성하는 방법에 대해서 알아봅시다.</description><pubDate>Tue, 26 Apr 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] GitHub Actions로 코드 검사</title><link>https://deku.posstree.com/ko/flutter/github-actions/code-quality/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/github-actions/code-quality/</guid><description>GitHub의 Actions를 사용하여 Pull request가 생성되면, Flutter의 Linter를 실행하여 코드의 스타일을 검사하고, 테스트 코드를 실행하여 코드가 문제가 없는지 확인하는 방법에 대해서 알아보도록 하겠습니다.</description><pubDate>Mon, 25 Apr 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] webview_flutter에서 쿠키 사용하기</title><link>https://deku.posstree.com/ko/flutter/webview_flutter/cookie/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/webview_flutter/cookie/</guid><description>Flutter에서 webview_flutter를 사용하여 웹뷰(WebView)를 표시하고 표시한 웹 페이지의 쿠키를 다루는 방법에 대해서 알아보도록 하겠습니다.</description><pubDate>Sun, 24 Apr 2022 00:00:00 GMT</pubDate></item><item><title>[Code Quality] Lefthook</title><link>https://deku.posstree.com/ko/code_quality/lefthook/</link><guid isPermaLink="true">https://deku.posstree.com/ko/code_quality/lefthook/</guid><description>Lefthook을 사용하여 Git의 commit을 실행할 때, 테스트나 Linter를 실행하도록 설정해 봅시다.</description><pubDate>Sun, 17 Apr 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] 웹뷰(WebView)</title><link>https://deku.posstree.com/ko/flutter/webview_flutter/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/webview_flutter/</guid><description>Flutter에서 webview_flutter를 사용하여 앱 내에서 웹뷰(WebView)로 웹 페이지를 표시하는 방법에 대해서 알아봅시다.</description><pubDate>Sun, 10 Apr 2022 00:00:00 GMT</pubDate></item><item><title>[Golang] Gin 시작하기</title><link>https://deku.posstree.com/ko/golang/gin/start/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/gin/start/</guid><description>Golang의 웹 프레임워크중 가장 유명한 Gin 웹 프레임워크를 사용하여 Golang으로 웹 서버를 개발하는 방법에 대해 알아보도록 하겠습니다.</description><pubDate>Thu, 07 Apr 2022 00:00:00 GMT</pubDate></item><item><title>[Next.js] MUI</title><link>https://deku.posstree.com/ko/react/nextjs/mui/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/nextjs/mui/</guid><description>TypeScript 기반의 Next.js에 UI 라이브러리인 MUI(Material UI)를 추가하고 사용하는 방법에 대해서 알아보도록 하겠습니다.</description><pubDate>Sun, 27 Mar 2022 00:00:00 GMT</pubDate></item><item><title>[Next.js] 다국어 지원</title><link>https://deku.posstree.com/ko/react/nextjs/localization/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/nextjs/localization/</guid><description>TypeScript 기반의 Next.js에서 next-translate을 사용하여 다국어를 지원하는 방법에 대해서 알아보도록 하겠습니다.</description><pubDate>Sat, 26 Mar 2022 00:00:00 GMT</pubDate></item><item><title>[Next.js] Storybook 배경색 변경</title><link>https://deku.posstree.com/ko/react/nextjs/storybook/background_color/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/nextjs/storybook/background_color/</guid><description>TypeScript를 기반으로 한 Next.js 프로젝트에 적용한 Storybook의 배경색을 변경하는 방법에 대해서 알아봅시다.</description><pubDate>Tue, 22 Mar 2022 00:00:00 GMT</pubDate></item><item><title>[Next.js] Storybook</title><link>https://deku.posstree.com/ko/react/nextjs/storybook/start/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/nextjs/storybook/start/</guid><description>TypeScript를 기반으로 한 Next.js 프로젝트에 Storybook를 사용하여 컴포넌트 주도 개발을 해 봅시다.</description><pubDate>Tue, 15 Mar 2022 00:00:00 GMT</pubDate></item><item><title>[Code Quality] CSpell</title><link>https://deku.posstree.com/ko/code_quality/cspell/</link><guid isPermaLink="true">https://deku.posstree.com/ko/code_quality/cspell/</guid><description>CSpell을 사용하여 오탈자를 검사하는 방법에 대해서 알아봅시다.</description><pubDate>Tue, 08 Mar 2022 00:00:00 GMT</pubDate></item><item><title>[Code Quality] Stylelint V14</title><link>https://deku.posstree.com/ko/code_quality/stylelint/</link><guid isPermaLink="true">https://deku.posstree.com/ko/code_quality/stylelint/</guid><description>Stylelint를 사용하여 CSS, SCSS 파일의 코드 스타일과 CSS-in-JS의 코드 스타일을 검사해 봅시다.</description><pubDate>Sun, 06 Mar 2022 00:00:00 GMT</pubDate></item><item><title>[Code Quality] remark-lint</title><link>https://deku.posstree.com/ko/code_quality/remark-lint/</link><guid isPermaLink="true">https://deku.posstree.com/ko/code_quality/remark-lint/</guid><description>remark-lint를 사용하여 마크다운(Markdown) 파일의 작성 스타일을 검사해 봅시다.</description><pubDate>Sat, 05 Mar 2022 00:00:00 GMT</pubDate></item><item><title>[Next.js] 테스트</title><link>https://deku.posstree.com/ko/react/nextjs/test/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/nextjs/test/</guid><description>TypeScript를 기반으로 한 Next.js 프로젝트에 Jest와 React Testing Library를 사용하여 테스트를 할 수 있는 환경을 만드는 방법에 대해서 알아봅시다.</description><pubDate>Mon, 21 Feb 2022 00:00:00 GMT</pubDate></item><item><title>[Next.js] 절대 경로로 컴포넌트 추가</title><link>https://deku.posstree.com/ko/react/nextjs/absolute_path/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/nextjs/absolute_path/</guid><description>TypeScript 기반의 Next.js에서 절대 경로를 통해 컴포넌트를 추가(import)하는 방법에 대해서 알아봅시다.</description><pubDate>Sat, 19 Feb 2022 00:00:00 GMT</pubDate></item><item><title>[Next.js] Prettier</title><link>https://deku.posstree.com/ko/react/nextjs/prettier/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/nextjs/prettier/</guid><description>Next.js에 Prettier를 설정하는 방법에 대해서 알아봅시다.</description><pubDate>Fri, 18 Feb 2022 00:00:00 GMT</pubDate></item><item><title>[Next.js] TypeScript</title><link>https://deku.posstree.com/ko/react/nextjs/typescript/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/nextjs/typescript/</guid><description>Next.js 프로젝트에 TypeScript를 적용하는 방법에 대해서 알아봅시다.</description><pubDate>Thu, 17 Feb 2022 00:00:00 GMT</pubDate></item><item><title>[Next.js] 시작하기</title><link>https://deku.posstree.com/ko/react/nextjs/start/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/nextjs/start/</guid><description>Next.js를 사용하여 React 프로젝트를 생성하고 실행하는 방법에 대해서 알아봅시다.</description><pubDate>Tue, 15 Feb 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] 로컬 푸시 노티피케이션</title><link>https://deku.posstree.com/ko/flutter/flutter_local_notifications/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/flutter_local_notifications/</guid><description>Flutter에서 flutter_local_notifications를 사용하여 기기 자체에서 특정 시간에 푸시 메시지를 표시하는 방법에 대해서 알아봅시다.</description><pubDate>Thu, 10 Feb 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] in_app_review</title><link>https://deku.posstree.com/ko/flutter/in_app_review/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/in_app_review/</guid><description>Flutter에서 in_app_review를 사용하여 앱내에서 앱 리뷰를 작성할 수 있도록 만들어 봅시다.</description><pubDate>Mon, 07 Feb 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] http로 API 호출하기</title><link>https://deku.posstree.com/ko/flutter/http/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/http/</guid><description>Flutter에서 http 패키지를 사용하여 서버 API를 호출하는 방법에 대해서 알아봅시다.</description><pubDate>Thu, 03 Feb 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] device_info_plus를 사용하여 디바이스 정보 가져오기</title><link>https://deku.posstree.com/ko/flutter/device_info_plus/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/device_info_plus/</guid><description>Flutter에서 device_info_plus를 사용하여 디바이스명, 디바이스 모델명, 디바이스 시스템명 등 디바이스에 관한 정보를 가져오는 방법에 대해서 알아봅시다.</description><pubDate>Mon, 31 Jan 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] package_info_plus를 사용하여 패키지 정보 가져오기</title><link>https://deku.posstree.com/ko/flutter/package_info_plus/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/package_info_plus/</guid><description>Flutter에서 package_info_plus를 사용하여 앱 이름, 패키지명 또는 버전 정보를 가져오는 방법에 대해서 알아봅시다.</description><pubDate>Fri, 28 Jan 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] iOS에서 url_launcher를 사용하여 외부 브라우저 열기</title><link>https://deku.posstree.com/ko/flutter/url_launcher/external_link/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/url_launcher/external_link/</guid><description>Flutter의 url_launcher를 사용하여 iOS에서 웹 링크를 앱 내부 브라우저가 아닌, 앱 외부의 기본 브라우저로 열어주는 방법을 알아보겠습니다.</description><pubDate>Wed, 26 Jan 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] url_launcher를 사용하여 브라우저 열기</title><link>https://deku.posstree.com/ko/flutter/url_launcher/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/url_launcher/</guid><description>Flutter에서 url_launcher를 사용하여 브라우저를 열거나, 메일, 전화 등을 보내기 위해 앱을 실행하는 방법에 대해서 알아봅시다.</description><pubDate>Tue, 25 Jan 2022 00:00:00 GMT</pubDate></item><item><title>[GetX] 플랫폼 및 디바이스 정보</title><link>https://deku.posstree.com/ko/flutter/getx/utils/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/getx/utils/</guid><description>Flutter에서 GetX를 사용하여 플랫폼 정보와 디바이스 정보를 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Sun, 26 Dec 2021 00:00:00 GMT</pubDate></item><item><title>[GetX] 스낵바</title><link>https://deku.posstree.com/ko/flutter/getx/snackbar/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/getx/snackbar/</guid><description>Flutter에서 GetX를 사용하여 스낵바를 표시하는 방법에 대해서 알아봅시다.</description><pubDate>Sun, 26 Dec 2021 00:00:00 GMT</pubDate></item><item><title>[GetX] Dialog</title><link>https://deku.posstree.com/ko/flutter/getx/dialog/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/getx/dialog/</guid><description>Flutter에서 GetX를 사용하여 Dialog를 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Fri, 24 Dec 2021 00:00:00 GMT</pubDate></item><item><title>[GetX] BottomSheet</title><link>https://deku.posstree.com/ko/flutter/getx/bottom_sheet/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/getx/bottom_sheet/</guid><description>Flutter에서 GetX를 사용하여 BottomSheet를 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Thu, 23 Dec 2021 00:00:00 GMT</pubDate></item><item><title>[GetX] 테마</title><link>https://deku.posstree.com/ko/flutter/getx/theme/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/getx/theme/</guid><description>Flutter에서 GetX를 사용하여 테마를 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Wed, 22 Dec 2021 00:00:00 GMT</pubDate></item><item><title>[GetX] 다국어 지원</title><link>https://deku.posstree.com/ko/flutter/getx/localization/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/getx/localization/</guid><description>Flutter에서 GetX를 사용하여 다국어를 지원하는 방법에 대해서 알아봅시다.</description><pubDate>Tue, 21 Dec 2021 00:00:00 GMT</pubDate></item><item><title>[GetX] 종속성 관리</title><link>https://deku.posstree.com/ko/flutter/getx/dependency/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/getx/dependency/</guid><description>Flutter에서 GetX를 사용하여 종속성을 관리하는 방법에 대해서 알아봅시다.</description><pubDate>Wed, 15 Dec 2021 00:00:00 GMT</pubDate></item><item><title>[GetX] 라우트 관리</title><link>https://deku.posstree.com/ko/flutter/getx/route/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/getx/route/</guid><description>Flutter에서 GetX를 사용하여 라우트 관리를 하는 방법에 대해서 알아봅시다.</description><pubDate>Tue, 14 Dec 2021 00:00:00 GMT</pubDate></item><item><title>[GetX] 상태 관리</title><link>https://deku.posstree.com/ko/flutter/getx/state/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/getx/state/</guid><description>Flutter에서 GetX를 사용하여 상태 관리를 하는 방법에 대해서 알아봅시다.</description><pubDate>Tue, 31 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] 컨텍스트</title><link>https://deku.posstree.com/ko/golang/context/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/context/</guid><description>Golang에서 컨텍스트(Context)란 무엇인지 살펴보고 컨텍스트를 정의하고 사용하는 방법에 대해서 알아보도록 하겠습니다.</description><pubDate>Mon, 23 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] 채널</title><link>https://deku.posstree.com/ko/golang/channel/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/channel/</guid><description>Golang에서 채널(Channel)을 사용하여 고루틴간에 메시지를 주고 받는 방법에 대해서 알아보겠습니다.</description><pubDate>Sun, 22 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] 고루틴</title><link>https://deku.posstree.com/ko/golang/goroutine/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/goroutine/</guid><description>Golang에서 쓰레드를 사용하는 방법인 고루틴(Goroutine)에 대해서 알아봅시다.</description><pubDate>Sat, 21 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] 에러 처리</title><link>https://deku.posstree.com/ko/golang/error-handling/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/error-handling/</guid><description>Golang에서 에러를 생성하거나 처리하는 방법에 대해서 알아봅시다.</description><pubDate>Fri, 20 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Map</title><link>https://deku.posstree.com/ko/golang/map/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/map/</guid><description>Golang에서 자료구조중 하나인 맵(Map)을 정의하고 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Thu, 19 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] 자료 구조</title><link>https://deku.posstree.com/ko/golang/data-structure/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/data-structure/</guid><description>Golang에서 주로 사용되는 리스트, 큐, 스택, 링 자료 구조를 생성하고 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Wed, 18 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Function 심화</title><link>https://deku.posstree.com/ko/golang/function/deep-dive/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/function/deep-dive/</guid><description>Golang에서 Function(함수)를 좀 더 자세히 살펴보고, 함수를 활용하는 다양한 방법에 대해서 알아봅시다.</description><pubDate>Tue, 17 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Interface</title><link>https://deku.posstree.com/ko/golang/interface/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/interface/</guid><description>Golang에서 Interface(인터페이스)에 대한 개념을 확인하고, 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Mon, 16 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Method</title><link>https://deku.posstree.com/ko/golang/method/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/method/</guid><description>Golang에서 Method(메서드)를 정의하고 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Sun, 15 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Package</title><link>https://deku.posstree.com/ko/golang/package/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/package/</guid><description>Golang에서 Package(패키지)에 대해 자세히 알아보고 사용하는 방법에 대해서도 알아봅시다.</description><pubDate>Sat, 14 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Slice</title><link>https://deku.posstree.com/ko/golang/slice/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/slice/</guid><description>Golang에서 Slice(슬라이스)에 대해 알아보고 사용하는 방법에 대해서 살펴보도록 하겠습니다.</description><pubDate>Sat, 14 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Module</title><link>https://deku.posstree.com/ko/golang/module/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/module/</guid><description>Golang에서 Module(모듈)에 대해서 알아보고 어떻게 사용하는지에 대해서 알아보도록 하겠습니다.</description><pubDate>Fri, 13 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] String(문자열)</title><link>https://deku.posstree.com/ko/golang/string/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/string/</guid><description>Golang에서 String(문자열)을 선언하고 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Thu, 12 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Pointer</title><link>https://deku.posstree.com/ko/golang/pointer/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/pointer/</guid><description>Golang에서 포인터(Pointer)를 사용하여 변수의 메모리 주소값을 다루는 방법을 알아보도록 하겠습니다.</description><pubDate>Wed, 11 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] struct(구조체)</title><link>https://deku.posstree.com/ko/golang/struct/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/struct/</guid><description>Golang에서 struct(구조체)를 정의하고 사용하는 방법에 대해서 알아보도록 하겠습니다.</description><pubDate>Tue, 10 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] 배열(Array)</title><link>https://deku.posstree.com/ko/golang/array/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/array/</guid><description>Golang에서 배열(Array)를 정의하고 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Mon, 09 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] for문</title><link>https://deku.posstree.com/ko/golang/for-statement/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/for-statement/</guid><description>Golang에서 유일한 반복문인 for문을 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Sun, 08 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] switch문</title><link>https://deku.posstree.com/ko/golang/switch-statement/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/switch-statement/</guid><description>Golang에서 switch문을 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Sat, 07 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] if 문</title><link>https://deku.posstree.com/ko/golang/if-statement/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/if-statement/</guid><description>Golang에서 if문을 사용하는 방법에 대해서 살펴봅시다.</description><pubDate>Fri, 06 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Function 기초</title><link>https://deku.posstree.com/ko/golang/function/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/function/</guid><description>Golang에서 Function(함수)를 선언하고 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Thu, 05 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] 연산자</title><link>https://deku.posstree.com/ko/golang/operator/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/operator/</guid><description>Golang에서 사용할 수 있는 연산자에 대해서 살펴보도록 하겠습니다.</description><pubDate>Wed, 04 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] fmt 패키지를 이용한 표준 입출력</title><link>https://deku.posstree.com/ko/golang/fmt/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/fmt/</guid><description>Golang에서 표준 입출력에 사용되는 fmt 패키지에 대해서 살펴보도록 하겠습니다.</description><pubDate>Tue, 03 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] 상수</title><link>https://deku.posstree.com/ko/golang/constants/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/constants/</guid><description>Golang에서 상수를 선언하고 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Mon, 02 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] 변수</title><link>https://deku.posstree.com/ko/golang/variables/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/variables/</guid><description>Golang에서 변수의 종류와 변수의 사용법에 대해서 알아봅시다.</description><pubDate>Sun, 01 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] 코딩 및 빌드</title><link>https://deku.posstree.com/ko/golang/hello-world/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/hello-world/</guid><description>Golang으로 Hello world를 출력하는 프로그램을 작성 및 빌드를 해보고, 작성한 프로그램을 자세히 살펴봅시다.</description><pubDate>Sat, 31 Jul 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] 설치 및 실행</title><link>https://deku.posstree.com/ko/golang/installation/</link><guid isPermaLink="true">https://deku.posstree.com/ko/golang/installation/</guid><description>Golang을 설치하고 Golang으로 작성된 코드를 실행하는 방법에 대해서 알아봅시다.</description><pubDate>Fri, 30 Jul 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] 내비게이션에서 파라메터 전달</title><link>https://deku.posstree.com/ko/flutter/navigator/parameters/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/navigator/parameters/</guid><description>Flutter에서 내비게이션을 사용하여 화면을 이동할 때, 파라메터를 전달하는 방법에 대해서 알아봅시다.</description><pubDate>Mon, 26 Jul 2021 00:00:00 GMT</pubDate></item><item><title>git stash</title><link>https://deku.posstree.com/ko/git/stash/</link><guid isPermaLink="true">https://deku.posstree.com/ko/git/stash/</guid><description>Git에서 git stash를 사용하여, 현재 작업중인 내용을 임시로 저장하는 방법에 대해서 알아봅시다.</description><pubDate>Sat, 17 Jul 2021 00:00:00 GMT</pubDate></item><item><title>git branch와 git merge</title><link>https://deku.posstree.com/ko/git/branch-merge/</link><guid isPermaLink="true">https://deku.posstree.com/ko/git/branch-merge/</guid><description>Git을 사용하여 버전을 관리할 때 브랜치를 만들고 병합(Merge)하는 방법에 대해서 알아봅시다.</description><pubDate>Fri, 16 Jul 2021 00:00:00 GMT</pubDate></item><item><title>[Dart] 올림, 버림, 반올림</title><link>https://deku.posstree.com/ko/flutter/dart/ceil-floor-round/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/dart/ceil-floor-round/</guid><description>Flutter에서 소수점에 대해 올림, 버림, 반올림을 하는 방법에 대해서 알아봅시다.</description><pubDate>Sun, 11 Jul 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Device Unique ID</title><link>https://deku.posstree.com/ko/flutter/device-unique-id/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/device-unique-id/</guid><description>Flutter에서 사용자 단말기의 고유 식별 ID를 얻기 위해, device_info_plus 패키지를 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Thu, 08 Jul 2021 00:00:00 GMT</pubDate></item><item><title>[Git] 기본 브랜치를 master에서 main으로 설정하기</title><link>https://deku.posstree.com/ko/git/default-branch/</link><guid isPermaLink="true">https://deku.posstree.com/ko/git/default-branch/</guid><description>Git을 사용할 때, 기본 브랜치를 master에서 main으로 변경하는 방법에 대해서 알아봅시다.</description><pubDate>Thu, 17 Jun 2021 00:00:00 GMT</pubDate></item><item><title>[React] GitHub Pages에 배포</title><link>https://deku.posstree.com/ko/react/github-pages/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/github-pages/</guid><description>create-react-app으로 만든 React 프로젝트를 GitHub Pages에 배포해 보도록 합시다.</description><pubDate>Thu, 17 Jun 2021 00:00:00 GMT</pubDate></item><item><title>create-react-app에서 React Router 사용하기</title><link>https://deku.posstree.com/ko/react/create-react-app/react-router/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/create-react-app/react-router/</guid><description>create-react-app로 생성한 React에서 페이지 전환 기능을 구현하기 위해 react-router를 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Wed, 16 Jun 2021 00:00:00 GMT</pubDate></item><item><title>[React] Context API</title><link>https://deku.posstree.com/ko/react/context-api/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/context-api/</guid><description>React에서 데이터를 다루는 개념중 하나인 Context API를 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Tue, 15 Jun 2021 00:00:00 GMT</pubDate></item><item><title>[React] Props와 State</title><link>https://deku.posstree.com/ko/react/props-state/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/props-state/</guid><description>React에서 데이터를 다루는 주요 개념인 Props와 State가 무엇인지 알아보고, 사용하는 방법에 대해서 살펴봅시다.</description><pubDate>Mon, 14 Jun 2021 00:00:00 GMT</pubDate></item><item><title>[React] GitHub Actions으로 Prettier와 ESLint 사용하기</title><link>https://deku.posstree.com/ko/react/github-actions/prettier-eslint/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/github-actions/prettier-eslint/</guid><description>React 프로젝트에 설정한 Prettier와 ESLint를 GitHub Actions를 사용하여 실행해 봅시다.</description><pubDate>Sun, 13 Jun 2021 00:00:00 GMT</pubDate></item><item><title>[React] husky, lint-staged</title><link>https://deku.posstree.com/ko/react/husky-lint-staged/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/husky-lint-staged/</guid><description>React에서 husky와 lint-staged를 사용하여 Git에 커밋할 때, ESLint와 Prettier를 실행하도록 설정해 봅시다.</description><pubDate>Sat, 12 Jun 2021 00:00:00 GMT</pubDate></item><item><title>[React] ESLint</title><link>https://deku.posstree.com/ko/react/eslint/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/eslint/</guid><description>React에서 소스 코드를 분석하여 버그와 오류를 찾기 위해 ESLint를 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Sat, 12 Jun 2021 00:00:00 GMT</pubDate></item><item><title>[React] Prettier</title><link>https://deku.posstree.com/ko/react/prettier/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/prettier/</guid><description>React에서 Prettier를 사용하여 코드의 포맷을 일정하게 유지시켜 보자.</description><pubDate>Fri, 11 Jun 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] SQLite</title><link>https://deku.posstree.com/ko/flutter/widget/sqflite/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/widget/sqflite/</guid><description>이번 블로그 포스트에서는 Flutter에서 SQLite를 사용하는 방법에 대해서 살펴봅시다.</description><pubDate>Sun, 06 Jun 2021 00:00:00 GMT</pubDate></item><item><title>Jekyll 블로그에 댓글 기능 넣기</title><link>https://deku.posstree.com/ko/jekyll/utterances/</link><guid isPermaLink="true">https://deku.posstree.com/ko/jekyll/utterances/</guid><description>utterances 서비스를 이용하여 Jekyll 프로젝트에 댓글 기능을 추가해 보자.</description><pubDate>Thu, 03 Jun 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] 통합 테스트(Integration Test)</title><link>https://deku.posstree.com/ko/flutter/integration-test/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/integration-test/</guid><description>이번 블로그 포스트에서는 Flutter에서 통합 테스트(Integration Test)를 하는 방법에 대해서 알아봅시다.</description><pubDate>Mon, 31 May 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Shared preferences</title><link>https://deku.posstree.com/ko/flutter/shared-preferences/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/shared-preferences/</guid><description>이번 블로그 포스트에서는 Flutter에서 로컬에 간단한 데이터를 저장하기 위해 Shared preferences 패키지를 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Fri, 28 May 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] 라이프사이클</title><link>https://deku.posstree.com/ko/flutter/widget/lifecycle/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/widget/lifecycle/</guid><description>이번 블로그 포스트에서는 Flutter에서 위젯의 라이프사이클(lifecycle)에 대해서 알아봅시다.</description><pubDate>Tue, 25 May 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] 애니메이션</title><link>https://deku.posstree.com/ko/flutter/widget/animated/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/widget/animated/</guid><description>이번 블로그 포스트에서는 Flutter에서 간단한 애니메이션을 사용하기 위해 AnimatedContainer와 AnimatedOpacity를 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Fri, 16 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Application ID 변경</title><link>https://deku.posstree.com/ko/flutter/app-id/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/app-id/</guid><description>Flutter로 생성한 앱의 Application ID를 변경하는 방법에 대해서 살펴보겠습니다.</description><pubDate>Thu, 15 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] 앱 이름 변경</title><link>https://deku.posstree.com/ko/flutter/app-name/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/app-name/</guid><description>이번 블로그 포스트에서는 Flutter로 생성한 앱의 이름을 변경하는 방법에 대해서 살펴보겠습니다.</description><pubDate>Wed, 14 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Provider</title><link>https://deku.posstree.com/ko/flutter/provider/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/provider/</guid><description>이번 블로그 포스트에서는 Flutter에서 전역 상태 또는 위젯끼리 상태를 공유하기 위해 Provider를 사용하는 방법에 대해서 알아보겠습니다.</description><pubDate>Tue, 13 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Firebase Performance</title><link>https://deku.posstree.com/ko/flutter/firebase/performance/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/firebase/performance/</guid><description>이번 블로그 포스트에서는 Flutter에서 Firebase의 Performance를 설정하는 방법에 대해서 알아보도록 하겠습니다.</description><pubDate>Mon, 12 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Firebase App Check</title><link>https://deku.posstree.com/ko/flutter/firebase/app-check/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/firebase/app-check/</guid><description>이번 블로그 포스트에서는 Flutter에서 Firebase의 App check를 설정하는 방법에 대해서 알아보도록 하겠습니다.</description><pubDate>Mon, 12 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] TTS - Text To Speech</title><link>https://deku.posstree.com/ko/flutter/tts/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/tts/</guid><description>이번 블로그 포스트에서는 Flutter에서 TTS(Text To Speech) 기능를 사용하는 방법에 대해서 알아보겠습니다.</description><pubDate>Mon, 12 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Firebase Crashlytics</title><link>https://deku.posstree.com/ko/flutter/firebase/crashlytics/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/firebase/crashlytics/</guid><description>이번 블로그 포스트에서는 Flutter에서 Firebase의 Crashlytics를 연동하고 사용하는 방법에 대해서 알아보겠습니다.</description><pubDate>Sun, 11 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Firebase Analytics</title><link>https://deku.posstree.com/ko/flutter/firebase/analytics/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/firebase/analytics/</guid><description>이번 블로그 포스트에서는 Flutter에서 Firebase의 Analytics를 연동하고 사용하는 방법에 대해서 알아보겠습니다.</description><pubDate>Sat, 10 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Firebase core</title><link>https://deku.posstree.com/ko/flutter/firebase/core/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/firebase/core/</guid><description>이번 블로그 포스트에서는 Flutter에서 Firebase를 연동하는 방법에 대해서 알아보겠습니다.</description><pubDate>Fri, 09 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Admob</title><link>https://deku.posstree.com/ko/flutter/admob/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/admob/</guid><description>이번 블로그 포스트에서는 Flutter로 생성한 앱에 google_mobile_ads 패키지를 사용해서 Admob 광고를 표시하는 방법에 대해서 살펴봅시다.</description><pubDate>Thu, 08 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] 스플래시 스크린</title><link>https://deku.posstree.com/ko/flutter/splash-screen/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/splash-screen/</guid><description>이번 블로그 포스트에서는 Flutter에서 스플래시 스크린을 변경하는 방법에 대해서 알아봅시다.</description><pubDate>Wed, 07 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] 앱 아이콘 변경</title><link>https://deku.posstree.com/ko/flutter/app-icon/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/app-icon/</guid><description>이번 블로그 포스트에서는 Flutter에서 앱 아이콘을 변경하는 방법에 대해서 알아봅시다.</description><pubDate>Tue, 06 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] TextField 위젯</title><link>https://deku.posstree.com/ko/flutter/widget/textfield/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/widget/textfield/</guid><description>이번 블로그 포스트에서는 Flutter에서 사용자 입력을 받기 위한 TextField 위젯을 사용하는 방법에 대해서 알아봅니다.</description><pubDate>Mon, 05 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Drawer 내비게이션</title><link>https://deku.posstree.com/ko/flutter/navigator/drawer/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/navigator/drawer/</guid><description>Flutter를 이용하여 앱을 개발해 봅시다. 이번 블로그 포스트에서는 Flutter로 생성한 프로젝트에서 드로어 내비게이션을 사용하는 방법에 대해서 알아봅니다.</description><pubDate>Sun, 04 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] 스택 내비게이션</title><link>https://deku.posstree.com/ko/flutter/navigator/stack/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/navigator/stack/</guid><description>Flutter를 이용하여 앱을 개발해 봅시다. 이번 블로그 포스트에서는 Flutter로 생성한 프로젝트에서 스택 내비게이션을 사용하는 방법에 대해서 알아봅니다.</description><pubDate>Sat, 03 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Snackbar 위젯</title><link>https://deku.posstree.com/ko/flutter/widget/snackbar/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/widget/snackbar/</guid><description>Flutter를 이용하여 앱을 개발해 봅시다. 이번 블로그 포스트에서는 Flutter에서 스낵바를 표시하기 위해 Snackbar 위젯을 사용하는 방법에 대해서 알아봅니다.</description><pubDate>Fri, 02 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Image 위젯</title><link>https://deku.posstree.com/ko/flutter/widget/image/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/widget/image/</guid><description>Flutter를 이용하여 앱을 개발해 봅시다. 이번 블로그 포스트에서는 Flutter에서 이미지를 표시하기 위해 Image 위젯을 사용하는 방법에 대해서 알아봅니다.</description><pubDate>Thu, 01 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] 레이아웃</title><link>https://deku.posstree.com/ko/flutter/layout/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/layout/</guid><description>Flutter를 이용하여 앱을 개발해 봅시다. 이번 블로그 포스트에서는 Flutter에서 화면의 레이아웃을 담당하는 위젯들에 대해서 알아보도록 하겠습니다.</description><pubDate>Wed, 31 Mar 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] 위젯</title><link>https://deku.posstree.com/ko/flutter/widget/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/widget/</guid><description>Flutter를 이용하여 앱을 개발해 봅시다. 이번 블로그 포스트에서는 Flutter에서 사용되는 위젯에 관해서 알아봅시다.</description><pubDate>Tue, 30 Mar 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Linter</title><link>https://deku.posstree.com/ko/flutter/linter/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/linter/</guid><description>Flutter에서 코드의 스타일을 통일하고, 잠재적인 버그를 찾기 위해 Linter를 설정하는 방법에 대해서 알아봅시다.</description><pubDate>Tue, 30 Mar 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] 시작하기</title><link>https://deku.posstree.com/ko/flutter/start/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/start/</guid><description>Flutter를 이용하여 앱을 개발해 봅시다. 이번 블로그 포스트에서는 Flutter 프로젝트를 생성하고, 주요 파일과 폴더를 살펴보도록 하겠습니다.</description><pubDate>Mon, 29 Mar 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Dart에서 클래스</title><link>https://deku.posstree.com/ko/flutter/dart/class/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/dart/class/</guid><description>Flutter로 앱을 개발하기 위해서 Flutter의 개발 언어인 Dart에 대해서 알아봅시다. 이번 블로그 포스트에서는 Dart에서 클래스를 사용하는 방법에 대해서 알아봅니다.</description><pubDate>Sun, 28 Mar 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Dart에서 함수</title><link>https://deku.posstree.com/ko/flutter/dart/function/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/dart/function/</guid><description>Flutter로 앱을 개발하기 위해서 Flutter의 개발 언어인 Dart에 대해서 알아봅시다. 이번 블로그 포스트에서는 Dart에서 함수를 사용하는 방법에 대해서 알아봅니다.</description><pubDate>Sat, 27 Mar 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Dart에서 Statement</title><link>https://deku.posstree.com/ko/flutter/dart/statement/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/dart/statement/</guid><description>Flutter로 앱을 개발하기 위해서 Flutter의 개발 언어인 Dart에 대해서 알아봅시다. 이번 블로그 포스트에서는 Dart에서 if/else, for/while등 Statement를 사용하는 방법에 대해서 알아봅니다.</description><pubDate>Fri, 26 Mar 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Dart에서 연산자</title><link>https://deku.posstree.com/ko/flutter/dart/operator/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/dart/operator/</guid><description>Flutter로 앱을 개발하기 위해서 Flutter의 개발 언어인 Dart에 대해서 알아봅시다. 이번 블로그 포스트에서는 Dart의 연산자에 대해서 알아봅니다.</description><pubDate>Thu, 25 Mar 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Dart에서 변수</title><link>https://deku.posstree.com/ko/flutter/dart/variable/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/dart/variable/</guid><description>Flutter로 앱을 개발하기 위해서 Flutter의 개발 언어인 Dart에 대해서 알아봅시다. 이번 블로그 포스트에서는 Dart의 변수에 대해서 알아봅니다.</description><pubDate>Wed, 24 Mar 2021 00:00:00 GMT</pubDate></item><item><title>[MacOS] Flutter 설치</title><link>https://deku.posstree.com/ko/flutter/installation/</link><guid isPermaLink="true">https://deku.posstree.com/ko/flutter/installation/</guid><description>MacOS에 Flutter를 설치하는 방법에 대해서 알아봅시다.</description><pubDate>Tue, 23 Mar 2021 00:00:00 GMT</pubDate></item><item><title>[Django] Model 테스트</title><link>https://deku.posstree.com/ko/django/test/models/</link><guid isPermaLink="true">https://deku.posstree.com/ko/django/test/models/</guid><description>Django 프로젝트에서 Model의 테스트 코드를 작성하는 방법에 대해서 알아봅시다.</description><pubDate>Fri, 19 Mar 2021 00:00:00 GMT</pubDate></item><item><title>[Django] pre-commit 사용법</title><link>https://deku.posstree.com/ko/django/pre-commit/</link><guid isPermaLink="true">https://deku.posstree.com/ko/django/pre-commit/</guid><description>Django 프로젝트에서 pre-commit을 사용하여 Git에 커밋을 할 때, flake8을 실행하도록 설정해 보자.</description><pubDate>Sat, 13 Mar 2021 00:00:00 GMT</pubDate></item><item><title>[Django] flake8 사용법</title><link>https://deku.posstree.com/ko/django/flake8/</link><guid isPermaLink="true">https://deku.posstree.com/ko/django/flake8/</guid><description>Django 프로젝트에서 파이썬 코드 스타일을 통일하기 위한 코드 정적 분석기인 flake8을 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Wed, 03 Mar 2021 00:00:00 GMT</pubDate></item><item><title>(macOS) NVM으로 Node 버전 관리하기</title><link>https://deku.posstree.com/ko/environment/nvm/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/nvm/</guid><description>macOS에 NVM(Node Version Manager)를 설치하고 Node 버전을 관리하는 방법에 대해서 알아봅시다.</description><pubDate>Wed, 16 Dec 2020 00:00:00 GMT</pubDate></item><item><title>GitHub Actions와 Fastlane을 사용해서 React Native 앱 배포하기</title><link>https://deku.posstree.com/ko/react-native/github-actions-fastlane/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/github-actions-fastlane/</guid><description>GitHub Actions와 Fastlane을 사용해서 React Native로 개발한 앱을 자동으로 배포해 봅시다.</description><pubDate>Sun, 13 Dec 2020 00:00:00 GMT</pubDate></item><item><title>create-react-app에서 react-testing-library로 테스트하기</title><link>https://deku.posstree.com/ko/react/create-react-app/react-testing-library/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/create-react-app/react-testing-library/</guid><description>create-react-app로 생성한 React 프로젝트에서 react-testing-library를 사용하여 테스트하는 방법에 대해서 알아봅시다.</description><pubDate>Thu, 12 Nov 2020 00:00:00 GMT</pubDate></item><item><title>Jest</title><link>https://deku.posstree.com/ko/react/create-react-app/jest/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/create-react-app/jest/</guid><description>create-react-app에서 테스트에 많이 사용되는 Jest에 대해서 알아봅시다.</description><pubDate>Wed, 11 Nov 2020 00:00:00 GMT</pubDate></item><item><title>create-react-app에서 styled-components</title><link>https://deku.posstree.com/ko/react/create-react-app/styled-components/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/create-react-app/styled-components/</guid><description>create-react-app으로 생성한 React 프로젝트에 styled-components를 적용하는 방법에 대해서 알아봅시다.</description><pubDate>Tue, 10 Nov 2020 00:00:00 GMT</pubDate></item><item><title>[타입스크립트] create-react-app에서 절대 경로 import</title><link>https://deku.posstree.com/ko/react/create-react-app/root-import/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/create-react-app/root-import/</guid><description>create-react-app의 타입스크립트로 생성한 React 프로젝트에 절대 경로를 사용하여 컴포넌트를 추가하는 방법에 대해서 알아본다.</description><pubDate>Mon, 09 Nov 2020 00:00:00 GMT</pubDate></item><item><title>create-react-app에서 TypeScript</title><link>https://deku.posstree.com/ko/react/create-react-app/typescript/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/create-react-app/typescript/</guid><description>create-react-app으로 생성한 React 프로젝트에 TypeScript를 적용하는 방법에 대해서 알아봅시다.</description><pubDate>Sun, 08 Nov 2020 00:00:00 GMT</pubDate></item><item><title>create-react-app</title><link>https://deku.posstree.com/ko/react/create-react-app/start/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/create-react-app/start/</guid><description>create-react-app을 사용하여 React 프로젝트를 시작해 봅시다.</description><pubDate>Sat, 07 Nov 2020 00:00:00 GMT</pubDate></item><item><title>React란</title><link>https://deku.posstree.com/ko/react/create-react-app/react/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/create-react-app/react/</guid><description>리액트란 무엇인지 알아보고, 리액트의 특징에 대해서 살펴봅니다.</description><pubDate>Fri, 06 Nov 2020 00:00:00 GMT</pubDate></item><item><title>React Native에서 인앱 결제 구현하기</title><link>https://deku.posstree.com/ko/react-native/react-native-iap/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-iap/</guid><description>React Native에서 인앱 결제를 구현하기 위해 react-native-iap를 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Fri, 23 Oct 2020 00:00:00 GMT</pubDate></item><item><title>Ruby에서 예외 처리</title><link>https://deku.posstree.com/ko/ruby/exception/</link><guid isPermaLink="true">https://deku.posstree.com/ko/ruby/exception/</guid><description>Ruby에서 예상치 못한 에러가 발생하였을 때, 프로그램이 종료되지 않게 하기 위해 예외 처리를 하는 방법에 대해서 알아봅시다.</description><pubDate>Thu, 24 Sep 2020 00:00:00 GMT</pubDate></item><item><title>Ruby의 파일 입출력</title><link>https://deku.posstree.com/ko/ruby/file/</link><guid isPermaLink="true">https://deku.posstree.com/ko/ruby/file/</guid><description>Ruby에서 파일의 입출력을 다루는 방법에 대해서 알아봅시다.</description><pubDate>Fri, 04 Sep 2020 00:00:00 GMT</pubDate></item><item><title>Ruby의 절차 오브젝트</title><link>https://deku.posstree.com/ko/ruby/procedure-object/</link><guid isPermaLink="true">https://deku.posstree.com/ko/ruby/procedure-object/</guid><description>Ruby의 절차 오브젝트란 무엇이며, 어떻게 사용하는지에 대해서 알아봅니다.</description><pubDate>Tue, 01 Sep 2020 00:00:00 GMT</pubDate></item><item><title>Ruby의 이터레이터</title><link>https://deku.posstree.com/ko/ruby/iterator/</link><guid isPermaLink="true">https://deku.posstree.com/ko/ruby/iterator/</guid><description>Ruby에서 배열을 좀 더 편하게 다루기 위해 이터레이터를 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Fri, 28 Aug 2020 00:00:00 GMT</pubDate></item><item><title>Ruby의 모듈</title><link>https://deku.posstree.com/ko/ruby/module/</link><guid isPermaLink="true">https://deku.posstree.com/ko/ruby/module/</guid><description>Ruby에서 모듈이란 무엇인지 어떻게 다루는지에 대해서 살펴봅니다.</description><pubDate>Thu, 27 Aug 2020 00:00:00 GMT</pubDate></item><item><title>Ruby의 클래스</title><link>https://deku.posstree.com/ko/ruby/class/</link><guid isPermaLink="true">https://deku.posstree.com/ko/ruby/class/</guid><description>Ruby에서 클래스가 무엇인지 어떻게 다루는지에 대해서 살펴봅니다.</description><pubDate>Sun, 23 Aug 2020 00:00:00 GMT</pubDate></item><item><title>Ruby의 문자열</title><link>https://deku.posstree.com/ko/ruby/string/</link><guid isPermaLink="true">https://deku.posstree.com/ko/ruby/string/</guid><description>Ruby에서 문자열을 다루는 방법에 대해서 살펴봅니다.</description><pubDate>Fri, 21 Aug 2020 00:00:00 GMT</pubDate></item><item><title>Ruby의 Object</title><link>https://deku.posstree.com/ko/ruby/object/</link><guid isPermaLink="true">https://deku.posstree.com/ko/ruby/object/</guid><description>Ruby에서 Object에 관한 개념을 살펴보고 관련된 내용을 공유합니다.</description><pubDate>Thu, 16 Jul 2020 00:00:00 GMT</pubDate></item><item><title>React Native에서 Admob의 Native Advanced 광고 사용하기</title><link>https://deku.posstree.com/ko/react-native/react-native-admob-native-ads/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-admob-native-ads/</guid><description>React Native에서 Admob의 Native Advanced 광고를 사용하기 위해 react-native-admob-native-ads 라이브러리를 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Thu, 25 Jun 2020 00:00:00 GMT</pubDate></item><item><title>Git FTP를 사용하여 파일 업로드하기</title><link>https://deku.posstree.com/ko/git/git-ftp/</link><guid isPermaLink="true">https://deku.posstree.com/ko/git/git-ftp/</guid><description>FTP를 통해 파일을 업로드하기 위해 Git FTP를 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Wed, 24 Jun 2020 00:00:00 GMT</pubDate></item><item><title>React Native에서 Youtube 재생하기</title><link>https://deku.posstree.com/ko/react-native/react-native-youtube/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-youtube/</guid><description>React Native에서 Youtube를 재생하기 위해서 react-native-youtube를 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Tue, 23 Jun 2020 00:00:00 GMT</pubDate></item><item><title>「Clog」 서비스 개발기(React Native, Laravel, Django)</title><link>https://deku.posstree.com/ko/clog/development-journal/</link><guid isPermaLink="true">https://deku.posstree.com/ko/clog/development-journal/</guid><description>React Native, Laravel, Django를 사용하여 「Clog」라는 서비스를 제작해 보았습니다. 이 서비스를 제작하면서 격은 내용을 정리해보려고 합니다.</description><pubDate>Mon, 22 Jun 2020 00:00:00 GMT</pubDate></item><item><title>Ruby에서 메서드 사용하기</title><link>https://deku.posstree.com/ko/ruby/method/</link><guid isPermaLink="true">https://deku.posstree.com/ko/ruby/method/</guid><description>Ruby에서 메서드(함수)를 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Thu, 11 Jun 2020 00:00:00 GMT</pubDate></item><item><title>Ruby에서 반복문 사용하기</title><link>https://deku.posstree.com/ko/ruby/loop/</link><guid isPermaLink="true">https://deku.posstree.com/ko/ruby/loop/</guid><description>Ruby에서 for, while 등 반복문을 사용하는 방법에 대해서 알아봅니다.</description><pubDate>Wed, 03 Jun 2020 00:00:00 GMT</pubDate></item><item><title>Ruby에서 BEGIN, END</title><link>https://deku.posstree.com/ko/ruby/begin-end-block/</link><guid isPermaLink="true">https://deku.posstree.com/ko/ruby/begin-end-block/</guid><description>Ruby에서 BEGIN, END 블록에 관해서 알아봅시다.</description><pubDate>Fri, 29 May 2020 00:00:00 GMT</pubDate></item><item><title>Ruby에서 범위 연산자</title><link>https://deku.posstree.com/ko/ruby/range/</link><guid isPermaLink="true">https://deku.posstree.com/ko/ruby/range/</guid><description>Ruby의 범위 연산자에 대해서 알아봅시다.</description><pubDate>Thu, 28 May 2020 00:00:00 GMT</pubDate></item><item><title>Ruby에서 배열</title><link>https://deku.posstree.com/ko/ruby/array/</link><guid isPermaLink="true">https://deku.posstree.com/ko/ruby/array/</guid><description>Ruby에서 배열을 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Wed, 27 May 2020 00:00:00 GMT</pubDate></item><item><title>Ruby에서 문자열 출력 함수</title><link>https://deku.posstree.com/ko/ruby/puts-print-p/</link><guid isPermaLink="true">https://deku.posstree.com/ko/ruby/puts-print-p/</guid><description>Ruby에서 문자열을 출력하는 함수인, puts, print, 그리고 p 함수에 대해서 알아봅시다.</description><pubDate>Tue, 26 May 2020 00:00:00 GMT</pubDate></item><item><title>react-native-firebase V6 Admob</title><link>https://deku.posstree.com/ko/react-native/react-native-firebase-v6-admob/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-firebase-v6-admob/</guid><description>react-native-firebase(V6)을 사용하여 Firebase의 Admob을 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Tue, 12 May 2020 00:00:00 GMT</pubDate></item><item><title>react-native-firebase V6 Crashlytics</title><link>https://deku.posstree.com/ko/react-native/react-native-firebase-v6-crashlytics/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-firebase-v6-crashlytics/</guid><description>react-native-firebase(V6)을 사용하여 Firebase의 Crashlytics를 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Mon, 11 May 2020 00:00:00 GMT</pubDate></item><item><title>react-native-firebase V6 설치</title><link>https://deku.posstree.com/ko/react-native/react-native-firebase-v6-installation/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-firebase-v6-installation/</guid><description>React Native에서 Firebase를 사용하기 위해 react-native-firebase(V6)을 설치하는 방법에 대해서 알아봅시다.</description><pubDate>Sun, 10 May 2020 00:00:00 GMT</pubDate></item><item><title>React Native에 Multidex 설정하기</title><link>https://deku.posstree.com/ko/react-native/react-native-multidex/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-multidex/</guid><description>React Native 프로젝트에서 안드로이드에 Multidex를 설정하는 방법에 대해서 알아봅시다.</description><pubDate>Sat, 09 May 2020 00:00:00 GMT</pubDate></item><item><title>React Native용 오픈소스 만들기</title><link>https://deku.posstree.com/ko/react-native/make-opensource-library/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/make-opensource-library/</guid><description>React Native용 오픈 소스를 제작하는 방법에 대해서 공유합니다.</description><pubDate>Mon, 27 Apr 2020 00:00:00 GMT</pubDate></item><item><title>NPM에 자신의 라이브러리 배포하기</title><link>https://deku.posstree.com/ko/share/deploy-npm-library/</link><guid isPermaLink="true">https://deku.posstree.com/ko/share/deploy-npm-library/</guid><description>자신이 개발한 Javascript 라이브러리를 NPM에 배포하는 방법에 대해서 알아봅니다.</description><pubDate>Sun, 26 Apr 2020 00:00:00 GMT</pubDate></item><item><title>Jekyll 블로그에 검색바 넣기</title><link>https://deku.posstree.com/ko/jekyll/search-bar/</link><guid isPermaLink="true">https://deku.posstree.com/ko/jekyll/search-bar/</guid><description>특별한 플러그인없이 Jekyll 블로그에 검색바를 넣는 방법에 대해서 알아봅시다.</description><pubDate>Thu, 23 Apr 2020 00:00:00 GMT</pubDate></item><item><title>HITS로 방문자수 표시하기</title><link>https://deku.posstree.com/ko/share/hit-counts/</link><guid isPermaLink="true">https://deku.posstree.com/ko/share/hit-counts/</guid><description>HITS를 이용하여 정적 웹 사이트의 방문자 수를 표시해 봅시다.</description><pubDate>Thu, 23 Apr 2020 00:00:00 GMT</pubDate></item><item><title>Git squash로 여러 커밋을 하나로 만들기</title><link>https://deku.posstree.com/ko/git/git-squash/</link><guid isPermaLink="true">https://deku.posstree.com/ko/git/git-squash/</guid><description>Git squash를 사용하여 여러 커밋을 하나의 커밋으로 만드는 방법에 대해서 알아봅니다.</description><pubDate>Mon, 20 Apr 2020 00:00:00 GMT</pubDate></item><item><title>Fork 저장소 동기화하기</title><link>https://deku.posstree.com/ko/git/sync-fork-repository/</link><guid isPermaLink="true">https://deku.posstree.com/ko/git/sync-fork-repository/</guid><description>Fork한 저장소(Repository)와 원본 저장소(Repository)를 동기화(Sync)하는 방법에 대해서 알아봅시다.</description><pubDate>Wed, 15 Apr 2020 00:00:00 GMT</pubDate></item><item><title>react-native-firebase(V5)를 이용한 Push message</title><link>https://deku.posstree.com/ko/react-native/react-native-firebase-fcm/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-firebase-fcm/</guid><description>React Native에서 푸시 메시지를 구현하기 위해, react-native-firebase(V5) 라이브러리를 사용하여 FCM(Firebase Cloud Messaging)을 사용해 봅시다.</description><pubDate>Thu, 09 Apr 2020 00:00:00 GMT</pubDate></item><item><title>react-native-image-picker</title><link>https://deku.posstree.com/ko/react-native/react-native-image-picker/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-image-picker/</guid><description>react-native-image-picker을 사용해서 사진을 찍거나, 카메라 롤에서 사진을 가져오는 방법에 대해서 알아봅시다.</description><pubDate>Sun, 05 Apr 2020 00:00:00 GMT</pubDate></item><item><title>Rails에서 DB 데이터 다루기</title><link>https://deku.posstree.com/ko/ruby-on-rails/database/</link><guid isPermaLink="true">https://deku.posstree.com/ko/ruby-on-rails/database/</guid><description>Ruby on Rails를 사용해서 DB에 데이터를 CRUD(Create Read Update Delete)하는 방법에 대해서 알아봅니다.</description><pubDate>Tue, 10 Mar 2020 00:00:00 GMT</pubDate></item><item><title>Controller와 View, Route에서 데이터 교환</title><link>https://deku.posstree.com/ko/ruby-on-rails/data-in-controller-view-route/</link><guid isPermaLink="true">https://deku.posstree.com/ko/ruby-on-rails/data-in-controller-view-route/</guid><description>Ruby on Rails에서 Controller와 View, 그리고 Route를 통해 데이터를 전달하는 방법에 대해서 알아봅시다.</description><pubDate>Mon, 09 Mar 2020 00:00:00 GMT</pubDate></item><item><title>Gmail의 smtp를 이용하여 메일 보내기</title><link>https://deku.posstree.com/ko/django/gmail-smtp/</link><guid isPermaLink="true">https://deku.posstree.com/ko/django/gmail-smtp/</guid><description>django 프로젝트에서 Gmail의 smtp로 메일을 발송하는 방법과 개발하면서 겪은 문제점을 공유합니다.</description><pubDate>Mon, 02 Mar 2020 00:00:00 GMT</pubDate></item><item><title>Ruby on Rails를 사용하여 새로운 웹 페이지 만들기</title><link>https://deku.posstree.com/ko/ruby-on-rails/create-page/</link><guid isPermaLink="true">https://deku.posstree.com/ko/ruby-on-rails/create-page/</guid><description>Ruby on Rails를 사용하여 새로운 웹 페이지를 생성하는 방법에 대해서 알아봅니다.</description><pubDate>Wed, 26 Feb 2020 00:00:00 GMT</pubDate></item><item><title>Ruby on Rails로 생성한 프로젝트의 폴더 구조</title><link>https://deku.posstree.com/ko/ruby-on-rails/folder-structure/</link><guid isPermaLink="true">https://deku.posstree.com/ko/ruby-on-rails/folder-structure/</guid><description>Ruby on Rails를 사용하여 생성한 프로젝트의 폴더 구조를 확인해 봅시다.</description><pubDate>Tue, 25 Feb 2020 00:00:00 GMT</pubDate></item><item><title>Mac에서 Ruby on Rails 시작하기</title><link>https://deku.posstree.com/ko/ruby-on-rails/rails-on-mac/</link><guid isPermaLink="true">https://deku.posstree.com/ko/ruby-on-rails/rails-on-mac/</guid><description>Mac에서 Ruby on Rails를 설치하고 새로운 프로젝트를 시작하는 방법에 대해서 알아봅시다.</description><pubDate>Fri, 14 Feb 2020 00:00:00 GMT</pubDate></item><item><title>react-native-image-modal</title><link>https://deku.posstree.com/ko/react-native/react-native-image-modal/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-image-modal/</guid><description>react-native-image-modal을 사용해서 이미지를 전체 화면으로 표시해보고, pinch 확대, 축소 등을 사용해 보자</description><pubDate>Fri, 31 Jan 2020 00:00:00 GMT</pubDate></item><item><title>Fastlane을 통한 앱 자동 배포</title><link>https://deku.posstree.com/ko/react-native/fastlane/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/fastlane/</guid><description>Fastlane을 사용해서 React native로 만든 앱을 자동으로 배포해 보자</description><pubDate>Sat, 18 Jan 2020 00:00:00 GMT</pubDate></item><item><title>React Native에서 지도 표시하기</title><link>https://deku.posstree.com/ko/react-native/react-native-maps/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-maps/</guid><description>react-native-maps 라이브러리를 이용하여 React Native에서 지도를 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Sun, 08 Dec 2019 00:00:00 GMT</pubDate></item><item><title>React Native에서 현재 위치 정보 가져오기</title><link>https://deku.posstree.com/ko/react-native/react-native-geolocation-service/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-geolocation-service/</guid><description>react-native-geolocation-service 라이브러리를 이용하여 React Native에서 현재 위치 정보를 가져오는 방법에 대해서 알아봅시다.</description><pubDate>Sat, 07 Dec 2019 00:00:00 GMT</pubDate></item><item><title>React Native에서 App 아이콘 &amp; Splash 이미지 만들기</title><link>https://deku.posstree.com/ko/react-native/react-native-make/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-make/</guid><description>react-native-make 라이브러리를 이용하여 App 아이콘과 Splash 이미지를 생성하는 방법에 대해서 알아봅니다.</description><pubDate>Fri, 18 Oct 2019 00:00:00 GMT</pubDate></item><item><title>Homebrew와 Shell Script를 사용하여 맥(Mac) 개발 환경 구축 자동화하기</title><link>https://deku.posstree.com/ko/environment/configure-development-environment-on-mac-with-homebrew-and-shell-script/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/configure-development-environment-on-mac-with-homebrew-and-shell-script/</guid><description>Homebrew와 Shell Script를 사용하여 맥 개발 환경 구축을 자동화해 봅니다. 이렇게 만든 Brewfile과 Shell Script로 새로운 맥에 개발 환경을 구축해 봅니다.</description><pubDate>Thu, 10 Oct 2019 00:00:00 GMT</pubDate></item><item><title>React에서 이미지와 웹 폰트 다루기</title><link>https://deku.posstree.com/ko/react/image-and-font/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/image-and-font/</guid><description>Webpack(웹팩)을 기반으로 만든 React(리액트) 프로젝트에서 이미지(image)와 웹 폰트(font)를 사용하는 방법에 대해서 알아봅니다.</description><pubDate>Fri, 14 Jun 2019 00:00:00 GMT</pubDate></item><item><title>React Router</title><link>https://deku.posstree.com/ko/react/react-router/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/react-router/</guid><description>react-router을 사용하여 React(리액트)에서 페이지 전환을 사용해 봅시다.</description><pubDate>Thu, 13 Jun 2019 00:00:00 GMT</pubDate></item><item><title>Local Push Notification</title><link>https://deku.posstree.com/ko/react-native/react-native-push-notification/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-push-notification/</guid><description>react-native-push-notification 라이브러리를 이용하여 Local Push Notification, 즉 앱(App) 자체에서 알림을 보내는 방법에 대해서 알아보겠습니다.</description><pubDate>Thu, 13 Jun 2019 00:00:00 GMT</pubDate></item><item><title>React에서 root import하기</title><link>https://deku.posstree.com/ko/react/root-import/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/root-import/</guid><description>React(리액트)에서 컴포넌트(Component)를 불러올때(import), root 폴더를 기준으로 불러오도록 설정해 봅시다.</description><pubDate>Wed, 12 Jun 2019 00:00:00 GMT</pubDate></item><item><title>React에서 styled-components 사용하기</title><link>https://deku.posstree.com/ko/react/styled-components/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/styled-components/</guid><description>React(리액트)에서 styled-components를 사용하기 위한 방법에 대해서 알아봅시다.</description><pubDate>Tue, 11 Jun 2019 00:00:00 GMT</pubDate></item><item><title>React에서 Typescript 사용하기</title><link>https://deku.posstree.com/ko/react/typescript/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/typescript/</guid><description>React(리액트)에서 Typescript(타입스크립트)를 사용하기 위한 방법에 대해서 알아보고, 간단하게 React(리액트) 프로젝트에 Typescript(타입스크립트)를 적용해 보겠습니다.</description><pubDate>Mon, 10 Jun 2019 00:00:00 GMT</pubDate></item><item><title>Webpack으로 React 시작하기</title><link>https://deku.posstree.com/ko/react/start/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react/start/</guid><description>React(리액트)를 시작하기 위한 Webpack(웹팩)에 관한 설정을 알아보고, 간단하게 React(리액트) 프로젝트를 생성해보겠습니다.</description><pubDate>Sun, 09 Jun 2019 00:00:00 GMT</pubDate></item><item><title>장고(django)의 커스텀 유저 모델(Custom User Model)</title><link>https://deku.posstree.com/ko/django/custom-user-model/</link><guid isPermaLink="true">https://deku.posstree.com/ko/django/custom-user-model/</guid><description>장고(django) 프로젝트에서 사용되는 유저 모델(User Model)을 입맛에 맞게(Customization) 수정하여 사용해 봅시다.</description><pubDate>Fri, 07 Jun 2019 00:00:00 GMT</pubDate></item><item><title>장고(django)에 JWT 사용하기</title><link>https://deku.posstree.com/ko/django/jwt/</link><guid isPermaLink="true">https://deku.posstree.com/ko/django/jwt/</guid><description>장고(django) 프로젝트에서 API를 사용할때 JWT(Json Web Token) 인증을 사용하는 방법에 대해서 알아보자</description><pubDate>Thu, 06 Jun 2019 00:00:00 GMT</pubDate></item><item><title>장고(django)의 모델(Models)을 JSON으로 응답(Response)하기</title><link>https://deku.posstree.com/ko/django/response-model-to-json/</link><guid isPermaLink="true">https://deku.posstree.com/ko/django/response-model-to-json/</guid><description>장고(django) 프로젝트에서 API를 사용하여 정보를 전달할 때, 모델(Models)에서 가져온 정보(QuerySet)를 그대로 JSON으로 응답(Response)하는 방법에 대해서 알아봅니다.</description><pubDate>Wed, 05 Jun 2019 00:00:00 GMT</pubDate></item><item><title>장고(django) 프로젝트에 마스터 데이터 넣기</title><link>https://deku.posstree.com/ko/django/data-seed/</link><guid isPermaLink="true">https://deku.posstree.com/ko/django/data-seed/</guid><description>장고(django) 프로젝트에서 필요한 마스터 데이터 또는 테스트 데이터를 넣는 방법(data-seed)에 관해서 알아보겠습니다.</description><pubDate>Tue, 04 Jun 2019 00:00:00 GMT</pubDate></item><item><title>장고(django) 프로젝트를 헤로쿠(Heroku)에 업로드하기</title><link>https://deku.posstree.com/ko/django/heroku/</link><guid isPermaLink="true">https://deku.posstree.com/ko/django/heroku/</guid><description>장고(django) 프로젝트를 실제 서비스에서 사용하기 위해 헤로쿠(Heroku) 서비스에 업로드하고 웹 서비스를 제공하는 방법에 대해서 알아봅시다.</description><pubDate>Sat, 01 Jun 2019 00:00:00 GMT</pubDate></item><item><title>장고(django)의 폼(Form)</title><link>https://deku.posstree.com/ko/django/form/</link><guid isPermaLink="true">https://deku.posstree.com/ko/django/form/</guid><description>장고(django)의 폼(Form)을 이용하여 데이터를 추가하거나 수정하는 방법에 대해서 알아보겠습니다.</description><pubDate>Fri, 24 May 2019 00:00:00 GMT</pubDate></item><item><title>장고(django)의 뷰(View)</title><link>https://deku.posstree.com/ko/django/view/</link><guid isPermaLink="true">https://deku.posstree.com/ko/django/view/</guid><description>웹 페이지를 위해 장고(django)의 뷰(View)를 사용하는 방법에 대해서 알아보겠습니다.</description><pubDate>Thu, 23 May 2019 00:00:00 GMT</pubDate></item><item><title>장고(django)의 ORM</title><link>https://deku.posstree.com/ko/django/orm/</link><guid isPermaLink="true">https://deku.posstree.com/ko/django/orm/</guid><description>장고(django)의 ORM(Object-Relational Mapping)을 사용하여 데이터를 생성하고 읽고 갱신하고 삭제하는 방법(CRUD - Create Read Update Delete)에 대해서 알아봅시다.</description><pubDate>Tue, 21 May 2019 00:00:00 GMT</pubDate></item><item><title>장고(django)의 라우팅(Routing)</title><link>https://deku.posstree.com/ko/django/routing/</link><guid isPermaLink="true">https://deku.posstree.com/ko/django/routing/</guid><description>장고(django)의 URL 관리 기능을 사용하여 웹 서비스의 라우팅(Routing)을 관리해 봅시다.</description><pubDate>Mon, 20 May 2019 00:00:00 GMT</pubDate></item><item><title>장고(django)의 관리자 페이지</title><link>https://deku.posstree.com/ko/django/admin/</link><guid isPermaLink="true">https://deku.posstree.com/ko/django/admin/</guid><description>장고(django)에서 기본적으로 제공하는 관리자 페이지를 사용하는 방법에 대해서 알아봅니다.</description><pubDate>Fri, 17 May 2019 00:00:00 GMT</pubDate></item><item><title>장고(django) 모델(models) 사용해보기</title><link>https://deku.posstree.com/ko/django/models/</link><guid isPermaLink="true">https://deku.posstree.com/ko/django/models/</guid><description>장고(django) 프로젝트에서 어플리케이션을 생성하고 새로운 어플리케이션에 필요한 데이터를 저장할 모델(models)을 생성하고 사용하는 방법에 대해서 알아봅니다.</description><pubDate>Tue, 14 May 2019 00:00:00 GMT</pubDate></item><item><title>장고(django) 프로젝트 시작하기</title><link>https://deku.posstree.com/ko/django/start/</link><guid isPermaLink="true">https://deku.posstree.com/ko/django/start/</guid><description>장고(django)의 명령어를 통해 장고(django) 프로젝트를 생성하고 시작해 봅시다. 또한 설정, DB(mysql) 연동을 통해 실제로 장고(django)로 프로젝트를 개발할 수 있는 상태를 만들어 봅시다.</description><pubDate>Wed, 24 Apr 2019 00:00:00 GMT</pubDate></item><item><title>장고(django) 설치하기</title><link>https://deku.posstree.com/ko/django/installation/</link><guid isPermaLink="true">https://deku.posstree.com/ko/django/installation/</guid><description>장고(django) 개발을 위해 장고(django)를 설치하고 설정하는 방법에 대해서 알아봅니다.</description><pubDate>Tue, 23 Apr 2019 00:00:00 GMT</pubDate></item><item><title>특정 파일로 앱 열기</title><link>https://deku.posstree.com/ko/react-native/open-file-with-app/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/open-file-with-app/</guid><description>웹이나 이메일로 받은 특정 파일(엑셀, 파워포인트 등)을 RN(React Native)로 제작한 앱으로 공유하는 방법에 대해서 설명합니다.</description><pubDate>Tue, 16 Apr 2019 00:00:00 GMT</pubDate></item><item><title>RN(React Native)에서 root import하기</title><link>https://deku.posstree.com/ko/react-native/root-import/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/root-import/</guid><description>RN(React Native) 프로젝트에서 import를 할때, root 폴더 기준으로 import할 수 있도록 프로젝트를 설정해 봅시다.</description><pubDate>Mon, 15 Apr 2019 00:00:00 GMT</pubDate></item><item><title>RN(React Native)에서 커스텀 폰트 사용하기</title><link>https://deku.posstree.com/ko/react-native/react-native-custom-font/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-custom-font/</guid><description>RN(React Native) 프로젝트에서 커스텀 폰트를 적용하고 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Wed, 10 Apr 2019 00:00:00 GMT</pubDate></item><item><title>「일단공부」 앱 개발기(RN, React Native)</title><link>https://deku.posstree.com/ko/ildangongbu/development-journal/</link><guid isPermaLink="true">https://deku.posstree.com/ko/ildangongbu/development-journal/</guid><description>RN(React Native)를 사용하여 「일단공부」라는 JLPT 일본어 단어 공부 앱을 제작해 보았습니다. 이 앱을 제작하면서 격은 내용을 정리해보려고 합니다.</description><pubDate>Wed, 20 Mar 2019 00:00:00 GMT</pubDate></item><item><title>RN(React Native)에서 sqlite 사용하기</title><link>https://deku.posstree.com/ko/react-native/react-native-sqlite-storage/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-sqlite-storage/</guid><description>RN(React Native) 프로젝트에서 sqlite 데이터베이스를 사용하는 방법에 대해서 알아봅시다.</description><pubDate>Mon, 18 Mar 2019 00:00:00 GMT</pubDate></item><item><title>맥(Mac) 개발 환경 구축(3) - 개발 환경</title><link>https://deku.posstree.com/ko/environment/mac-development-environment/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/mac-development-environment/</guid><description>새로운 맥(Mac)에 개발 환경을 구축하려고 합니다. 지금 현재 개발에 사용하고 개발 환경을 설정하는 방법에 대해서 설명합니다.</description><pubDate>Thu, 07 Mar 2019 00:00:00 GMT</pubDate></item><item><title>맥(Mac) 개발 환경 구축(2) - tools</title><link>https://deku.posstree.com/ko/environment/mac-development-tools/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/mac-development-tools/</guid><description>새로운 맥(Mac)에 개발 환경을 구축하려고 합니다. 제가 맥(Mac)에서 사용하고 있는 개발툴들을 정리하였습니다.</description><pubDate>Wed, 06 Mar 2019 00:00:00 GMT</pubDate></item><item><title>맥(Mac) 개발 환경 구축(1) - iTerm과 zsh</title><link>https://deku.posstree.com/ko/environment/mac-iterm-zsh/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/mac-iterm-zsh/</guid><description>새로운 맥(Mac)에 개발 환경을 구축하려고 합니다. 맥(Mac)에 iTerm와 zsh를 설정하여 새로운 터미널 환경을 구축합니다.</description><pubDate>Tue, 05 Mar 2019 00:00:00 GMT</pubDate></item><item><title>Kumoncho 업데이트 후기(RN, React Native)</title><link>https://deku.posstree.com/ko/kumoncho/update-review/</link><guid isPermaLink="true">https://deku.posstree.com/ko/kumoncho/update-review/</guid><description>RN(React Native)를 사용하여 쿠몬쵸(Kumoncho)라는 그림 동화책 앱을 제작하여 배포하였습니다. 배포후 어떤 업데이트를 했는지에 대해서 정리해보았습니다.</description><pubDate>Sun, 03 Mar 2019 00:00:00 GMT</pubDate></item><item><title>RN(React Native) 태블릿 지원하기</title><link>https://deku.posstree.com/ko/react-native/react-native-support-tablet/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-support-tablet/</guid><description>RN(React Native) 프로젝트에서 태블릿 지원하는 방법에 대해서 알아봅시다.</description><pubDate>Sun, 03 Mar 2019 00:00:00 GMT</pubDate></item><item><title>StatusBar 다루기</title><link>https://deku.posstree.com/ko/react-native/react-native-status-bar/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-status-bar/</guid><description>RN(React Native)에서 StatusBar를 다루는 방법에 대해서 설명합니다.</description><pubDate>Fri, 01 Mar 2019 00:00:00 GMT</pubDate></item><item><title>iTunes 파일 공유 기능</title><link>https://deku.posstree.com/ko/react-native/react-native-itunes-share-file/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-itunes-share-file/</guid><description>iTunes를 통해 RN(React Native)으로 제작한 앱에 파일을 공유하는 방법에 대해서 알아봅니다.</description><pubDate>Thu, 28 Feb 2019 00:00:00 GMT</pubDate></item><item><title>Kumoncho 앱 개발기(RN, React Native)</title><link>https://deku.posstree.com/ko/kumoncho/development-journal/</link><guid isPermaLink="true">https://deku.posstree.com/ko/kumoncho/development-journal/</guid><description>RN(React Native)를 사용하여 쿠몬쵸(Kumoncho)라는 그림 동화책 앱을 제작해 보았습니다. 이 앱을 제작하면서 격은 내용을 정리해보려고 합니다.</description><pubDate>Mon, 11 Feb 2019 00:00:00 GMT</pubDate></item><item><title>앱 스토어 리뷰</title><link>https://deku.posstree.com/ko/react-native/react-native-rate/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-rate/</guid><description>RN(React Native) 프로젝트에서 react-native-rate를 사용하여 앱 스토어의 리뷰를 작성하도록 유도하는 방법에 대해서 설명합니다.</description><pubDate>Sat, 09 Feb 2019 00:00:00 GMT</pubDate></item><item><title>BlaBoo 업데이트 후기</title><link>https://deku.posstree.com/ko/blaboo/update-review/</link><guid isPermaLink="true">https://deku.posstree.com/ko/blaboo/update-review/</guid><description>RN(React Native)를 사용하여 BlaBoo라는 앱을 제작하고 배포하였습니다. 앱 배포후 BlaBoo는 어떤 업데이트 하고 있는지에 대해 설명합니다.</description><pubDate>Fri, 08 Feb 2019 00:00:00 GMT</pubDate></item><item><title>블로그 미리보기를 빠르게</title><link>https://deku.posstree.com/ko/jekyll/preview-speed-up/</link><guid isPermaLink="true">https://deku.posstree.com/ko/jekyll/preview-speed-up/</guid><description>지킬(jekyll)로 작성하고 있는 글을 빠르게 확인하는 방법에 대해서 알아봅시다.</description><pubDate>Thu, 07 Feb 2019 00:00:00 GMT</pubDate></item><item><title>App Splash 스크린</title><link>https://deku.posstree.com/ko/react-native/react-native-splash-screen/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-splash-screen/</guid><description>RN(React Native) 프로젝트에서 react-native-splash-screen를 사용하여 Splash 스크린을 원하는 시간에 종료하도록 만들어 보자.</description><pubDate>Wed, 06 Feb 2019 00:00:00 GMT</pubDate></item><item><title>그라데이션(Gradient)</title><link>https://deku.posstree.com/ko/react-native/react-native-linear-gradient/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-linear-gradient/</guid><description>RN(React Native) 프로젝트에서 react-native-linear-gradient을 사용해서 그라데이션(Gradient) 백그라운드(background)를 만들어 보자.</description><pubDate>Sat, 02 Feb 2019 00:00:00 GMT</pubDate></item><item><title>스와이프 감지</title><link>https://deku.posstree.com/ko/react-native/react-native-swipe-gestures/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-swipe-gestures/</guid><description>RN(React Native) 프로젝트에서 유저가 화면에서 어느 방향으로 스와이프(Swipe) 했는지 감지하기 위해 react-native-swipe-gestures를 사용해 보자</description><pubDate>Fri, 01 Feb 2019 00:00:00 GMT</pubDate></item><item><title>애프터이펙트(AEF) 사용</title><link>https://deku.posstree.com/ko/react-native/react-native-lottie/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-lottie/</guid><description>RN(React Native) 프로젝트에서 어도비 애프터이펙트(Adobe After Effects)로 제작한 애니메이션을 적용해 보자.</description><pubDate>Thu, 31 Jan 2019 00:00:00 GMT</pubDate></item><item><title>ngrok</title><link>https://deku.posstree.com/ko/environment/ngrok/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/ngrok/</guid><description>ngrok을 사용하여 외부 환경에서 가상 환경(Guest System)에 접근해 보도록 구성해 보겠습니다.</description><pubDate>Mon, 28 Jan 2019 00:00:00 GMT</pubDate></item><item><title>파일 시스템 사용</title><link>https://deku.posstree.com/ko/react-native/react-native-fs/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-fs/</guid><description>RN(React Native) 프로젝트에서 react-native-fs 라이브러리를 사용하여 파일을 읽고 써봅시다.</description><pubDate>Sun, 27 Jan 2019 00:00:00 GMT</pubDate></item><item><title>이메일 발송 기능</title><link>https://deku.posstree.com/ko/react-native/react-native-mail/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-mail/</guid><description>RN(React Native) 프로젝트에서 react-native-mail 라이브러리를 사용하여 단말기에 설치되어 있는 이메일 앱을 실행하고 이메일(email)을 보내봅시다.</description><pubDate>Sat, 26 Jan 2019 00:00:00 GMT</pubDate></item><item><title>사용자 음성 인식</title><link>https://deku.posstree.com/ko/react-native/react-native-voice/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-voice/</guid><description>RN(React Native) 프로젝트에서 react-native-voice 라이브러리를 사용하여 사용자 음성을 인식하여 문자로 변환해주는 기능을 추가해 봅시다.</description><pubDate>Fri, 25 Jan 2019 00:00:00 GMT</pubDate></item><item><title>BlaBoo 앱 개발기(RN, React Native)</title><link>https://deku.posstree.com/ko/blaboo/development-journal/</link><guid isPermaLink="true">https://deku.posstree.com/ko/blaboo/development-journal/</guid><description>RN(React Native)를 사용하여 BlaBoo라는 앱을 제작해 보았습니다. 이 앱을 제작하면서 격은 내용을 정리해보려고 합니다.</description><pubDate>Tue, 15 Jan 2019 00:00:00 GMT</pubDate></item><item><title>안드로이드 앱 스토어 등록</title><link>https://deku.posstree.com/ko/react-native/android-google-play/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/android-google-play/</guid><description>RN(React Native)로 개발한 안드로이드 앱(Android App)을 안드로이드 앱 스토어(Google Play)에 등록해 봅시다.</description><pubDate>Sat, 12 Jan 2019 00:00:00 GMT</pubDate></item><item><title>안드로이드 개발자 등록</title><link>https://deku.posstree.com/ko/react-native/android-enroll-google-play-developer/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/android-enroll-google-play-developer/</guid><description>안드로이드 앱(Android App)을 등록하기 위해 안드로이드 개발자 등록을 해봅시다.</description><pubDate>Fri, 11 Jan 2019 00:00:00 GMT</pubDate></item><item><title>jwt:로그아웃</title><link>https://deku.posstree.com/ko/laravel/jwt-logout/</link><guid isPermaLink="true">https://deku.posstree.com/ko/laravel/jwt-logout/</guid><description>jwt(Json Web Token) 인증 시스템의 로그아웃 기능을 구현하는 방법에 대해서 알아보겠습니다.</description><pubDate>Sat, 05 Jan 2019 00:00:00 GMT</pubDate></item><item><title>jwt:토큰 갱신</title><link>https://deku.posstree.com/ko/laravel/jwt-refresh-token/</link><guid isPermaLink="true">https://deku.posstree.com/ko/laravel/jwt-refresh-token/</guid><description>토큰 기반 인증 시스템인 jwt(Json Web Token)를 통해 로그인후 얻은 jwt 토큰을 갱신(Refresh)하는 기능을 추가해 보자.</description><pubDate>Fri, 04 Jan 2019 00:00:00 GMT</pubDate></item><item><title>jwt:사용자 정보</title><link>https://deku.posstree.com/ko/laravel/jwt-user-info/</link><guid isPermaLink="true">https://deku.posstree.com/ko/laravel/jwt-user-info/</guid><description>토큰 기반 인증 시스템인 jwt(Json Web Token)를 통해 로그인한 사용자의 정보를 얻는 방법에 대해서 알아봅시다.</description><pubDate>Fri, 28 Dec 2018 00:00:00 GMT</pubDate></item><item><title>jwt:로그인</title><link>https://deku.posstree.com/ko/laravel/jwt-signin/</link><guid isPermaLink="true">https://deku.posstree.com/ko/laravel/jwt-signin/</guid><description>토큰 기반 인증 시스템인 jwt(Json Web Token)을 이용하여 로그인 절차를 구현해 봅니다.</description><pubDate>Tue, 25 Dec 2018 00:00:00 GMT</pubDate></item><item><title>jwt:회원가입</title><link>https://deku.posstree.com/ko/laravel/jwt-signup/</link><guid isPermaLink="true">https://deku.posstree.com/ko/laravel/jwt-signup/</guid><description>토큰 기반 인증 시스템인 jwt(Json Web Token)을 이용하여 회원가입을 구현해 봅니다.</description><pubDate>Sat, 22 Dec 2018 00:00:00 GMT</pubDate></item><item><title>react-native-animatable</title><link>https://deku.posstree.com/ko/react-native/react-native-animatable/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-animatable/</guid><description>react-native-animatable을 사용해서 간단하게 RN(react native)에 애니메이션을 추가해 보자.</description><pubDate>Wed, 19 Dec 2018 00:00:00 GMT</pubDate></item><item><title>Firebase Crashlytics</title><link>https://deku.posstree.com/ko/react-native/firebase-crashlytics/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/firebase-crashlytics/</guid><description>react-native-firebase를 사용하여 파이어베이스(Firebase)의 Crashlytics로 앱에서 crash가 발생했을 때 내용을 수집해봅시다.</description><pubDate>Wed, 12 Dec 2018 00:00:00 GMT</pubDate></item><item><title>iOS App crash 분석</title><link>https://deku.posstree.com/ko/react-native/ios-app-crash-debugging/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/ios-app-crash-debugging/</guid><description>iOS App crash 로그(Log)를 분석하는 방법에 대해서 알아봅니다.</description><pubDate>Tue, 11 Dec 2018 00:00:00 GMT</pubDate></item><item><title>jwt 설치 및 설정</title><link>https://deku.posstree.com/ko/laravel/jwt/</link><guid isPermaLink="true">https://deku.posstree.com/ko/laravel/jwt/</guid><description>라라벨(Laravel)에서 토큰 기반 인증 시스템을 구현하기 위해 jwt(Json Web Token) 미들웨어(Middleware)를 설치하고 설정하는 방법에 대해서 알아봅니다.</description><pubDate>Fri, 07 Dec 2018 00:00:00 GMT</pubDate></item><item><title>앤서블&amp;라라벨</title><link>https://deku.posstree.com/ko/environment/ansible-laravel/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/ansible-laravel/</guid><description>앤서블(Ansible)과 라라독(Laradock)을 사용하여 구성된 개발 환경에 라라벨(Laravel)을 설치하고 개발 환경을 구성해 보도록 하겠습니다.</description><pubDate>Thu, 06 Dec 2018 00:00:00 GMT</pubDate></item><item><title>앤서블&amp;라라독</title><link>https://deku.posstree.com/ko/environment/ansible-laradock/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/ansible-laradock/</guid><description>vagrant와 앤서블(Ansible)을 이용하여 만든 가상 머신(guest system)에 라라독(Laradock)을 이용하여 라라벨(Laravel) 개발 환경을 구성해봅시다.</description><pubDate>Wed, 05 Dec 2018 00:00:00 GMT</pubDate></item><item><title>앤서블&amp;도커</title><link>https://deku.posstree.com/ko/environment/ansible-docker/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/ansible-docker/</guid><description>앤서블 플레이북(Ansible Playbook)을 사용하여 vagrant 가상 머신(guest system)에 도커(Docker)와 도커 컴포즈(Docker Compose)를 설치해 봅시다.</description><pubDate>Tue, 04 Dec 2018 00:00:00 GMT</pubDate></item><item><title>앤서블 플레이북</title><link>https://deku.posstree.com/ko/environment/ansible-playbook/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/ansible-playbook/</guid><description>앤서블 플레이북(Ansible Playbook)을 사용하여 서버 구축에 필요한 프로그램 설치와 기초 설정들을 진행해 보자.</description><pubDate>Sun, 02 Dec 2018 00:00:00 GMT</pubDate></item><item><title>앤서블 설치</title><link>https://deku.posstree.com/ko/environment/install-ansible/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/install-ansible/</guid><description>vagrant로 생성한 가상 머신(guest system)에 앤서블(Ansible)을 설치하여 앤서블(Ansible)을 사용할 수 있는 환경을 만듭니다.</description><pubDate>Mon, 26 Nov 2018 00:00:00 GMT</pubDate></item><item><title>Firebase Analytics</title><link>https://deku.posstree.com/ko/react-native/react-native-firebase-analytics/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-firebase-analytics/</guid><description>react-native-firebase 라이브러리를 사용하여 좀 더 자세하게 앱을 분석해 보자</description><pubDate>Mon, 26 Nov 2018 00:00:00 GMT</pubDate></item><item><title>vagrant 설치 및 사용법</title><link>https://deku.posstree.com/ko/environment/vagrant-install-and-usage/</link><guid isPermaLink="true">https://deku.posstree.com/ko/environment/vagrant-install-and-usage/</guid><description>가상 머신을 사용하여 개발 환경을 구축하기 위해 virtualbox, vagrant를 설치하는 방법을 알아보고 가상 머신을 만들기 위해 vagrant를 사용하는 방법에 대해서 알아봅니다.</description><pubDate>Sun, 25 Nov 2018 00:00:00 GMT</pubDate></item><item><title>iOS 시뮬레이터 변경</title><link>https://deku.posstree.com/ko/react-native/ios-change-simulator/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/ios-change-simulator/</guid><description>RN(react native)을 iOS에서 시뮬레이터로 테스트할 때 시뮬레이터를 변경하는 방법에 대해서 알아봅시다.</description><pubDate>Fri, 23 Nov 2018 00:00:00 GMT</pubDate></item><item><title>안드로이드 빌드 및 테스트</title><link>https://deku.posstree.com/ko/react-native/android-running-on-device/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/android-running-on-device/</guid><description>RN(react native)로 개발한 프로젝트를 안드로이드(Android)용으로 빌드하고 디바이스에서 테스트해봅시다.</description><pubDate>Wed, 21 Nov 2018 00:00:00 GMT</pubDate></item><item><title>안드로이드 디바이스 테스트</title><link>https://deku.posstree.com/ko/react-native/android-test-on-device/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/android-test-on-device/</guid><description>RN(react native)로 개발한 프로젝트를 안드로이드(Android) 디바이스에서 테스트해 봅시다.</description><pubDate>Tue, 20 Nov 2018 00:00:00 GMT</pubDate></item><item><title>Firebase Admob</title><link>https://deku.posstree.com/ko/react-native/react-native-firebase-admob/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-firebase-admob/</guid><description>react-native-firebase 라이브러리를 사용하여 Google Admob을 표시해보자.</description><pubDate>Sat, 17 Nov 2018 00:00:00 GMT</pubDate></item><item><title>jekyll-last-modified-at</title><link>https://deku.posstree.com/ko/jekyll/jekyll-last-modified-at/</link><guid isPermaLink="true">https://deku.posstree.com/ko/jekyll/jekyll-last-modified-at/</guid><description>파일의 마지막 수정일을 sitemap.xml에 사용해보자.</description><pubDate>Thu, 15 Nov 2018 00:00:00 GMT</pubDate></item><item><title>Google Analytics</title><link>https://deku.posstree.com/ko/react-native/react-native-analytics-bridge/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-analytics-bridge/</guid><description>RN(react native)로 개발한 앱을 구글 애널리틱스(Google Analytics)를 이용하여 앱을 분석해 봅시다.</description><pubDate>Wed, 14 Nov 2018 00:00:00 GMT</pubDate></item><item><title>iOS App store 등록</title><link>https://deku.posstree.com/ko/react-native/ios-app-store/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/ios-app-store/</guid><description>iOS 앱 스토어(App Store)에 등록하기 위해 필요한 항목에 대해 알아봅니다.</description><pubDate>Tue, 13 Nov 2018 00:00:00 GMT</pubDate></item><item><title>iOS TestFlight</title><link>https://deku.posstree.com/ko/react-native/ios-testflight/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/ios-testflight/</guid><description>iOS의 TestFlight를 이용하여 개발한 어플을 테스터를 통해 테스트해 보자.</description><pubDate>Mon, 12 Nov 2018 00:00:00 GMT</pubDate></item><item><title>iOS 인증서(Certification)</title><link>https://deku.posstree.com/ko/react-native/ios-certification/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/ios-certification/</guid><description>애플 개발자 프로그램(Apple Developer Program) 등록을 완료했다면, 개발자 인증서(Certification)을 설정하는 방법에 대해 알아봅니다.</description><pubDate>Sun, 11 Nov 2018 00:00:00 GMT</pubDate></item><item><title>iOS 개발자 등록</title><link>https://deku.posstree.com/ko/react-native/ios-enroll-developer-program/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/ios-enroll-developer-program/</guid><description>RN(react native)로 개발한 프로젝트를 iOS 앱 스토어(App store)에 등록하기 위해 애플 개발자 프로그램(Apple Developer Program)에 등록하는 방법에 대해서 알아봅시다.</description><pubDate>Sat, 10 Nov 2018 00:00:00 GMT</pubDate></item><item><title>iOS 빌드 및 테스트</title><link>https://deku.posstree.com/ko/react-native/ios-running-on-device/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/ios-running-on-device/</guid><description>RN(react native)로 개발한 프로젝트를 iOS용으로 빌드하고 디바이스에서 테스트해봅시다.</description><pubDate>Fri, 09 Nov 2018 00:00:00 GMT</pubDate></item><item><title>iOS 디바이스 테스트</title><link>https://deku.posstree.com/ko/react-native/ios-test-on-device/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/ios-test-on-device/</guid><description>RN(react native)로 개발한 프로젝트를 iOS 디바이스에서 테스트해 봅시다.</description><pubDate>Thu, 08 Nov 2018 00:00:00 GMT</pubDate></item><item><title>구글 애드몹</title><link>https://deku.posstree.com/ko/react-native/react-native-admob/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-admob/</guid><description>구글 애드몹(google admob) 광고를 사용하기 위해 react-native-admob 라이브러리를 사용해 보자.</description><pubDate>Sun, 04 Nov 2018 00:00:00 GMT</pubDate></item><item><title>버전(변경이력) 생성</title><link>https://deku.posstree.com/ko/git/create-stage/</link><guid isPermaLink="true">https://deku.posstree.com/ko/git/create-stage/</guid><description>git의 저장소(Repository)로 버전 관리를 하기 위해 버전(변경 이력)을 생성하는 방법에 대해서 알아봅니다.</description><pubDate>Wed, 31 Oct 2018 00:00:00 GMT</pubDate></item><item><title>저장소(Repository) 생성</title><link>https://deku.posstree.com/ko/git/create-repository/</link><guid isPermaLink="true">https://deku.posstree.com/ko/git/create-repository/</guid><description>git를 사용하기 위해 git의 저장소(Repository)를 생성합니다. git의 저장소(Repository)는 소스 코드의 버전을 관리하기 위한 저장 장소입니다.</description><pubDate>Mon, 29 Oct 2018 00:00:00 GMT</pubDate></item><item><title>git 설치</title><link>https://deku.posstree.com/ko/git/installation/</link><guid isPermaLink="true">https://deku.posstree.com/ko/git/installation/</guid><description>소스 코드의 버전 관리를 위해 git을 사용하려고 합니다. git을 사용하기 위해 git을 설치합니다.</description><pubDate>Thu, 25 Oct 2018 00:00:00 GMT</pubDate></item><item><title>github page</title><link>https://deku.posstree.com/ko/jekyll/github-page/</link><guid isPermaLink="true">https://deku.posstree.com/ko/jekyll/github-page/</guid><description>지금까지 만든 jekyll 프로젝트를 github page에 업로드하고 블로그 서비스를 시작해보자.</description><pubDate>Mon, 22 Oct 2018 00:00:00 GMT</pubDate></item><item><title>google 서비스</title><link>https://deku.posstree.com/ko/jekyll/google-service/</link><guid isPermaLink="true">https://deku.posstree.com/ko/jekyll/google-service/</guid><description>google search console / analytics / adsense를 연동하는 방법에 대해서 알아보자.</description><pubDate>Fri, 19 Oct 2018 00:00:00 GMT</pubDate></item><item><title>이메일 발송 기능</title><link>https://deku.posstree.com/ko/jekyll/send-email/</link><guid isPermaLink="true">https://deku.posstree.com/ko/jekyll/send-email/</guid><description>jekyll 프로젝트에 formspree 서비스를 이용하여 이메일 발송 기능을 추가해 보자.</description><pubDate>Thu, 18 Oct 2018 00:00:00 GMT</pubDate></item><item><title>Disqus 댓글</title><link>https://deku.posstree.com/ko/jekyll/disqus/</link><guid isPermaLink="true">https://deku.posstree.com/ko/jekyll/disqus/</guid><description>Disqus 서비스를 이용하여 jekyll 프로젝트에 댓글 기능을 추가해 보자.</description><pubDate>Wed, 17 Oct 2018 00:00:00 GMT</pubDate></item><item><title>react-native-device-info</title><link>https://deku.posstree.com/ko/react-native/react-native-device-info/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-device-info/</guid><description>유저의 디바이스 정보를 얻기 위해 react-native-device-info 라이브러리를 사용해보자</description><pubDate>Tue, 16 Oct 2018 00:00:00 GMT</pubDate></item><item><title>react-native-tts</title><link>https://deku.posstree.com/ko/react-native/react-native-tts/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-tts/</guid><description>react-native-tts를 사용하여 text-to-speech 기능을 구현해보자.</description><pubDate>Tue, 16 Oct 2018 00:00:00 GMT</pubDate></item><item><title>react-native-vector-icons</title><link>https://deku.posstree.com/ko/react-native/react-native-vector-icons/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-native-vector-icons/</guid><description>react-native-vector-icons 라이브러리를 사용하여 아이콘을 표시해보자.</description><pubDate>Mon, 15 Oct 2018 00:00:00 GMT</pubDate></item><item><title>NativeBase</title><link>https://deku.posstree.com/ko/react-native/nativebase/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/nativebase/</guid><description>기본 Component UI에 NativeBase 라이브러리를 사용해보자.</description><pubDate>Sun, 14 Oct 2018 00:00:00 GMT</pubDate></item><item><title>Splash 이미지</title><link>https://deku.posstree.com/ko/react-native/splash-image/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/splash-image/</guid><description>generator-rn-toolbox을 이용하여 Splash 이미지를 설정하자.</description><pubDate>Sat, 13 Oct 2018 00:00:00 GMT</pubDate></item><item><title>pagination 플러그인</title><link>https://deku.posstree.com/ko/jekyll/pagination-plugin/</link><guid isPermaLink="true">https://deku.posstree.com/ko/jekyll/pagination-plugin/</guid><description>pagination 플러그인을 사용하여 jekyll 프로젝트에 페이지 기능을 추가해보자.</description><pubDate>Fri, 12 Oct 2018 00:00:00 GMT</pubDate></item><item><title>SEO 지원</title><link>https://deku.posstree.com/ko/jekyll/seo/</link><guid isPermaLink="true">https://deku.posstree.com/ko/jekyll/seo/</guid><description>jekyll 프로젝트에 SEO를 지원하도록 만들어 보자.</description><pubDate>Thu, 11 Oct 2018 00:00:00 GMT</pubDate></item><item><title>App icon</title><link>https://deku.posstree.com/ko/react-native/app-icon/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/app-icon/</guid><description>generator-rn-toolbox을 이용하여 앱 아이콘을 생성해보자.</description><pubDate>Mon, 08 Oct 2018 00:00:00 GMT</pubDate></item><item><title>react-navigation V5</title><link>https://deku.posstree.com/ko/react-native/react-navigation-v5/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-navigation-v5/</guid><description>react-navigation V5를 설치하고 사용하는 방법에 대해서 공유합니다.</description><pubDate>Sat, 06 Oct 2018 00:00:00 GMT</pubDate></item><item><title>react-navigation</title><link>https://deku.posstree.com/ko/react-native/react-navigation/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/react-navigation/</guid><description>react-navigation을 활용하여 어플을 개발해 보자.</description><pubDate>Fri, 05 Oct 2018 00:00:00 GMT</pubDate></item><item><title>styled-components</title><link>https://deku.posstree.com/ko/react-native/styled-components/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/styled-components/</guid><description>react-native 스타일링을 위해 styled-components 라이브러리를 활용하는 방법에 대해 알아보자.</description><pubDate>Wed, 26 Sep 2018 00:00:00 GMT</pubDate></item><item><title>React Native에서 ESLint, Prettier를 프로처럼 사용하기</title><link>https://deku.posstree.com/ko/react-native/eslint-prettier-husky-lint-staged/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/eslint-prettier-husky-lint-staged/</guid><description>React Native 프로젝트에 ESLint와 Prettier를 적용하는 방법과 Husky, lint-staged로 프로처럼 사용하는 방법에 대해서 알아봅니다.</description><pubDate>Tue, 25 Sep 2018 00:00:00 GMT</pubDate></item><item><title>React Native에서 TypeScript 사용하기</title><link>https://deku.posstree.com/ko/react-native/typescript/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/typescript/</guid><description>react-native 프로젝트에 TypeScript를 적용하여 개발해 보자.</description><pubDate>Mon, 24 Sep 2018 00:00:00 GMT</pubDate></item><item><title>맥(Mac)에 react native 개발 환경 구축하기</title><link>https://deku.posstree.com/ko/react-native/install-on-mac/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/install-on-mac/</guid><description>react-native로 앱을 개발하기 위해 맥(Mac)에 개발 환경을 구축해 보고, react-native로 생성한 프로젝트가 잘 동작하는지 확인해 봅니다.</description><pubDate>Sun, 23 Sep 2018 00:00:00 GMT</pubDate></item><item><title>윈도우(Windows)에 react native 개발 환경 구축하기</title><link>https://deku.posstree.com/ko/react-native/install-on-windows/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/install-on-windows/</guid><description>react-native로 앱을 개발하기 위해 윈도우(Windows)에 개발 환경을 구축해 보고, react-native로 생성한 프로젝트가 잘 동작하는지 확인해 봅니다.</description><pubDate>Sun, 23 Sep 2018 00:00:00 GMT</pubDate></item><item><title>RN 설치</title><link>https://deku.posstree.com/ko/react-native/installation/</link><guid isPermaLink="true">https://deku.posstree.com/ko/react-native/installation/</guid><description>react-native를 설치하고 프로젝트가 동작하는지 확인한다.</description><pubDate>Sun, 23 Sep 2018 00:00:00 GMT</pubDate></item><item><title>다국어 플러그인</title><link>https://deku.posstree.com/ko/jekyll/multi-languages-plugin/</link><guid isPermaLink="true">https://deku.posstree.com/ko/jekyll/multi-languages-plugin/</guid><description>jekyll에서 다국어를 대응하기 위해 사용하는 플러그인을 소개합니다. 다국어 플러그인 jekyll-polyglot의 설치와 설정에 대해서 알아봅니다.</description><pubDate>Wed, 19 Sep 2018 00:00:00 GMT</pubDate></item><item><title>jekyll 설정</title><link>https://deku.posstree.com/ko/jekyll/configuration/</link><guid isPermaLink="true">https://deku.posstree.com/ko/jekyll/configuration/</guid><description>jekyll의 기본 설정을 설명합니다. _config.yml파일에 대해 설명하고 jekyll안에서 사용 가능한 변수들에 대해서 설명합니다.</description><pubDate>Wed, 12 Sep 2018 00:00:00 GMT</pubDate></item><item><title>폴더 구조</title><link>https://deku.posstree.com/ko/jekyll/directory_structure/</link><guid isPermaLink="true">https://deku.posstree.com/ko/jekyll/directory_structure/</guid><description>jekyll는 기본적인 폴더 구조를 가지고 있습니다. 폴더 구조를 이용하여 블로그를 체계적으로 관리해 봅시다.</description><pubDate>Mon, 10 Sep 2018 00:00:00 GMT</pubDate></item><item><title>jekyll 설치</title><link>https://deku.posstree.com/ko/jekyll/installation/</link><guid isPermaLink="true">https://deku.posstree.com/ko/jekyll/installation/</guid><description>jekyll 블로그를 시작하기 위해, Mac/Widows에 jekyll을 설치하고 기본 프로젝트를 생성하자.</description><pubDate>Sat, 08 Sep 2018 00:00:00 GMT</pubDate></item><item><title>테마 설정</title><link>https://deku.posstree.com/ko/jekyll/theme/</link><guid isPermaLink="true">https://deku.posstree.com/ko/jekyll/theme/</guid><description>jekyll의 테마를 설정하여, 블로그를 좀 더 멋있게 만들어 보자.</description><pubDate>Sat, 08 Sep 2018 00:00:00 GMT</pubDate></item></channel></rss>