<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>DeKu</title><description>Dreams the art through programming</description><link>https://deku.posstree.com/</link><item><title>Code Review Automation - Automated Coding Rule Checks with Linter and Semgrep</title><link>https://deku.posstree.com/en/development_process/code-review-automation/</link><guid isPermaLink="true">https://deku.posstree.com/en/development_process/code-review-automation/</guid><description>Learn how to reduce code review time by automating coding style and rule checks using Linter and 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/en/code_quality/eslint/jsx-boolean-value/</link><guid isPermaLink="true">https://deku.posstree.com/en/code_quality/eslint/jsx-boolean-value/</guid><description>Learn how to write Boolean Props concisely in JSX using the ESLint react/jsx-boolean-value rule.</description><pubDate>Sat, 14 Mar 2026 00:00:00 GMT</pubDate></item><item><title>[React] Setting Up Vitest Test Coverage</title><link>https://deku.posstree.com/en/react/vitest-coverage/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/vitest-coverage/</guid><description>Learn how to set up a test coverage measurement environment using @vitest/coverage-v8 in a Vitest-based React project.</description><pubDate>Tue, 10 Mar 2026 00:00:00 GMT</pubDate></item><item><title>[React] Introducing Vitest to a Jest Project - View Test Separation Strategy</title><link>https://deku.posstree.com/en/react/jest-to-vitest-migration/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/jest-to-vitest-migration/</guid><description>Learn how to add Vitest to an existing Jest-based React project by separating View tests and logic tests into different runners. Covers setup in a monorepo environment and CI integration.</description><pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate></item><item><title>[React] Building Component VRT + Accessibility Testing with Vitest</title><link>https://deku.posstree.com/en/react/vitest-vrt/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/vitest-vrt/</guid><description>Sharing how to build VRT (Visual Regression Testing) and accessibility testing for React components using Vitest Browser Mode and Playwright. Covers consistent rendering with Docker and CI integration.</description><pubDate>Sun, 08 Mar 2026 00:00:00 GMT</pubDate></item><item><title>[React] Building VRT (Visual Regression Testing) with Jest + Puppeteer</title><link>https://deku.posstree.com/en/react/jest-vrt/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/jest-vrt/</guid><description>Sharing how to build a VRT (Visual Regression Testing) environment for React components using Jest and Puppeteer. The approach involves server-side rendering components, capturing screenshots with Puppeteer, and comparing them with jest-image-snapshot.</description><pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate></item><item><title>[React] Building VRT + Accessibility Testing with Storybook Test Runner</title><link>https://deku.posstree.com/en/react/storybook-vrt/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/storybook-vrt/</guid><description>Sharing how to build VRT (Visual Regression Testing) and accessibility testing for React components using Storybook Test Runner and jest-image-snapshot.</description><pubDate>Fri, 06 Mar 2026 00:00:00 GMT</pubDate></item><item><title>[React] Testing Strategy for Shared Components in a Monorepo</title><link>https://deku.posstree.com/en/react/react-component-testing-strategy/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/react-component-testing-strategy/</guid><description>Sharing the process of establishing a testing strategy for React shared components in a monorepo. We compare Jest, Storybook, and Vitest for View testing with Props/State, event testing, and accessibility testing, and explain why we ultimately chose Vitest.</description><pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate></item><item><title>[React] Adopting React Compiler in a Monorepo</title><link>https://deku.posstree.com/en/react/react-compiler-monorepo/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/react-compiler-monorepo/</guid><description>Sharing the process of adopting React Compiler across a monorepo with 6 apps and shared packages, including issues encountered along the way — panicThreshold selection, eslint-disable strategies, ref.current false positives, and using the &quot;use no memo&quot; directive for troubleshooting.</description><pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Why GitHub Actions Workflows Don&apos;t Re-trigger — GITHUB_TOKEN, PAT, and GitHub Apps</title><link>https://deku.posstree.com/en/github_actions/github-actions-workflow-retrigger/</link><guid isPermaLink="true">https://deku.posstree.com/en/github_actions/github-actions-workflow-retrigger/</guid><description>Learn why pushing with GITHUB_TOKEN in GitHub Actions doesn&apos;t trigger other workflows, and compare PAT vs GitHub Apps solutions with a step-by-step GitHub Apps setup guide.</description><pubDate>Tue, 03 Mar 2026 00:00:00 GMT</pubDate></item><item><title>[React] Practical Guide to React 19 Migration in a Large Monorepo</title><link>https://deku.posstree.com/en/react/react-19-migration/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/react-19-migration/</guid><description>Sharing real-world experience upgrading a large monorepo with 7 apps and shared component libraries to React 19. Covers key changes like forwardRef removal, RefObject type unification, useRef initial value requirement, JSX namespace changes, and migration strategies.</description><pubDate>Tue, 03 Mar 2026 00:00:00 GMT</pubDate></item><item><title>How to Enforce Node.js Versions Across Your Team — Using a Yarn Berry Plugin</title><link>https://deku.posstree.com/en/environment/enforce-node-version-with-yarn-berry-plugin/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/enforce-node-version-with-yarn-berry-plugin/</guid><description>Learn how to enforce Node.js versions across both local development and CI environments by combining .nvmrc, the engines field in package.json, and a custom Yarn Berry plugin.</description><pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate></item><item><title>[Optimization] Reducing Bundle Size by 82% with lodash Tree Shaking: From 547KB to 97KB</title><link>https://deku.posstree.com/en/web/lodash-tree-shaking/</link><guid isPermaLink="true">https://deku.posstree.com/en/web/lodash-tree-shaking/</guid><description>Sharing the experience of reducing bundle size from 547KB to 97KB (approximately 82%) by changing the lodash import method in a monorepo environment. Covers the entire process from setting up bundle analysis to preventing recurrence with ESLint rules.</description><pubDate>Sat, 28 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Solving &quot;Argument list too long&quot; Error in GitHub Actions</title><link>https://deku.posstree.com/en/github_actions/argument-list-too-long/</link><guid isPermaLink="true">https://deku.posstree.com/en/github_actions/argument-list-too-long/</guid><description>Learn about the cause of the &quot;Argument list too long&quot; error that occurs when there are many changed files in monorepo CI, and how to solve it by switching from Bash to JavaScript (actions/github-script).</description><pubDate>Thu, 26 Feb 2026 00:00:00 GMT</pubDate></item><item><title>A GitHub Actions Workflow to Restrict File Change Scope by Branch in a Monorepo</title><link>https://deku.posstree.com/en/github_actions/validate-changed-files-by-branch/</link><guid isPermaLink="true">https://deku.posstree.com/en/github_actions/validate-changed-files-by-branch/</guid><description>Learn how to implement a GitHub Actions workflow that automatically validates whether changed files in a PR fall within the corresponding service directory based on the branch name in a monorepo.</description><pubDate>Thu, 26 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Running ESLint Only on Changed Files in CI</title><link>https://deku.posstree.com/en/github_actions/eslint-changed-files-ci/</link><guid isPermaLink="true">https://deku.posstree.com/en/github_actions/eslint-changed-files-ci/</guid><description>Learn how to run ESLint only on changed files in CI to introduce new ESLint rules without friction in a large-scale monorepo.</description><pubDate>Wed, 25 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Introducing the PnP (Project in Project) Concept</title><link>https://deku.posstree.com/en/development_process/pnp/</link><guid isPermaLink="true">https://deku.posstree.com/en/development_process/pnp/</guid><description>Let&apos;s learn about the PnP concept — creating and managing sub-projects within a main project — and how to adopt it.</description><pubDate>Sun, 15 Feb 2026 00:00:00 GMT</pubDate></item><item><title>[Claude Code] Basic Knowledge and How to Use</title><link>https://deku.posstree.com/en/generative_ai/claude-code/</link><guid isPermaLink="true">https://deku.posstree.com/en/generative_ai/claude-code/</guid><description>Let&apos;s learn the basics of Claude Code, from installation to tokens, models, modes, and useful tips.</description><pubDate>Sun, 15 Feb 2026 00:00:00 GMT</pubDate></item><item><title>[Git] Setting up a parallel workspace with Worktree</title><link>https://deku.posstree.com/en/git/worktree/</link><guid isPermaLink="true">https://deku.posstree.com/en/git/worktree/</guid><description>Let&apos;s learn how to work in parallel across separate directories using Git Worktree.</description><pubDate>Sun, 15 Feb 2026 00:00:00 GMT</pubDate></item><item><title>[React] React Clean Code in Practice</title><link>https://deku.posstree.com/en/react/react_clean_code/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/react_clean_code/</guid><description>A summary of the core concepts of React Clean Code — Cohesion, Single Responsibility, and Abstraction — presented at Toss&apos;s SLASH 21 conference, with practical code examples.</description><pubDate>Sat, 14 Feb 2026 00:00:00 GMT</pubDate></item><item><title>[React] Basic Concepts and How React Rendering Works</title><link>https://deku.posstree.com/en/react/rendering-basic-concepts/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/rendering-basic-concepts/</guid><description>Learn what React rendering is, the difference between the Render Phase and Commit Phase, Fiber objects, Keys and rendering, batch processing, closures and state snapshots, and more about the basic concepts and behavior of React rendering.</description><pubDate>Sat, 14 Feb 2026 00:00:00 GMT</pubDate></item><item><title>[React] Optimizing React Rendering Performance</title><link>https://deku.posstree.com/en/react/rendering-optimization/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/rendering-optimization/</guid><description>Learn why rendering performance optimization matters in React, how to use optimization APIs like React.memo, shouldComponentUpdate, and PureComponent, how to fix reference issues with useCallback/useMemo, immutability, how to measure performance, and the React Compiler.</description><pubDate>Sat, 14 Feb 2026 00:00:00 GMT</pubDate></item><item><title>[Web] Comprehensive Lighthouse Performance Optimization Guide</title><link>https://deku.posstree.com/en/web/lighthouse_optimization/</link><guid isPermaLink="true">https://deku.posstree.com/en/web/lighthouse_optimization/</guid><description>Sharing the methods applied to improve Lighthouse performance scores on an Astro blog, including image optimization, CSS optimization, web font optimization, and accessibility improvements.</description><pubDate>Sat, 14 Feb 2026 00:00:00 GMT</pubDate></item><item><title>My Side Project Story</title><link>https://deku.posstree.com/en/essay/my-side-project-story/</link><guid isPermaLink="true">https://deku.posstree.com/en/essay/my-side-project-story/</guid><description>I share my experiences and lessons learned while working on side projects as a developer.</description><pubDate>Tue, 25 Feb 2025 00:00:00 GMT</pubDate></item><item><title>What Side Projects Mean for Developers</title><link>https://deku.posstree.com/en/essay/side-project/</link><guid isPermaLink="true">https://deku.posstree.com/en/essay/side-project/</guid><description>I will share my personal perspective on what side projects are for developers and why you should do side projects.</description><pubDate>Mon, 24 Feb 2025 00:00:00 GMT</pubDate></item><item><title>Troubleshooting Dependabot PRs Not Working in a Monorepo</title><link>https://deku.posstree.com/en/github_actions/dependabot-monorepo-troubleshooting/</link><guid isPermaLink="true">https://deku.posstree.com/en/github_actions/dependabot-monorepo-troubleshooting/</guid><description>Learn about the causes and solutions for Dependabot rebase failures due to Branch Protection Rules and lockfile updates in a Yarn Workspaces-based monorepo.</description><pubDate>Wed, 05 Feb 2025 00:00:00 GMT</pubDate></item><item><title>Automation for Handling Dependabot PRs</title><link>https://deku.posstree.com/en/github_actions/dependabot-sop-automation/</link><guid isPermaLink="true">https://deku.posstree.com/en/github_actions/dependabot-sop-automation/</guid><description>Learn about Dependabot configuration and how to automate PR handling using GitHub Actions in a Monorepo environment.</description><pubDate>Tue, 04 Feb 2025 00:00:00 GMT</pubDate></item><item><title>SOP(Standard Operating Procedure) for Handling Dependabot PRs</title><link>https://deku.posstree.com/en/github_actions/dependabot-sop/</link><guid isPermaLink="true">https://deku.posstree.com/en/github_actions/dependabot-sop/</guid><description>Learn about risk classification criteria and handling methods for efficiently processing Dependabot-generated PRs in a Monorepo environment.</description><pubDate>Mon, 03 Feb 2025 00:00:00 GMT</pubDate></item><item><title>Cooperation</title><link>https://deku.posstree.com/en/essay/cooperation/</link><guid isPermaLink="true">https://deku.posstree.com/en/essay/cooperation/</guid><description>We say cooperation is important when performing tasks. But are we really cooperating?</description><pubDate>Tue, 28 Jan 2025 00:00:00 GMT</pubDate></item><item><title>[Flutter] App accessibility</title><link>https://deku.posstree.com/en/flutter/accessibility/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/accessibility/</guid><description>Let&apos;s find out how to improve the accessibility of apps developed with Flutter.</description><pubDate>Fri, 03 Jan 2025 00:00:00 GMT</pubDate></item><item><title>[Code Quality] Check Code using Semgrep with Regular Expression</title><link>https://deku.posstree.com/en/code_quality/semgrep/</link><guid isPermaLink="true">https://deku.posstree.com/en/code_quality/semgrep/</guid><description>Let&apos;s see how to check the code quality by using Semgrep with regular expression.</description><pubDate>Wed, 18 Dec 2024 00:00:00 GMT</pubDate></item><item><title>Social Capital and Experts</title><link>https://deku.posstree.com/en/essay/social-capital-and-experts/</link><guid isPermaLink="true">https://deku.posstree.com/en/essay/social-capital-and-experts/</guid><description>To become an expert, you need to try new technologies or methodologies at work. However, the new technology you propose is not properly adopted. Let&apos;s see why the new technology you propose is not adopted and what methods are available to easily adopt new technology.</description><pubDate>Thu, 05 Dec 2024 00:00:00 GMT</pubDate></item><item><title>How to select an instructor for effective employee training</title><link>https://deku.posstree.com/en/essay/effective-employee-training/</link><guid isPermaLink="true">https://deku.posstree.com/en/essay/effective-employee-training/</guid><description>Many companies invest a lot of money in employee training, but they do not actually get much benefit. Why do companies invest a lot of money in training but do not actually get much benefit?</description><pubDate>Thu, 14 Nov 2024 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] Send Slack message for Reviewer</title><link>https://deku.posstree.com/en/github_actions/send_slack_message_for_reviewer/</link><guid isPermaLink="true">https://deku.posstree.com/en/github_actions/send_slack_message_for_reviewer/</guid><description>Let&apos;s see how to send Slack messages when Reviewer is assigned using GitHub Actions and how to send PR list to Reviewer as Slack message every morning.</description><pubDate>Wed, 13 Nov 2024 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] Improve Jest test performance in GitHub Actions</title><link>https://deku.posstree.com/en/github_actions/improve-test-performance/</link><guid isPermaLink="true">https://deku.posstree.com/en/github_actions/improve-test-performance/</guid><description>Let&apos;s see how to improve the performance of the Action that runs Jest in GitHub Actions.</description><pubDate>Wed, 23 Oct 2024 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] Removing duplication in GitHub Actions using Composite Action</title><link>https://deku.posstree.com/en/github_actions/composite-action/</link><guid isPermaLink="true">https://deku.posstree.com/en/github_actions/composite-action/</guid><description>Let&apos;s see how to use Composite Action to remove duplication in GitHub Actions and increase the reusability of Actions.</description><pubDate>Tue, 22 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Mistakes Management Strategy</title><link>https://deku.posstree.com/en/essay/mistakes-management/</link><guid isPermaLink="true">https://deku.posstree.com/en/essay/mistakes-management/</guid><description>Let&apos;s see how organizations manage mistakes and the impact of strategies for mistakes on the team.</description><pubDate>Tue, 15 Oct 2024 00:00:00 GMT</pubDate></item><item><title>[Flutter] How to use PageView widget</title><link>https://deku.posstree.com/en/flutter/widgets/page_view/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/widgets/page_view/</guid><description>Let&apos;s see how to use the PageView widget provided by Flutter to scroll the entire page.</description><pubDate>Fri, 11 Oct 2024 00:00:00 GMT</pubDate></item><item><title>[Flutter] Test Matcher</title><link>https://deku.posstree.com/en/flutter/test/matcher/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/test/matcher/</guid><description>Let&apos;s see the Matchers available in Flutter test code and how to use them.</description><pubDate>Sun, 06 Oct 2024 00:00:00 GMT</pubDate></item><item><title>[GitHub] How to use multiple GitHub accounts on one machine</title><link>https://deku.posstree.com/en/git/user-multiple-github-users/</link><guid isPermaLink="true">https://deku.posstree.com/en/git/user-multiple-github-users/</guid><description>Let&apos;s see how to set up and use multiple GitHub accounts on one machine (PC).</description><pubDate>Wed, 25 Sep 2024 00:00:00 GMT</pubDate></item><item><title>The Learning Method of Programmers</title><link>https://deku.posstree.com/en/essay/studying-way-for-programmer/</link><guid isPermaLink="true">https://deku.posstree.com/en/essay/studying-way-for-programmer/</guid><description>Let&apos;s see what learning methods programmers can use when learning a new language.</description><pubDate>Wed, 18 Sep 2024 00:00:00 GMT</pubDate></item><item><title>Extracting Expertise from Experts through Cognitive Task Analysis</title><link>https://deku.posstree.com/en/essay/cognitive-task-analysis/</link><guid isPermaLink="true">https://deku.posstree.com/en/essay/cognitive-task-analysis/</guid><description>Let&apos;s see how to extract expertise from experts through cognitive task analysis.</description><pubDate>Tue, 17 Sep 2024 00:00:00 GMT</pubDate></item><item><title>[Flutter] Use MultipartRequest in http package to upload files</title><link>https://deku.posstree.com/en/flutter/http_multipartrequest/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/http_multipartrequest/</guid><description>Let&apos;s see how to upload files using MultipartRequest in the http package in Flutter and how to test it.</description><pubDate>Tue, 17 Sep 2024 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] How to execute GitHub Actions manually</title><link>https://deku.posstree.com/en/github_actions/execute-github-actions-manually/</link><guid isPermaLink="true">https://deku.posstree.com/en/github_actions/execute-github-actions-manually/</guid><description>Let&apos;s see how to execute GitHub Actions manually.</description><pubDate>Fri, 13 Sep 2024 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] How to check PR title with GitHub Actions in monorepo environment</title><link>https://deku.posstree.com/en/github_actions/action-check-pr-title/</link><guid isPermaLink="true">https://deku.posstree.com/en/github_actions/action-check-pr-title/</guid><description>In a monorepo environment, let&apos;s see how to check the title of a PR (Pull Request) using GitHub Actions.</description><pubDate>Tue, 10 Sep 2024 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] How to check branch name with GitHub Actions</title><link>https://deku.posstree.com/en/github_actions/check-branch-name/</link><guid isPermaLink="true">https://deku.posstree.com/en/github_actions/check-branch-name/</guid><description>Let&apos;s see how to check the branch name when creating a PR using GitHub Actions.</description><pubDate>Mon, 02 Sep 2024 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] Automatically Assign Assignees to PR</title><link>https://deku.posstree.com/en/github_actions/auto-assign-assigness/</link><guid isPermaLink="true">https://deku.posstree.com/en/github_actions/auto-assign-assigness/</guid><description>Let&apos;s see how to automatically add the developer who created the PR to the Assignees using GitHub Actions.</description><pubDate>Wed, 28 Aug 2024 00:00:00 GMT</pubDate></item><item><title>Deliberate practice to become an expert</title><link>https://deku.posstree.com/en/essay/deliberate-practice-to-become-expert/</link><guid isPermaLink="true">https://deku.posstree.com/en/essay/deliberate-practice-to-become-expert/</guid><description>You can not become an expert by repeating the same thing for a lifetime. To become an expert, deliberate practice is required.</description><pubDate>Mon, 26 Aug 2024 00:00:00 GMT</pubDate></item><item><title>ESLint Configuration for Monorepo in VSCode</title><link>https://deku.posstree.com/en/environment/vscode/eslint-configuration-for-monorepo/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/vscode/eslint-configuration-for-monorepo/</guid><description>Let&apos;s see how to configure ESLint in VSCode when developing Monorepo projects.</description><pubDate>Thu, 22 Aug 2024 00:00:00 GMT</pubDate></item><item><title>[Essay] Learning methods to survive in the AI era</title><link>https://deku.posstree.com/en/essay/how-to-survive-in-ai-era/</link><guid isPermaLink="true">https://deku.posstree.com/en/essay/how-to-survive-in-ai-era/</guid><description>Let&apos;s see what learning methods are needed to create a career that AI cannot replace in the AI era.</description><pubDate>Fri, 16 Aug 2024 00:00:00 GMT</pubDate></item><item><title>Hide VSCode Incoming/Outgoing changes graph</title><link>https://deku.posstree.com/en/environment/vscode/incoming-outgoing-changes-graph/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/vscode/incoming-outgoing-changes-graph/</guid><description>Let&apos;s see how to hide the Git Incoming/Outgoing changes graph feature newly added to VSCode in July 2024.</description><pubDate>Fri, 16 Aug 2024 00:00:00 GMT</pubDate></item><item><title>Web Cache and AWS S3, CloudFront</title><link>https://deku.posstree.com/en/environment/web/cache-and-aws-s3-cloudfront/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/web/cache-and-aws-s3-cloudfront/</guid><description>Let&apos;s see what cache is in web development and how to apply cache when providing web services with static files using AWS S3 and CloudFront.</description><pubDate>Thu, 15 Aug 2024 00:00:00 GMT</pubDate></item><item><title>Software Development Deployment Strategy</title><link>https://deku.posstree.com/en/environment/deployment-strategy/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/deployment-strategy/</guid><description>Let&apos;s see the types and usage of service deployment strategies in software development.</description><pubDate>Wed, 07 Aug 2024 00:00:00 GMT</pubDate></item><item><title>Branch Strategy for Software Development</title><link>https://deku.posstree.com/en/environment/branch-strategy/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/branch-strategy/</guid><description>Let&apos;s see the types and usage of branch strategies for software development.</description><pubDate>Sun, 04 Aug 2024 00:00:00 GMT</pubDate></item><item><title>[Essay] Learning Frame and Execution Frame</title><link>https://deku.posstree.com/en/essay/learning-frame-and-execution-frame/</link><guid isPermaLink="true">https://deku.posstree.com/en/essay/learning-frame-and-execution-frame/</guid><description>Let&apos;s see what learning frame and execution frame are, and find out which frame is right for me.</description><pubDate>Thu, 01 Aug 2024 00:00:00 GMT</pubDate></item><item><title>[Flutter] How to use BackButton widget</title><link>https://deku.posstree.com/en/flutter/widgets/back_button/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/widgets/back_button/</guid><description>Let&apos;s see how to use the BackButton widget provided by Flutter to go back the previous screen.</description><pubDate>Thu, 01 Aug 2024 00:00:00 GMT</pubDate></item><item><title>[Essay] Exponential Teams</title><link>https://deku.posstree.com/en/essay/exponential-teams/</link><guid isPermaLink="true">https://deku.posstree.com/en/essay/exponential-teams/</guid><description>Let&apos;s maximize the productivity of the team by forming an exponential team.</description><pubDate>Tue, 21 May 2024 00:00:00 GMT</pubDate></item><item><title>[Essay] Misconception about Career</title><link>https://deku.posstree.com/en/essay/misconception-about-career/</link><guid isPermaLink="true">https://deku.posstree.com/en/essay/misconception-about-career/</guid><description>Most people think that people with a lot of experience are experts and they will do better. But is it really that people with a lot of experience do better?</description><pubDate>Tue, 30 Apr 2024 00:00:00 GMT</pubDate></item><item><title>[Essay] Deliberate Practice</title><link>https://deku.posstree.com/en/essay/deliberate-practice/</link><guid isPermaLink="true">https://deku.posstree.com/en/essay/deliberate-practice/</guid><description>Just spending 10,000 hours on the same thing doesn&apos;t improve your skills or make you an expert. You need to engage in deliberate practice to improve your skills and become an expert.</description><pubDate>Wed, 24 Apr 2024 00:00:00 GMT</pubDate></item><item><title>[Git] Delete all branches except main</title><link>https://deku.posstree.com/en/git/delete-all-branches/</link><guid isPermaLink="true">https://deku.posstree.com/en/git/delete-all-branches/</guid><description>Let&apos;s see how to delete all branches except main in local.</description><pubDate>Tue, 23 Apr 2024 00:00:00 GMT</pubDate></item><item><title>[Essay] Illusion of Master</title><link>https://deku.posstree.com/en/essay/illusion-of-master/</link><guid isPermaLink="true">https://deku.posstree.com/en/essay/illusion-of-master/</guid><description>There is no master in this world who will make me a master.</description><pubDate>Thu, 18 Apr 2024 00:00:00 GMT</pubDate></item><item><title>[Essay] Study in School and Society</title><link>https://deku.posstree.com/en/essay/study-in-school-and-society/</link><guid isPermaLink="true">https://deku.posstree.com/en/essay/study-in-school-and-society/</guid><description>The learning in school and the learning in society where we will live in the future are different.</description><pubDate>Wed, 17 Apr 2024 00:00:00 GMT</pubDate></item><item><title>[Essay] Working Together</title><link>https://deku.posstree.com/en/essay/work-together/</link><guid isPermaLink="true">https://deku.posstree.com/en/essay/work-together/</guid><description>We are more accustomed to doing things alone than together. However, it is difficult to make a big impact on society alone.</description><pubDate>Mon, 08 Apr 2024 00:00:00 GMT</pubDate></item><item><title>[Vite] Configure Stylelint(CSS-in-JS) in TypeScript-based React project</title><link>https://deku.posstree.com/en/react/vite/react-typescript/stylelint/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/vite/react-typescript/stylelint/</guid><description>Let&apos;s see how to add Stylelint to a TypeScript-based React project created using Vite to manage styles (CSS) in the CSS-in-JS environment.</description><pubDate>Tue, 12 Mar 2024 00:00:00 GMT</pubDate></item><item><title>[Vite] Configure Prettier in TypeScript-based React project</title><link>https://deku.posstree.com/en/react/vite/react-typescript/prettier/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/vite/react-typescript/prettier/</guid><description>Let&apos;s see how to add Prettier to a TypeScript-based React project created using Vite to manage code format consistently.</description><pubDate>Wed, 06 Mar 2024 00:00:00 GMT</pubDate></item><item><title>[Vite] Configure test environment in TypeScript-based React project</title><link>https://deku.posstree.com/en/react/vite/react-typescript/test/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/vite/react-typescript/test/</guid><description>Let&apos;s see how to configure a test environment in a TypeScript-based React project created using Vite.</description><pubDate>Tue, 06 Feb 2024 00:00:00 GMT</pubDate></item><item><title>[Vite] Getting started with TypeScript-based React project</title><link>https://deku.posstree.com/en/react/vite/react-typescript/start/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/vite/react-typescript/start/</guid><description>Let&apos;s see how to start a TypeScript-based React project using Vite.</description><pubDate>Mon, 05 Feb 2024 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] Set Assignees automatically</title><link>https://deku.posstree.com/en/share/github-actions/set-assignees/</link><guid isPermaLink="true">https://deku.posstree.com/en/share/github-actions/set-assignees/</guid><description>Let&apos;s see how to set automatically the creator of Pull request to Assignees in the GitHub pull request by using GitHub Actions.</description><pubDate>Sat, 03 Feb 2024 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] Set Reviewers Automatically</title><link>https://deku.posstree.com/en/share/github-actions/set-reviewers/</link><guid isPermaLink="true">https://deku.posstree.com/en/share/github-actions/set-reviewers/</guid><description>Let&apos;s see how to set reviewers automatically in Pull request using GitHub Actions.</description><pubDate>Sat, 03 Feb 2024 00:00:00 GMT</pubDate></item><item><title>[macOS] Command to Prevent Sleep Mode</title><link>https://deku.posstree.com/en/share/macos/caffeinate/</link><guid isPermaLink="true">https://deku.posstree.com/en/share/macos/caffeinate/</guid><description>Let&apos;s see how to prevent macOS from automatically switching to sleep mode using the Caffeinate command.</description><pubDate>Wed, 31 Jan 2024 00:00:00 GMT</pubDate></item><item><title>[Monorepo] Creating a Monorepo with pnpm</title><link>https://deku.posstree.com/en/environment/monorepo/pnpm/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/monorepo/pnpm/</guid><description>Let&apos;s see how to create a monorepo using pnpm, one of the NodeJS package managers.</description><pubDate>Mon, 29 Jan 2024 00:00:00 GMT</pubDate></item><item><title>[Flutter] Fix Lexical or Preprocessor Issue (Xcode): *.h file not found error</title><link>https://deku.posstree.com/en/flutter/error/lexical_or_preprocessor_file_not_found/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/error/lexical_or_preprocessor_file_not_found/</guid><description>Let&apos;s see how to fix the flutter Lexical or Preprocessor Issue (Xcode): *.h file not found error that suddenly occurs in Flutter.</description><pubDate>Sat, 27 Jan 2024 00:00:00 GMT</pubDate></item><item><title>[Flutter] Improve test execution speed with concurrency option</title><link>https://deku.posstree.com/en/flutter/test/concurrency/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/test/concurrency/</guid><description>Let&apos;s see how to improve test execution speed with concurrency option when running test code in Flutter.</description><pubDate>Fri, 26 Jan 2024 00:00:00 GMT</pubDate></item><item><title>[Monorepo] Yarn Workspaces command</title><link>https://deku.posstree.com/en/environment/monorepo/yarn_workspaces/command/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/monorepo/yarn_workspaces/command/</guid><description>Let&apos;s see how to execute the commands set in the scripts of each project in a monorepo configured using Yarn&apos;s Workspaces.</description><pubDate>Thu, 25 Jan 2024 00:00:00 GMT</pubDate></item><item><title>[Monorepo] Dependency Hoisting of Yarn Workspaces</title><link>https://deku.posstree.com/en/environment/monorepo/yarn_workspaces/hoisting/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/monorepo/yarn_workspaces/hoisting/</guid><description>Let&apos;s see how Hoisting works when adding dependencies to each project when configuring a Monorepo using Yarn&apos;s Workspaces.</description><pubDate>Wed, 24 Jan 2024 00:00:00 GMT</pubDate></item><item><title>[Monorepo] Yarn Workspaces</title><link>https://deku.posstree.com/en/environment/monorepo/yarn_workspaces/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/monorepo/yarn_workspaces/</guid><description>Let&apos;s see how to use Yarn&apos;s Workspaces to set up a monorepo for a project developed in JavaScript.</description><pubDate>Thu, 18 Jan 2024 00:00:00 GMT</pubDate></item><item><title>[Monorepo] Symlink</title><link>https://deku.posstree.com/en/environment/monorepo/symlink/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/monorepo/symlink/</guid><description>Let&apos;s see what Symlink (Symbolic Link) is, which is the basic knowledge for using Monorepo in a project developed in JavaScript.</description><pubDate>Wed, 17 Jan 2024 00:00:00 GMT</pubDate></item><item><title>[Monorepo] Node JS module resolution</title><link>https://deku.posstree.com/en/environment/monorepo/module-resolutions/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/monorepo/module-resolutions/</guid><description>I will explain how NodeJS loads modules as basic knowledge to understand Monorepo.</description><pubDate>Tue, 16 Jan 2024 00:00:00 GMT</pubDate></item><item><title>[JavaScript] Tools for Monorepo</title><link>https://deku.posstree.com/en/environment/monorepo/tools/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/monorepo/tools/</guid><description>Let&apos;s see what tools are needed to use Monorepo in a project developed in JavaScript.</description><pubDate>Thu, 11 Jan 2024 00:00:00 GMT</pubDate></item><item><title>[Project Management] Repository Strategy</title><link>https://deku.posstree.com/en/environment/repository_strategy/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/repository_strategy/</guid><description>Let&apos;s see the repository strategies like Monolith, Multi Repo, and Monorepo for managing projects.</description><pubDate>Thu, 04 Jan 2024 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] Check Pull request labels</title><link>https://deku.posstree.com/en/share/github-actions/pr-labels-checker/</link><guid isPermaLink="true">https://deku.posstree.com/en/share/github-actions/pr-labels-checker/</guid><description>Let&apos;s see how to use PR Labels Checker that is one of GitHub Actions to check the labels of Pull request in GitHub.</description><pubDate>Mon, 25 Dec 2023 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] Automate Release notes</title><link>https://deku.posstree.com/en/share/github-actions/release-drafter/</link><guid isPermaLink="true">https://deku.posstree.com/en/share/github-actions/release-drafter/</guid><description>Let&apos;s see how to use Release Drafter that is one of GitHub Actions to automate Release notes in GitHub.</description><pubDate>Thu, 07 Dec 2023 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] Check Pull request title</title><link>https://deku.posstree.com/en/share/github-actions/pr-title-checker/</link><guid isPermaLink="true">https://deku.posstree.com/en/share/github-actions/pr-title-checker/</guid><description>Let&apos;s see how to check the Pull request title to see if it follows Conventional Commits using GitHub Actions.</description><pubDate>Wed, 06 Dec 2023 00:00:00 GMT</pubDate></item><item><title>[Mac M2 silicon chip] NPM package deasync installation error</title><link>https://deku.posstree.com/en/share/mac-m2-silicon-install-deasync-error/</link><guid isPermaLink="true">https://deku.posstree.com/en/share/mac-m2-silicon-install-deasync-error/</guid><description>Let&apos;s see how to resolve the node-gyp error when installing the deasync NPM package on Mac M2 silicon chips.</description><pubDate>Mon, 20 Nov 2023 00:00:00 GMT</pubDate></item><item><title>[GitHub Actions] Automate NPM package deployment</title><link>https://deku.posstree.com/en/share/github-actions/deploy-npm-library/</link><guid isPermaLink="true">https://deku.posstree.com/en/share/github-actions/deploy-npm-library/</guid><description>Let&apos;s see how to automate NPM package deployment using GitHub Actions.</description><pubDate>Mon, 23 Oct 2023 00:00:00 GMT</pubDate></item><item><title>Custom template for create-react-app</title><link>https://deku.posstree.com/en/react/create-react-app/template/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/create-react-app/template/</guid><description>Let&apos;s see how to create the custom template for create-react-app and make a React project with the custom template.</description><pubDate>Sat, 21 Oct 2023 00:00:00 GMT</pubDate></item><item><title>[Code Quality] Stylelint V15</title><link>https://deku.posstree.com/en/code_quality/stylelint/v15/</link><guid isPermaLink="true">https://deku.posstree.com/en/code_quality/stylelint/v15/</guid><description>Let&apos;s see how to check the style code in the CSS, SCSS, and CSS-in-JS files by using StyleLint V15.</description><pubDate>Tue, 03 Oct 2023 00:00:00 GMT</pubDate></item><item><title>[Web] Optimize Images Using avif and webp Formats</title><link>https://deku.posstree.com/en/web/optimization_images/</link><guid isPermaLink="true">https://deku.posstree.com/en/web/optimization_images/</guid><description>Let&apos;s learn how to solve Lighthouse&apos;s Serve images in next-gen formats issue by generating images in avif and webp formats using Python.</description><pubDate>Sat, 18 Mar 2023 00:00:00 GMT</pubDate></item><item><title>[Web] Optimize loading Google Web Font</title><link>https://deku.posstree.com/en/web/optimization_load_google_font/</link><guid isPermaLink="true">https://deku.posstree.com/en/web/optimization_load_google_font/</guid><description>When using Google Web Fonts on a web page, let&apos;s see how to optimize loading Google Web Font so that it doesn&apos;t affect the performance of the web page.</description><pubDate>Sun, 12 Mar 2023 00:00:00 GMT</pubDate></item><item><title>[Code Quality] Lighthouse CI</title><link>https://deku.posstree.com/en/code_quality/lighthouse_ci/</link><guid isPermaLink="true">https://deku.posstree.com/en/code_quality/lighthouse_ci/</guid><description>Let&apos;s see how to execute Lighthouse provided Google Chrome on the local or the CI environment and how to measure automatically the performance of the web page in the CI environment.</description><pubDate>Sat, 11 Mar 2023 00:00:00 GMT</pubDate></item><item><title>[Flutter] Fix broken Korean or Japanese in server data</title><link>https://deku.posstree.com/en/flutter/http_response_decode/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/http_response_decode/</guid><description>Let&apos;s see how to fix the broken Korean or Japanese when getting the JSON data from the server via the http package in Flutter.</description><pubDate>Sun, 05 Mar 2023 00:00:00 GMT</pubDate></item><item><title>[Flutter] Make scrollable regardless of child widget size</title><link>https://deku.posstree.com/en/flutter/AlwaysScrollableScrollPhysics/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/AlwaysScrollableScrollPhysics/</guid><description>Let&apos;s see how to make always scrollable of the list regardless sof the child widget size in the SingleChildScrollView widget.</description><pubDate>Sat, 04 Mar 2023 00:00:00 GMT</pubDate></item><item><title>Manage Python version by pyenv</title><link>https://deku.posstree.com/en/environment/pyenv/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/pyenv/</guid><description>Let&apos;s see how to use pyenv to use various Python versions on the same machine.</description><pubDate>Sun, 26 Feb 2023 00:00:00 GMT</pubDate></item><item><title>[Flutter] Find child and parent widget in test code</title><link>https://deku.posstree.com/en/flutter/test/find_child_and_parent_widget/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/test/find_child_and_parent_widget/</guid><description>Let&apos;s see how to write the test code to find the parent widget or child widget onFlutter.</description><pubDate>Sat, 25 Feb 2023 00:00:00 GMT</pubDate></item><item><title>[Flutter] Hide back button in AppBar</title><link>https://deku.posstree.com/en/flutter/widget/hide_back_button/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/widget/hide_back_button/</guid><description>Let&apos;s see how to hide the auto generated back button in the AppBar on the Flutter app.</description><pubDate>Wed, 22 Feb 2023 00:00:00 GMT</pubDate></item><item><title>[Flutter] DatePicker</title><link>https://deku.posstree.com/en/flutter/widget/showDatePicker/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/widget/showDatePicker/</guid><description>Let&apos;s see how to implement DatePicker for users to input the date with the calendar.</description><pubDate>Sun, 19 Feb 2023 00:00:00 GMT</pubDate></item><item><title>[Flutter] Fix font size by textScaleFactor</title><link>https://deku.posstree.com/en/flutter/widget/textScaleFactor/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/widget/textScaleFactor/</guid><description>Let&apos;s see how to fix the font size in the app even if the user changes the font size bigger by the device settings.</description><pubDate>Tue, 14 Feb 2023 00:00:00 GMT</pubDate></item><item><title>[GitLab] Dependabot</title><link>https://deku.posstree.com/en/gitlab/dependabot/</link><guid isPermaLink="true">https://deku.posstree.com/en/gitlab/dependabot/</guid><description>Let&apos;s see how to add Dependabot to GitLab for checking automatically the version updating of the libraries in the project.</description><pubDate>Fri, 10 Feb 2023 00:00:00 GMT</pubDate></item><item><title>[Flutter] Pull to refresh</title><link>https://deku.posstree.com/en/flutter/widget/RefreshIndicator/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/widget/RefreshIndicator/</guid><description>Let&apos;s see how to make the pull to refresh to update the list in the Flutter app.</description><pubDate>Mon, 06 Feb 2023 00:00:00 GMT</pubDate></item><item><title>[Flutter] Keep screen awake</title><link>https://deku.posstree.com/en/flutter/wakelock/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/wakelock/</guid><description>Let&apos;s see how to keep the screen awake when the Flutter app is active or when a user uses some features by using the wakelock package.</description><pubDate>Thu, 24 Nov 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] Inline if statement and inline loop in widget</title><link>https://deku.posstree.com/en/flutter/inline-if-statement-and-inline-loop/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/inline-if-statement-and-inline-loop/</guid><description>Let&apos;s see how to use the inline if statement to decide to display widgets and how to use the inline loop to show widgets in widgets.</description><pubDate>Mon, 21 Nov 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] Deploy Flutter app with GitHub Actions and Fastlane</title><link>https://deku.posstree.com/en/flutter/github-actions/deployment/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/github-actions/deployment/</guid><description>Let&apos;s see how to deploy the Flutter app that is configured Fastlane by using GitHub Actions.</description><pubDate>Thu, 17 Nov 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] Deploy with Fastlane automatically</title><link>https://deku.posstree.com/en/flutter/fastlane/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/fastlane/</guid><description>Let&apos;s see how to deploy the app that is developed by Flutter with Fastlane automatically.</description><pubDate>Fri, 28 Oct 2022 00:00:00 GMT</pubDate></item><item><title>[Git] Modify last commit message</title><link>https://deku.posstree.com/en/git/amend/</link><guid isPermaLink="true">https://deku.posstree.com/en/git/amend/</guid><description>Let&apos;s see how to modify the last commit message with Git amend option.</description><pubDate>Tue, 25 Oct 2022 00:00:00 GMT</pubDate></item><item><title>[Emotion] How to solve React does not recognize the XXXXX prop on a DOM element</title><link>https://deku.posstree.com/en/react/emotion/does-not-recognize-props/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/emotion/does-not-recognize-props/</guid><description>Let&apos;s see how to solve React does not recognize the XXXXX prop on a DOM element when use Emotion.</description><pubDate>Thu, 20 Oct 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] VSCode configuration</title><link>https://deku.posstree.com/en/flutter/vscode-settings/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/vscode-settings/</guid><description>Let&apos;s see some helpful configurations of VSCode when developing the app by 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/en/code_quality/eslint/eslint-plugin-import/</link><guid isPermaLink="true">https://deku.posstree.com/en/code_quality/eslint/eslint-plugin-import/</guid><description>Let&apos;s see how to clean up the import part using ESLint&apos;s eslint-plugin-import.</description><pubDate>Wed, 12 Oct 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] flutter_colorpicker</title><link>https://deku.posstree.com/en/flutter/flutter_colorpicker/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/flutter_colorpicker/</guid><description>Let&apos;s see how to use flutter_colorpicker to help users choose the color easily in Flutter.</description><pubDate>Thu, 05 May 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] Test coverage</title><link>https://deku.posstree.com/en/flutter/test-coverage/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/test-coverage/</guid><description>Let&apos;s see how to create the test coverage and check where the test code doesn&apos;t cover via the test coverage in Flutter.</description><pubDate>Mon, 02 May 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] GitHub Dependabot</title><link>https://deku.posstree.com/en/flutter/github/dependabot/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/github/dependabot/</guid><description>Let&apos;s see how to use GitHub Dependabot to check the versions of the packages used in the Flutter project, and if there is a new version, create a Pull request automatically.</description><pubDate>Tue, 26 Apr 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] GitHub Actions for checking code</title><link>https://deku.posstree.com/en/flutter/github-actions/code-quality/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/github-actions/code-quality/</guid><description>Let&apos;s see how to use GitHub Actions to execute Flutter Linter to check the code style and execute the test code to check the code has issues in Flutter.</description><pubDate>Mon, 25 Apr 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] How to use cookie with webview_flutter</title><link>https://deku.posstree.com/en/flutter/webview_flutter/cookie/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/webview_flutter/cookie/</guid><description>Let&apos;s see how to use cookie in the webview that is shown by webview_flutter on Flutter.</description><pubDate>Sun, 24 Apr 2022 00:00:00 GMT</pubDate></item><item><title>[Code Quality] Lefthook</title><link>https://deku.posstree.com/en/code_quality/lefthook/</link><guid isPermaLink="true">https://deku.posstree.com/en/code_quality/lefthook/</guid><description>Let&apos;s see how to use Lefthook to execute the test code or Linter when you commit on Git.</description><pubDate>Sun, 17 Apr 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] WebView</title><link>https://deku.posstree.com/en/flutter/webview_flutter/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/webview_flutter/</guid><description>Let&apos;s see how to use webview_flutter to show the web page in the app on Flutter.</description><pubDate>Sun, 10 Apr 2022 00:00:00 GMT</pubDate></item><item><title>[Golang] Getting started with Gin</title><link>https://deku.posstree.com/en/golang/gin/start/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/gin/start/</guid><description>Let&apos;s see how to develop a web server with Golang using Gin web framework that is the mos popular web framework of Golang.</description><pubDate>Thu, 07 Apr 2022 00:00:00 GMT</pubDate></item><item><title>[Next.js] MUI</title><link>https://deku.posstree.com/en/react/nextjs/mui/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/nextjs/mui/</guid><description>Let&apos;s see how to add and use MUI(Material UI) that is the UI library in the Next.js project based on TypeScript.</description><pubDate>Sun, 27 Mar 2022 00:00:00 GMT</pubDate></item><item><title>[Next.js] Localization</title><link>https://deku.posstree.com/en/react/nextjs/localization/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/nextjs/localization/</guid><description>Let&apos;s see how to use next-translate for the localization on the Next.js project based on TypeScript.</description><pubDate>Sat, 26 Mar 2022 00:00:00 GMT</pubDate></item><item><title>[Next.js] Change Storybook background color</title><link>https://deku.posstree.com/en/react/nextjs/storybook/background_color/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/nextjs/storybook/background_color/</guid><description>Let&apos;s see how to change the Storybook background color in the TypeScript based Next.js project.</description><pubDate>Tue, 22 Mar 2022 00:00:00 GMT</pubDate></item><item><title>[Next.js] Storybook</title><link>https://deku.posstree.com/en/react/nextjs/storybook/start/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/nextjs/storybook/start/</guid><description>Le&apos;s see how to use Storybook in Next.js based on TypeScript for Component Driven Development.</description><pubDate>Tue, 15 Mar 2022 00:00:00 GMT</pubDate></item><item><title>[Code Quality] CSpell</title><link>https://deku.posstree.com/en/code_quality/cspell/</link><guid isPermaLink="true">https://deku.posstree.com/en/code_quality/cspell/</guid><description>Let&apos;s see how to check typo by 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/en/code_quality/stylelint/</link><guid isPermaLink="true">https://deku.posstree.com/en/code_quality/stylelint/</guid><description>Let&apos;s see how to install and configure Stylelint to check code style of CSS, SCSS files, and 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/en/code_quality/remark-lint/</link><guid isPermaLink="true">https://deku.posstree.com/en/code_quality/remark-lint/</guid><description>Let&apos;s see how to use the remark-lint to make the same style of the Markdown.</description><pubDate>Sat, 05 Mar 2022 00:00:00 GMT</pubDate></item><item><title>[Next.js] Test</title><link>https://deku.posstree.com/en/react/nextjs/test/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/nextjs/test/</guid><description>Let&apos;s see how to configure Jest and React Testing Library to test the Next.js project based on TypeScript.</description><pubDate>Mon, 21 Feb 2022 00:00:00 GMT</pubDate></item><item><title>[Next.js] Absolute path</title><link>https://deku.posstree.com/en/react/nextjs/absolute_path/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/nextjs/absolute_path/</guid><description>Let&apos;s see how to use absolute path to import components in Next.js with TypeScript.</description><pubDate>Sat, 19 Feb 2022 00:00:00 GMT</pubDate></item><item><title>[Next.js] Prettier</title><link>https://deku.posstree.com/en/react/nextjs/prettier/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/nextjs/prettier/</guid><description>Let&apos;s see how to configure Prettier in Next.js.</description><pubDate>Fri, 18 Feb 2022 00:00:00 GMT</pubDate></item><item><title>[Next.js] TypeScript</title><link>https://deku.posstree.com/en/react/nextjs/typescript/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/nextjs/typescript/</guid><description>Let&apos;s see how to apply and use TypeScript in the Next.js project.</description><pubDate>Thu, 17 Feb 2022 00:00:00 GMT</pubDate></item><item><title>[Next.js] Getting Started</title><link>https://deku.posstree.com/en/react/nextjs/start/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/nextjs/start/</guid><description>Let&apos;s see how to create and start the React project with Next.js.</description><pubDate>Tue, 15 Feb 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] Local push notification</title><link>https://deku.posstree.com/en/flutter/flutter_local_notifications/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/flutter_local_notifications/</guid><description>Let&apos;s see how to use flutter_local_notifications to send push notifications at a specific date time from the user&apos;s own device on Flutter.</description><pubDate>Thu, 10 Feb 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] in_app_review</title><link>https://deku.posstree.com/en/flutter/in_app_review/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/in_app_review/</guid><description>Let&apos;s see how to use in_app_review to show the app review dialog in the app in Flutter.</description><pubDate>Mon, 07 Feb 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] How to use http to call API</title><link>https://deku.posstree.com/en/flutter/http/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/http/</guid><description>Let&apos;s see how to use the http package to call the server API in Flutter.</description><pubDate>Thu, 03 Feb 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] How to use device_info_plus to get device info</title><link>https://deku.posstree.com/en/flutter/device_info_plus/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/device_info_plus/</guid><description>Let&apos;s see how to use device_info_plus to get device such as device name, device model name, device system name, etc in Flutter</description><pubDate>Mon, 31 Jan 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] How ot use package_info_plus to get package information</title><link>https://deku.posstree.com/en/flutter/package_info_plus/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/package_info_plus/</guid><description>Let&apos;s see how to use package_info_plus to get the app name, package name, or version info in Flutter</description><pubDate>Fri, 28 Jan 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] Using url_launcher to open phone default browser on iOS</title><link>https://deku.posstree.com/en/flutter/url_launcher/external_link/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/url_launcher/external_link/</guid><description>Let&apos;s see how to use url_launcher to open the web link on the default browser, that is outside the app, instead of the browser in the app on Flutter.</description><pubDate>Wed, 26 Jan 2022 00:00:00 GMT</pubDate></item><item><title>[Flutter] Open web browser by url_launcher</title><link>https://deku.posstree.com/en/flutter/url_launcher/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/url_launcher/</guid><description>Let&apos;s see how to open the web browser or open the app to send an email or call by url_launcher in Flutter.</description><pubDate>Tue, 25 Jan 2022 00:00:00 GMT</pubDate></item><item><title>[GetX] Platform and device info</title><link>https://deku.posstree.com/en/flutter/getx/utils/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/getx/utils/</guid><description>Let&apos;s see how to get the platform or device info with GetX in Flutter.</description><pubDate>Sun, 26 Dec 2021 00:00:00 GMT</pubDate></item><item><title>[GetX] Snackbar</title><link>https://deku.posstree.com/en/flutter/getx/snackbar/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/getx/snackbar/</guid><description>Let&apos;s see how to show Snackbar with GetX in Flutter.</description><pubDate>Sun, 26 Dec 2021 00:00:00 GMT</pubDate></item><item><title>[GetX] Dialog</title><link>https://deku.posstree.com/en/flutter/getx/dialog/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/getx/dialog/</guid><description>Let&apos;s see how to show Dialog with GetX in Flutter.</description><pubDate>Fri, 24 Dec 2021 00:00:00 GMT</pubDate></item><item><title>[GetX] BottomSheet</title><link>https://deku.posstree.com/en/flutter/getx/bottom_sheet/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/getx/bottom_sheet/</guid><description>Let&apos;s see how to use BottomSheet with GetX in Flutter.</description><pubDate>Thu, 23 Dec 2021 00:00:00 GMT</pubDate></item><item><title>[GetX] Theme</title><link>https://deku.posstree.com/en/flutter/getx/theme/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/getx/theme/</guid><description>Let&apos;s see how to use Theme with GetX in Flutter.</description><pubDate>Wed, 22 Dec 2021 00:00:00 GMT</pubDate></item><item><title>[GetX] Localization</title><link>https://deku.posstree.com/en/flutter/getx/localization/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/getx/localization/</guid><description>Let&apos;s see how to support multiple languages for the localization by GetX in Flutter.</description><pubDate>Tue, 21 Dec 2021 00:00:00 GMT</pubDate></item><item><title>[GetX] Dependency Management</title><link>https://deku.posstree.com/en/flutter/getx/dependency/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/getx/dependency/</guid><description>Let&apos;s see how to manage Dependency by GetX in Flutter.</description><pubDate>Wed, 15 Dec 2021 00:00:00 GMT</pubDate></item><item><title>[GetX] Route management</title><link>https://deku.posstree.com/en/flutter/getx/route/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/getx/route/</guid><description>Let&apos;s see how to manage the Route by GetX in Flutter .</description><pubDate>Tue, 14 Dec 2021 00:00:00 GMT</pubDate></item><item><title>[GetX] State management</title><link>https://deku.posstree.com/en/flutter/getx/state/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/getx/state/</guid><description>Let&apos;s see how to manage the state by using GetX in Flutter</description><pubDate>Tue, 31 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Context</title><link>https://deku.posstree.com/en/golang/context/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/context/</guid><description>Let&apos;s see what the Context is and how to define and use the Context in Golang.</description><pubDate>Mon, 23 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Channel</title><link>https://deku.posstree.com/en/golang/channel/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/channel/</guid><description>Let&apos;s see what the Channel is and how to use the Channel to send and receive messages between Goroutines in Golang.</description><pubDate>Sun, 22 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Goroutine</title><link>https://deku.posstree.com/en/golang/goroutine/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/goroutine/</guid><description>Let&apos;s see how to use thread in Golang by Goroutine.</description><pubDate>Sat, 21 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Error handling</title><link>https://deku.posstree.com/en/golang/error-handling/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/error-handling/</guid><description>Let&apos;s see how to create errors and handle them in Golang.</description><pubDate>Fri, 20 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Map</title><link>https://deku.posstree.com/en/golang/map/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/map/</guid><description>Let&apos;s see how to define and use Map that is one of the data structure  in Golang.</description><pubDate>Thu, 19 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Data structure</title><link>https://deku.posstree.com/en/golang/data-structure/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/data-structure/</guid><description>Let&apos;s see how to create and use list, queue, stack, and ring data structures that are mainly used in Golang.</description><pubDate>Wed, 18 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Function deep-dive</title><link>https://deku.posstree.com/en/golang/function/deep-dive/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/function/deep-dive/</guid><description>Let&apos;s see the details about Function more deeply and the various ways to use Function in Golang.</description><pubDate>Tue, 17 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Interface</title><link>https://deku.posstree.com/en/golang/interface/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/interface/</guid><description>Let&apos;s see what the Interface is and how to use it in Golang.</description><pubDate>Mon, 16 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Method</title><link>https://deku.posstree.com/en/golang/method/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/method/</guid><description>Let&apos;s see how to define Method and how to use it in Golang.</description><pubDate>Sun, 15 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Package</title><link>https://deku.posstree.com/en/golang/package/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/package/</guid><description>Let&apos;s see what Package is and how to use Package in Golang.</description><pubDate>Sat, 14 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Slice</title><link>https://deku.posstree.com/en/golang/slice/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/slice/</guid><description>Let&apos;s see what the Slice is and how to use it in Golang.</description><pubDate>Sat, 14 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Module</title><link>https://deku.posstree.com/en/golang/module/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/module/</guid><description>Let&apos;s see what the module is and how to use the module in Golang.</description><pubDate>Fri, 13 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] String</title><link>https://deku.posstree.com/en/golang/string/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/string/</guid><description>Let&apos;s see how to define String and how to use it in Golang.</description><pubDate>Thu, 12 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Pointer</title><link>https://deku.posstree.com/en/golang/pointer/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/pointer/</guid><description>Let&apos;s see how to use Pointer for accessing the variable memory address in Golang.</description><pubDate>Wed, 11 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Struct</title><link>https://deku.posstree.com/en/golang/struct/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/struct/</guid><description>Let&apos;s how to define Struct and how to use Struct in Golang.</description><pubDate>Tue, 10 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Array</title><link>https://deku.posstree.com/en/golang/array/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/array/</guid><description>Let&apos;s see how to define and use Array in Golang.</description><pubDate>Mon, 09 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] for statement</title><link>https://deku.posstree.com/en/golang/for-statement/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/for-statement/</guid><description>Let&apos;s see how to use the for statement in Golang.</description><pubDate>Sun, 08 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] switch statement</title><link>https://deku.posstree.com/en/golang/switch-statement/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/switch-statement/</guid><description>Let&apos;s see how to use the switch statement in Golang.</description><pubDate>Sat, 07 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] if statement</title><link>https://deku.posstree.com/en/golang/if-statement/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/if-statement/</guid><description>Let&apos;s see how to use if statement in Golang.</description><pubDate>Fri, 06 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Function basic</title><link>https://deku.posstree.com/en/golang/function/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/function/</guid><description>Let&apos;s see how to define and use Function in Golang.</description><pubDate>Thu, 05 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Operator</title><link>https://deku.posstree.com/en/golang/operator/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/operator/</guid><description>Let&apos;s see what operators can be used in Golang.</description><pubDate>Wed, 04 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Standard I/O with the fmt package</title><link>https://deku.posstree.com/en/golang/fmt/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/fmt/</guid><description>Let&apos;s see how to use Standard I/O with the fmt package in Golang.</description><pubDate>Tue, 03 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Constant</title><link>https://deku.posstree.com/en/golang/constants/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/constants/</guid><description>Let&apos;s see how to define and use Constant in Golang.</description><pubDate>Mon, 02 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] Variables</title><link>https://deku.posstree.com/en/golang/variables/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/variables/</guid><description>Let&apos;s see the types of variables and how to use variables in Golang.</description><pubDate>Sun, 01 Aug 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] coding and building</title><link>https://deku.posstree.com/en/golang/hello-world/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/hello-world/</guid><description>Let&apos;s see how to write the code and build the code in Golang. And let&apos;s see the details about the program.</description><pubDate>Sat, 31 Jul 2021 00:00:00 GMT</pubDate></item><item><title>[Golang] install and execute</title><link>https://deku.posstree.com/en/golang/installation/</link><guid isPermaLink="true">https://deku.posstree.com/en/golang/installation/</guid><description>Let&apos;s see how to install Golang and execute the code written by Golang.</description><pubDate>Fri, 30 Jul 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Pass parameters via navigator</title><link>https://deku.posstree.com/en/flutter/navigator/parameters/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/navigator/parameters/</guid><description>Let&apos;s see how to pass parameters via the navigator in Flutter.</description><pubDate>Mon, 26 Jul 2021 00:00:00 GMT</pubDate></item><item><title>git stash</title><link>https://deku.posstree.com/en/git/stash/</link><guid isPermaLink="true">https://deku.posstree.com/en/git/stash/</guid><description>Let&apos;s see how to use git stash to store current modification temporarily on Git.</description><pubDate>Sat, 17 Jul 2021 00:00:00 GMT</pubDate></item><item><title>git branch and git merge</title><link>https://deku.posstree.com/en/git/branch-merge/</link><guid isPermaLink="true">https://deku.posstree.com/en/git/branch-merge/</guid><description>Let&apos;s see how to create a branch and how to merge the Branch to manage the source code with Git.</description><pubDate>Fri, 16 Jul 2021 00:00:00 GMT</pubDate></item><item><title>[Dart] ceil, floor, round</title><link>https://deku.posstree.com/en/flutter/dart/ceil-floor-round/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/dart/ceil-floor-round/</guid><description>Let&apos;s see how to ceil, floor, and round about the decimal point in 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/en/flutter/device-unique-id/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/device-unique-id/</guid><description>Let&apos;s see how to get the user device unique ID by using the device_info_plus package in Flutter.</description><pubDate>Thu, 08 Jul 2021 00:00:00 GMT</pubDate></item><item><title>[Git] Configure default branch from master to main</title><link>https://deku.posstree.com/en/git/default-branch/</link><guid isPermaLink="true">https://deku.posstree.com/en/git/default-branch/</guid><description>Let&apos;s how to configure the default branch of Git from master to main.</description><pubDate>Thu, 17 Jun 2021 00:00:00 GMT</pubDate></item><item><title>[React] Deploy to GitHub Pages</title><link>https://deku.posstree.com/en/react/github-pages/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/github-pages/</guid><description>Let&apos;s deploy the React project created by create-react-app to GitHub Pages.</description><pubDate>Thu, 17 Jun 2021 00:00:00 GMT</pubDate></item><item><title>React Router in create-react-app</title><link>https://deku.posstree.com/en/react/create-react-app/react-router/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/create-react-app/react-router/</guid><description>Let&apos;s see how to use react-router in the React project with create-react-app.</description><pubDate>Wed, 16 Jun 2021 00:00:00 GMT</pubDate></item><item><title>[React] Context API</title><link>https://deku.posstree.com/en/react/context-api/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/context-api/</guid><description>Let&apos;s see how to use Context API to manage the global data in React.</description><pubDate>Tue, 15 Jun 2021 00:00:00 GMT</pubDate></item><item><title>[React] Props and State</title><link>https://deku.posstree.com/en/react/props-state/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/props-state/</guid><description>Let&apos;s see what Props and State are and how to use Props and State to manage the data in React.</description><pubDate>Mon, 14 Jun 2021 00:00:00 GMT</pubDate></item><item><title>[React] GitHub Actions for Prettier and ESLint</title><link>https://deku.posstree.com/en/react/github-actions/prettier-eslint/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/github-actions/prettier-eslint/</guid><description>Let&apos;s see how to execute Prettier and ESLint by GitHub Actions in React.</description><pubDate>Sun, 13 Jun 2021 00:00:00 GMT</pubDate></item><item><title>[React] husky, lint-staged</title><link>https://deku.posstree.com/en/react/husky-lint-staged/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/husky-lint-staged/</guid><description>Let&apos;s see how to use husky and lint-staged to execute ESLint and Prettier automatically when you commit the code to Git.</description><pubDate>Sat, 12 Jun 2021 00:00:00 GMT</pubDate></item><item><title>[React] ESLint</title><link>https://deku.posstree.com/en/react/eslint/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/eslint/</guid><description>Let&apos;s see how to use ESLint in React to find errors and bugs by analyzing the source code.</description><pubDate>Sat, 12 Jun 2021 00:00:00 GMT</pubDate></item><item><title>[React] Prettier</title><link>https://deku.posstree.com/en/react/prettier/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/prettier/</guid><description>Let&apos;s see how to keep the same code format by Prettier in React.</description><pubDate>Fri, 11 Jun 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] SQLite</title><link>https://deku.posstree.com/en/flutter/widget/sqflite/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/widget/sqflite/</guid><description>Let&apos;s see how to use SQLite in Flutter.</description><pubDate>Sun, 06 Jun 2021 00:00:00 GMT</pubDate></item><item><title>Comment feature in Jekyll blog</title><link>https://deku.posstree.com/en/jekyll/utterances/</link><guid isPermaLink="true">https://deku.posstree.com/en/jekyll/utterances/</guid><description>Let&apos;s see how to use utterances service to add a comment feature to Jekyll project.</description><pubDate>Thu, 03 Jun 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Integration Test</title><link>https://deku.posstree.com/en/flutter/integration-test/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/integration-test/</guid><description>Let&apos;s see how to do the integration test in Flutter.</description><pubDate>Mon, 31 May 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Shared preferences</title><link>https://deku.posstree.com/en/flutter/shared-preferences/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/shared-preferences/</guid><description>Let&apos;s see how to store the simple data to the user device by Shared preferences in Flutter.</description><pubDate>Fri, 28 May 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Lifecycle</title><link>https://deku.posstree.com/en/flutter/widget/lifecycle/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/widget/lifecycle/</guid><description>In this blog post, I will introduce the Lifecycle of the widget in Flutter.</description><pubDate>Tue, 25 May 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Animation</title><link>https://deku.posstree.com/en/flutter/widget/animated/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/widget/animated/</guid><description>In this blog post, I will show you how to use AnimatedContainer and AnimatedOpacity widgets to make a simple animation in Flutter.</description><pubDate>Fri, 16 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Change Application ID</title><link>https://deku.posstree.com/en/flutter/app-id/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/app-id/</guid><description>Let&apos;s see how to change Application ID in Flutter app.</description><pubDate>Thu, 15 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Change App Name</title><link>https://deku.posstree.com/en/flutter/app-name/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/app-name/</guid><description>In this blog post, I will show you how to change the App name in Flutter.</description><pubDate>Wed, 14 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Provider</title><link>https://deku.posstree.com/en/flutter/provider/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/provider/</guid><description>In this blog post, I will show you how to use Provider to use a global state or share the state between widgets in Flutter.</description><pubDate>Tue, 13 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Firebase Performance</title><link>https://deku.posstree.com/en/flutter/firebase/performance/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/firebase/performance/</guid><description>In this blog post, we will learn how to set up Firebase Performance in Flutter.</description><pubDate>Mon, 12 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Firebase App Check</title><link>https://deku.posstree.com/en/flutter/firebase/app-check/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/firebase/app-check/</guid><description>In this blog post, we will learn how to set up Firebase App Check in Flutter.</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/en/flutter/tts/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/tts/</guid><description>Let&apos;s see how to use TTS(Text To Speech) feature in Flutter.</description><pubDate>Mon, 12 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Firebase Crashlytics</title><link>https://deku.posstree.com/en/flutter/firebase/crashlytics/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/firebase/crashlytics/</guid><description>Let&apos;s see how to use Firebase Crashlytics in Flutter.</description><pubDate>Sun, 11 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Firebase Analytics</title><link>https://deku.posstree.com/en/flutter/firebase/analytics/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/firebase/analytics/</guid><description>In this blog post, I will show you how to use Firebase Analytics in Flutter.</description><pubDate>Sat, 10 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Firebase core</title><link>https://deku.posstree.com/en/flutter/firebase/core/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/firebase/core/</guid><description>Let&apos;s see how to use firebase_core to connect Firebase in Flutter</description><pubDate>Fri, 09 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Admob</title><link>https://deku.posstree.com/en/flutter/admob/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/admob/</guid><description>In this blog post, I will show you how to use the google_mobile_ads package to display the advertisement in Flutter</description><pubDate>Thu, 08 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Splash Screen</title><link>https://deku.posstree.com/en/flutter/splash-screen/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/splash-screen/</guid><description>Let&apos;s see how to change the Splash screen on Flutter.</description><pubDate>Wed, 07 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] App icon</title><link>https://deku.posstree.com/en/flutter/app-icon/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/app-icon/</guid><description>Let&apos;s see how to change the App icons in Flutter.</description><pubDate>Tue, 06 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] TextField widget</title><link>https://deku.posstree.com/en/flutter/widget/textfield/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/widget/textfield/</guid><description>In this blog post, I will introduce how to use the TextField widget to get the user input in Flutter.</description><pubDate>Mon, 05 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Drawer navigation</title><link>https://deku.posstree.com/en/flutter/navigator/drawer/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/navigator/drawer/</guid><description>I try to develop an app with Flutter. In this blog post, I will introduce how to use the Drawer navigation in Flutter.</description><pubDate>Sun, 04 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Stack navigation</title><link>https://deku.posstree.com/en/flutter/navigator/stack/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/navigator/stack/</guid><description>I try to develop an app with Flutter. In this blog post, I will introduce how to use the Stack navigation in Flutter.</description><pubDate>Sat, 03 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Snackbar widget</title><link>https://deku.posstree.com/en/flutter/widget/snackbar/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/widget/snackbar/</guid><description>I try to develop an app with Flutter. In this blog post, I will introduce how to use the Snackbar widget to show simple messages in Flutter.</description><pubDate>Fri, 02 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Image widget</title><link>https://deku.posstree.com/en/flutter/widget/image/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/widget/image/</guid><description>I&apos;m developing an app with Flutter. In this blog post, I will show you how to use the Image widget to display the images on the screen in Flutter.</description><pubDate>Thu, 01 Apr 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Layout</title><link>https://deku.posstree.com/en/flutter/layout/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/layout/</guid><description>I try to develop an app with Flutter. In this blog post, I will show you how to use the Layout widgets.</description><pubDate>Wed, 31 Mar 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Widget</title><link>https://deku.posstree.com/en/flutter/widget/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/widget/</guid><description>I try to develop the app with Flutter. In this blog post, I will introduce what the Widget is in Flutter.</description><pubDate>Tue, 30 Mar 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Linter</title><link>https://deku.posstree.com/en/flutter/linter/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/linter/</guid><description>Let&apos;s see how to configure Linter on Flutter to make a same code style, and reduce the potential bugs.</description><pubDate>Tue, 30 Mar 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Start</title><link>https://deku.posstree.com/en/flutter/start/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/start/</guid><description>I try to use Flutter to develop an app. In this blog post, I will show how to create Flutter project, and take a look at the main files and folders.</description><pubDate>Mon, 29 Mar 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Class in Dart</title><link>https://deku.posstree.com/en/flutter/dart/class/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/dart/class/</guid><description>Let&apos;s see how to use Dart for developing an app with Flutter. In this blog post, I will introduce how to create the Class and how to use it.</description><pubDate>Sun, 28 Mar 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Function in Dart</title><link>https://deku.posstree.com/en/flutter/dart/function/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/dart/function/</guid><description>Let&apos;s see how to use Dart for developing an app with Flutter. In this blog post, I will introduce how to use Function in Dart.</description><pubDate>Sat, 27 Mar 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Statement in Dart</title><link>https://deku.posstree.com/en/flutter/dart/statement/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/dart/statement/</guid><description>Let&apos;s see how to use Dart for developing an app with Flutter. In this blog post, I will introduce how to use the Statement like if/else, for/while, etc in Dart.</description><pubDate>Fri, 26 Mar 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Operator in Dart</title><link>https://deku.posstree.com/en/flutter/dart/operator/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/dart/operator/</guid><description>Let&apos;s see how to use Dart to develop the app with Flutter. In this blog post, I&apos;ll introduce how to use Operators in Dart.</description><pubDate>Thu, 25 Mar 2021 00:00:00 GMT</pubDate></item><item><title>[Flutter] Variable in Dart</title><link>https://deku.posstree.com/en/flutter/dart/variable/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/dart/variable/</guid><description>Let&apos;s see how to use Dart to develop the app with Flutter. In this blog post, I&apos;ll introduce how to use Variable in Dart.</description><pubDate>Wed, 24 Mar 2021 00:00:00 GMT</pubDate></item><item><title>[MacOS] Flutter installation</title><link>https://deku.posstree.com/en/flutter/installation/</link><guid isPermaLink="true">https://deku.posstree.com/en/flutter/installation/</guid><description>Let&apos;s see how to install Flutter on MacOS.</description><pubDate>Tue, 23 Mar 2021 00:00:00 GMT</pubDate></item><item><title>[Django] Model test</title><link>https://deku.posstree.com/en/django/test/models/</link><guid isPermaLink="true">https://deku.posstree.com/en/django/test/models/</guid><description>Let&apos;s see how to make a test code for Models on Django project.</description><pubDate>Fri, 19 Mar 2021 00:00:00 GMT</pubDate></item><item><title>[Django] how to use pre-commit</title><link>https://deku.posstree.com/en/django/pre-commit/</link><guid isPermaLink="true">https://deku.posstree.com/en/django/pre-commit/</guid><description>Let&apos;s see how to use pre-commit to execute the flake8 when you commit to Git.</description><pubDate>Sat, 13 Mar 2021 00:00:00 GMT</pubDate></item><item><title>[Django] how to use flake8</title><link>https://deku.posstree.com/en/django/flake8/</link><guid isPermaLink="true">https://deku.posstree.com/en/django/flake8/</guid><description>Let&apos;s see how to use flake8 that is a static code analysis for python on Django project to keep the same code style.</description><pubDate>Wed, 03 Mar 2021 00:00:00 GMT</pubDate></item><item><title>(macOS) Manage Node versions via NVM</title><link>https://deku.posstree.com/en/environment/nvm/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/nvm/</guid><description>Let&apos;s see how to install NVM(Node Version Manager) on macOS and how to manage Node versions.</description><pubDate>Wed, 16 Dec 2020 00:00:00 GMT</pubDate></item><item><title>GitHub Actions and Fastlane for deploying React Native App</title><link>https://deku.posstree.com/en/react-native/github-actions-fastlane/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/github-actions-fastlane/</guid><description>Let&apos;s see how to deploy React Native App with GitHub Actions and Fastlane.</description><pubDate>Sun, 13 Dec 2020 00:00:00 GMT</pubDate></item><item><title>Test with react-testing-library in create-react-app</title><link>https://deku.posstree.com/en/react/create-react-app/react-testing-library/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/create-react-app/react-testing-library/</guid><description>Let&apos;s see how to use react-testing-library to test the React project created by create-react-app.</description><pubDate>Thu, 12 Nov 2020 00:00:00 GMT</pubDate></item><item><title>Jest</title><link>https://deku.posstree.com/en/react/create-react-app/jest/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/create-react-app/jest/</guid><description>create-react-app uses Jest for the testing. So, let&apos;s see how to use Jest.</description><pubDate>Wed, 11 Nov 2020 00:00:00 GMT</pubDate></item><item><title>styled-components in create-react-app</title><link>https://deku.posstree.com/en/react/create-react-app/styled-components/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/create-react-app/styled-components/</guid><description>Let&apos;s see how to apply and use styled-components to the React project created by create-react-app.</description><pubDate>Tue, 10 Nov 2020 00:00:00 GMT</pubDate></item><item><title>[TypeScript] Make Import path based on Root in create-react-app</title><link>https://deku.posstree.com/en/react/create-react-app/root-import/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/create-react-app/root-import/</guid><description>Let&apos;s see how to use the absolute path for importing components in the create-react-app project with TypeScript.</description><pubDate>Mon, 09 Nov 2020 00:00:00 GMT</pubDate></item><item><title>TypeScript in create-react-app</title><link>https://deku.posstree.com/en/react/create-react-app/typescript/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/create-react-app/typescript/</guid><description>Let&apos;s see how to apply TypeScript to the React project created by create-react-app.</description><pubDate>Sun, 08 Nov 2020 00:00:00 GMT</pubDate></item><item><title>create-react-app</title><link>https://deku.posstree.com/en/react/create-react-app/start/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/create-react-app/start/</guid><description>Let&apos;s see how to use create-react-app to create a new React project</description><pubDate>Sat, 07 Nov 2020 00:00:00 GMT</pubDate></item><item><title>What is React</title><link>https://deku.posstree.com/en/react/create-react-app/react/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/create-react-app/react/</guid><description>Let&apos;s see what React is and what the characteristics of React are.</description><pubDate>Fri, 06 Nov 2020 00:00:00 GMT</pubDate></item><item><title>In-App Purchases in React Native</title><link>https://deku.posstree.com/en/react-native/react-native-iap/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-iap/</guid><description>Let&apos;s see how to use react-native-iap to implement IAP(In-App Purchases) in React Native.</description><pubDate>Fri, 23 Oct 2020 00:00:00 GMT</pubDate></item><item><title>Exception handling in Ruby</title><link>https://deku.posstree.com/en/ruby/exception/</link><guid isPermaLink="true">https://deku.posstree.com/en/ruby/exception/</guid><description>Let&apos;s see how to handle exceptions to prevent the program from terminating, when an unexpected error occurs in Ruby.</description><pubDate>Thu, 24 Sep 2020 00:00:00 GMT</pubDate></item><item><title>File I/O in Ruby</title><link>https://deku.posstree.com/en/ruby/file/</link><guid isPermaLink="true">https://deku.posstree.com/en/ruby/file/</guid><description>Let&apos;s see how to use File I/O in Ruby.</description><pubDate>Fri, 04 Sep 2020 00:00:00 GMT</pubDate></item><item><title>Procedure Object in Ruby</title><link>https://deku.posstree.com/en/ruby/procedure-object/</link><guid isPermaLink="true">https://deku.posstree.com/en/ruby/procedure-object/</guid><description>Let&apos;s see what the procedure object and how to use it in Ruby.</description><pubDate>Tue, 01 Sep 2020 00:00:00 GMT</pubDate></item><item><title>Iterator in Ruy</title><link>https://deku.posstree.com/en/ruby/iterator/</link><guid isPermaLink="true">https://deku.posstree.com/en/ruby/iterator/</guid><description>Let&apos;s see how to use the Iterator to handle the arrays more comfortable in Ruby.</description><pubDate>Fri, 28 Aug 2020 00:00:00 GMT</pubDate></item><item><title>Module in Ruby</title><link>https://deku.posstree.com/en/ruby/module/</link><guid isPermaLink="true">https://deku.posstree.com/en/ruby/module/</guid><description>Let&apos;s see what the module is and how to use the module in Ruby.</description><pubDate>Thu, 27 Aug 2020 00:00:00 GMT</pubDate></item><item><title>Class in Ruby</title><link>https://deku.posstree.com/en/ruby/class/</link><guid isPermaLink="true">https://deku.posstree.com/en/ruby/class/</guid><description>let&apos;s see what the class is and how to use the class in Ruby.</description><pubDate>Sun, 23 Aug 2020 00:00:00 GMT</pubDate></item><item><title>String in Ruby</title><link>https://deku.posstree.com/en/ruby/string/</link><guid isPermaLink="true">https://deku.posstree.com/en/ruby/string/</guid><description>Let&apos;s see how to use the String in Ruby.</description><pubDate>Fri, 21 Aug 2020 00:00:00 GMT</pubDate></item><item><title>Object in Ruby</title><link>https://deku.posstree.com/en/ruby/object/</link><guid isPermaLink="true">https://deku.posstree.com/en/ruby/object/</guid><description>Let&apos;s see what the Object is and how to use it in Ruby</description><pubDate>Thu, 16 Jul 2020 00:00:00 GMT</pubDate></item><item><title>Admob Native Advanced on React Native</title><link>https://deku.posstree.com/en/react-native/react-native-admob-native-ads/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-admob-native-ads/</guid><description>Let&apos;s see how to use react-native-admob-native-ads to display Admob Native Advanced on React Native.</description><pubDate>Thu, 25 Jun 2020 00:00:00 GMT</pubDate></item><item><title>Upload files via Git FTP</title><link>https://deku.posstree.com/en/git/git-ftp/</link><guid isPermaLink="true">https://deku.posstree.com/en/git/git-ftp/</guid><description>let&apos;s see how to use Git FTP to upload files via FTP.</description><pubDate>Wed, 24 Jun 2020 00:00:00 GMT</pubDate></item><item><title>Play Youtube on React Native</title><link>https://deku.posstree.com/en/react-native/react-native-youtube/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-youtube/</guid><description>To play Youtube video on React Native, let&apos;s see how to use react-native-youtube!</description><pubDate>Tue, 23 Jun 2020 00:00:00 GMT</pubDate></item><item><title>「Clog」 service development journal(React Native, Laravel, Django)</title><link>https://deku.posstree.com/en/clog/development-journal/</link><guid isPermaLink="true">https://deku.posstree.com/en/clog/development-journal/</guid><description>I&apos;ve developed 「Clog」 based on React Native, Laravel, Django. This blog post shares my experience when I developed it.</description><pubDate>Mon, 22 Jun 2020 00:00:00 GMT</pubDate></item><item><title>Method in Ruby</title><link>https://deku.posstree.com/en/ruby/method/</link><guid isPermaLink="true">https://deku.posstree.com/en/ruby/method/</guid><description>Let&apos;s see how to use Method(Function) in Ruby.</description><pubDate>Thu, 11 Jun 2020 00:00:00 GMT</pubDate></item><item><title>How to use Loop in Ruby</title><link>https://deku.posstree.com/en/ruby/loop/</link><guid isPermaLink="true">https://deku.posstree.com/en/ruby/loop/</guid><description>Let&apos;s see how to use the loop like for, white in Ruby</description><pubDate>Wed, 03 Jun 2020 00:00:00 GMT</pubDate></item><item><title>BEGIN, END in Ruby</title><link>https://deku.posstree.com/en/ruby/begin-end-block/</link><guid isPermaLink="true">https://deku.posstree.com/en/ruby/begin-end-block/</guid><description>Let&apos;s see what BEGIN and END are, and how to use them in Ruby.</description><pubDate>Fri, 29 May 2020 00:00:00 GMT</pubDate></item><item><title>Range operator in Ruby</title><link>https://deku.posstree.com/en/ruby/range/</link><guid isPermaLink="true">https://deku.posstree.com/en/ruby/range/</guid><description>Let&apos;s see what Range operator is and how to use it.</description><pubDate>Thu, 28 May 2020 00:00:00 GMT</pubDate></item><item><title>Array in Ruby</title><link>https://deku.posstree.com/en/ruby/array/</link><guid isPermaLink="true">https://deku.posstree.com/en/ruby/array/</guid><description>Let&apos;s see how to use Array in Ruby.</description><pubDate>Wed, 27 May 2020 00:00:00 GMT</pubDate></item><item><title>String output function</title><link>https://deku.posstree.com/en/ruby/puts-print-p/</link><guid isPermaLink="true">https://deku.posstree.com/en/ruby/puts-print-p/</guid><description>Let&apos;s see how to use and what difference is between puts, print, and 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/en/react-native/react-native-firebase-v6-admob/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-firebase-v6-admob/</guid><description>Let&apos;s see how to use react-native-firebase(V6) for 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/en/react-native/react-native-firebase-v6-crashlytics/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-firebase-v6-crashlytics/</guid><description>Let&apos;s see how to use react-native-firebase(V6) for Firebase Crashlytics.</description><pubDate>Mon, 11 May 2020 00:00:00 GMT</pubDate></item><item><title>react-native-firebase V6 installation</title><link>https://deku.posstree.com/en/react-native/react-native-firebase-v6-installation/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-firebase-v6-installation/</guid><description>To use Firebase on React Native, Let&apos;s see how to install react-native-firebase(V6).</description><pubDate>Sun, 10 May 2020 00:00:00 GMT</pubDate></item><item><title>Configure Multidex on React Native</title><link>https://deku.posstree.com/en/react-native/react-native-multidex/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-multidex/</guid><description>Let&apos;s see how to configure Multidex on Android in React Native project.</description><pubDate>Sat, 09 May 2020 00:00:00 GMT</pubDate></item><item><title>Make Opensource for React Native</title><link>https://deku.posstree.com/en/react-native/make-opensource-library/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/make-opensource-library/</guid><description>Let&apos;s see how to make an opensource for React Native.</description><pubDate>Mon, 27 Apr 2020 00:00:00 GMT</pubDate></item><item><title>Deploy your library to NPM</title><link>https://deku.posstree.com/en/share/deploy-npm-library/</link><guid isPermaLink="true">https://deku.posstree.com/en/share/deploy-npm-library/</guid><description>Let&apos;s see how to deploy JavaScript library which you develop to NPM.</description><pubDate>Sun, 26 Apr 2020 00:00:00 GMT</pubDate></item><item><title>Display SearchBar on Jekyll</title><link>https://deku.posstree.com/en/jekyll/search-bar/</link><guid isPermaLink="true">https://deku.posstree.com/en/jekyll/search-bar/</guid><description>Let&apos;s see how to show SearchBar on Jekyll without specific plugins.</description><pubDate>Thu, 23 Apr 2020 00:00:00 GMT</pubDate></item><item><title>Display Display number of visitors via HITS</title><link>https://deku.posstree.com/en/share/hit-counts/</link><guid isPermaLink="true">https://deku.posstree.com/en/share/hit-counts/</guid><description>Let&apos;s see how to display visitors count in the static web site by HITS.</description><pubDate>Thu, 23 Apr 2020 00:00:00 GMT</pubDate></item><item><title>Make many commits to one commit via Git squash</title><link>https://deku.posstree.com/en/git/git-squash/</link><guid isPermaLink="true">https://deku.posstree.com/en/git/git-squash/</guid><description>Let&apos;s see how to make many commits to one commit via Git squash.</description><pubDate>Mon, 20 Apr 2020 00:00:00 GMT</pubDate></item><item><title>Sync Fork repository</title><link>https://deku.posstree.com/en/git/sync-fork-repository/</link><guid isPermaLink="true">https://deku.posstree.com/en/git/sync-fork-repository/</guid><description>Let&apos;s see how to sync Fork repository to Original repository.</description><pubDate>Wed, 15 Apr 2020 00:00:00 GMT</pubDate></item><item><title>Push message via react-native-firebase(V5)</title><link>https://deku.posstree.com/en/react-native/react-native-firebase-fcm/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-firebase-fcm/</guid><description>Let&apos;s see how to use FCM(Firebase Cloud Messaging) via react-native-firebase(V5) to implement Push message on React Native.</description><pubDate>Thu, 09 Apr 2020 00:00:00 GMT</pubDate></item><item><title>react-native-image-picker</title><link>https://deku.posstree.com/en/react-native/react-native-image-picker/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-image-picker/</guid><description>Let&apos;s see how to take a photo and how to get the image from the Camera-roll via react-native-image-picker.</description><pubDate>Sun, 05 Apr 2020 00:00:00 GMT</pubDate></item><item><title>Use DB on Rails</title><link>https://deku.posstree.com/en/ruby-on-rails/database/</link><guid isPermaLink="true">https://deku.posstree.com/en/ruby-on-rails/database/</guid><description>Let&apos;s see how to create Database and how to do CRUD(Create Read Update Delete) in Ruby on Rails Ruby on Rails.</description><pubDate>Tue, 10 Mar 2020 00:00:00 GMT</pubDate></item><item><title>Exchange Data between Controller, View and Route</title><link>https://deku.posstree.com/en/ruby-on-rails/data-in-controller-view-route/</link><guid isPermaLink="true">https://deku.posstree.com/en/ruby-on-rails/data-in-controller-view-route/</guid><description>Let&apos;s see how to exchange Data between Controller, View and Route in Ruby on Rails.</description><pubDate>Mon, 09 Mar 2020 00:00:00 GMT</pubDate></item><item><title>Send email via Gmail SMTP</title><link>https://deku.posstree.com/en/django/gmail-smtp/</link><guid isPermaLink="true">https://deku.posstree.com/en/django/gmail-smtp/</guid><description>Let&apos;s see how to send email via Gmail SMTP on django project, and I share my issue when I sent email.</description><pubDate>Mon, 02 Mar 2020 00:00:00 GMT</pubDate></item><item><title>Add new web page by Ruby on Rails</title><link>https://deku.posstree.com/en/ruby-on-rails/create-page/</link><guid isPermaLink="true">https://deku.posstree.com/en/ruby-on-rails/create-page/</guid><description>Let&apos;s see how to make and add new web page via Ruby on Rails.</description><pubDate>Wed, 26 Feb 2020 00:00:00 GMT</pubDate></item><item><title>Folder structure in Ruby on Rails</title><link>https://deku.posstree.com/en/ruby-on-rails/folder-structure/</link><guid isPermaLink="true">https://deku.posstree.com/en/ruby-on-rails/folder-structure/</guid><description>Let&apos;s see the folder structure in the project which is created by Ruby on Rails.</description><pubDate>Tue, 25 Feb 2020 00:00:00 GMT</pubDate></item><item><title>Start Ruby on Rails on Mac</title><link>https://deku.posstree.com/en/ruby-on-rails/rails-on-mac/</link><guid isPermaLink="true">https://deku.posstree.com/en/ruby-on-rails/rails-on-mac/</guid><description>Let&apos;s see how to install Ruby on Rails and start a project on Mac.</description><pubDate>Fri, 14 Feb 2020 00:00:00 GMT</pubDate></item><item><title>react-native-image-modal</title><link>https://deku.posstree.com/en/react-native/react-native-image-modal/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-image-modal/</guid><description>let&apos;s see how to use react-native-image-modal to show full size image modal and pinch zoom in/out.</description><pubDate>Fri, 31 Jan 2020 00:00:00 GMT</pubDate></item><item><title>Deploy automatically applications via Fastlane</title><link>https://deku.posstree.com/en/react-native/fastlane/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/fastlane/</guid><description>Let&apos;s see how to deploy automatically React Native application via Fastlane</description><pubDate>Sat, 18 Jan 2020 00:00:00 GMT</pubDate></item><item><title>Show Map on React Native</title><link>https://deku.posstree.com/en/react-native/react-native-maps/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-maps/</guid><description>Let&apos;s see how to use react-native-maps to display a map on React Native</description><pubDate>Sun, 08 Dec 2019 00:00:00 GMT</pubDate></item><item><title>Geolocation in React Native</title><link>https://deku.posstree.com/en/react-native/react-native-geolocation-service/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-geolocation-service/</guid><description>Let&apos;s see how to get user current geolocation to use react-native-geolocation-service library in React Native.</description><pubDate>Sat, 07 Dec 2019 00:00:00 GMT</pubDate></item><item><title>App icon &amp; Splash image in React Native</title><link>https://deku.posstree.com/en/react-native/react-native-make/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-make/</guid><description>Let&apos;s see how to make App icon and Splash image via react-native-make library in React Native.</description><pubDate>Fri, 18 Oct 2019 00:00:00 GMT</pubDate></item><item><title>Configure automatically development environment on Mac via Homebrew and Shell Script</title><link>https://deku.posstree.com/en/environment/configure-development-environment-on-mac-with-homebrew-and-shell-script/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/configure-development-environment-on-mac-with-homebrew-and-shell-script/</guid><description>Let&apos;s see how to configure automatically development environment on Mac via Homebrew and Shell Script. and then Let&apos;s see how to use Brewfile and Shell script on new Mac for configuring the development environment.</description><pubDate>Thu, 10 Oct 2019 00:00:00 GMT</pubDate></item><item><title>Images And Web Font in React</title><link>https://deku.posstree.com/en/react/image-and-font/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/image-and-font/</guid><description>let&apos;s see how to use Images and Web Font in React project based on Webpack.</description><pubDate>Fri, 14 Jun 2019 00:00:00 GMT</pubDate></item><item><title>React Router</title><link>https://deku.posstree.com/en/react/react-router/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/react-router/</guid><description>let&apos;s see how to use react-router to route the page in React.</description><pubDate>Thu, 13 Jun 2019 00:00:00 GMT</pubDate></item><item><title>Local Push Notification</title><link>https://deku.posstree.com/en/react-native/react-native-push-notification/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-push-notification/</guid><description>let&apos;s see how to implement Local Push Notification by using react-native-push-notification.</description><pubDate>Thu, 13 Jun 2019 00:00:00 GMT</pubDate></item><item><title>Make Import path based on Root in React</title><link>https://deku.posstree.com/en/react/root-import/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/root-import/</guid><description>when import Component in React, let&apos;s make import path based on Root.</description><pubDate>Wed, 12 Jun 2019 00:00:00 GMT</pubDate></item><item><title>Use styled-components in React</title><link>https://deku.posstree.com/en/react/styled-components/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/styled-components/</guid><description>let&apos;s see how to use styled-components in React.</description><pubDate>Tue, 11 Jun 2019 00:00:00 GMT</pubDate></item><item><title>Use Typescript In React</title><link>https://deku.posstree.com/en/react/typescript/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/typescript/</guid><description>let&apos;s see how to set Typescript in React, and how to use Typescript in React simply</description><pubDate>Mon, 10 Jun 2019 00:00:00 GMT</pubDate></item><item><title>Start React With Webpack</title><link>https://deku.posstree.com/en/react/start/</link><guid isPermaLink="true">https://deku.posstree.com/en/react/start/</guid><description>let&apos;s see how to configure Webpack for starting React, and let&apos;s make simple React project.</description><pubDate>Sun, 09 Jun 2019 00:00:00 GMT</pubDate></item><item><title>Django Custom User Model</title><link>https://deku.posstree.com/en/django/custom-user-model/</link><guid isPermaLink="true">https://deku.posstree.com/en/django/custom-user-model/</guid><description>let&apos;s see how to make Custom User Model in django.</description><pubDate>Fri, 07 Jun 2019 00:00:00 GMT</pubDate></item><item><title>Use JWT in django</title><link>https://deku.posstree.com/en/django/jwt/</link><guid isPermaLink="true">https://deku.posstree.com/en/django/jwt/</guid><description>let&apos;s see how to use JWT(Json Web Token) for API in django project.</description><pubDate>Thu, 06 Jun 2019 00:00:00 GMT</pubDate></item><item><title>Convert django Models to JSON for response</title><link>https://deku.posstree.com/en/django/response-model-to-json/</link><guid isPermaLink="true">https://deku.posstree.com/en/django/response-model-to-json/</guid><description>let&apos;s see how to convert QuerySet from Models to JSON type and response it when we use django for API.</description><pubDate>Wed, 05 Jun 2019 00:00:00 GMT</pubDate></item><item><title>Insert master data to django project</title><link>https://deku.posstree.com/en/django/data-seed/</link><guid isPermaLink="true">https://deku.posstree.com/en/django/data-seed/</guid><description>let&apos;s see how to insert master data or test data to django project(data-seed)</description><pubDate>Tue, 04 Jun 2019 00:00:00 GMT</pubDate></item><item><title>Upload django project to Heroku</title><link>https://deku.posstree.com/en/django/heroku/</link><guid isPermaLink="true">https://deku.posstree.com/en/django/heroku/</guid><description>let&apos;s see how to upload(deploy) django project to Heroku for production web service.</description><pubDate>Sat, 01 Jun 2019 00:00:00 GMT</pubDate></item><item><title>django Form</title><link>https://deku.posstree.com/en/django/form/</link><guid isPermaLink="true">https://deku.posstree.com/en/django/form/</guid><description>let&apos;t see how to add or edit a data via django Form.</description><pubDate>Fri, 24 May 2019 00:00:00 GMT</pubDate></item><item><title>django View</title><link>https://deku.posstree.com/en/django/view/</link><guid isPermaLink="true">https://deku.posstree.com/en/django/view/</guid><description>let&apos;s see how to make View and how to use View in django for web pages.</description><pubDate>Thu, 23 May 2019 00:00:00 GMT</pubDate></item><item><title>django ORM</title><link>https://deku.posstree.com/en/django/orm/</link><guid isPermaLink="true">https://deku.posstree.com/en/django/orm/</guid><description>let&apos;s see what ORM(Object-Relational Mapping) is and how to create, read, update, delete a data via django ORM(Object-Relational Mapping).</description><pubDate>Tue, 21 May 2019 00:00:00 GMT</pubDate></item><item><title>django Routing</title><link>https://deku.posstree.com/en/django/routing/</link><guid isPermaLink="true">https://deku.posstree.com/en/django/routing/</guid><description>let&apos;s see how to manage the website routing via django url management feature.</description><pubDate>Mon, 20 May 2019 00:00:00 GMT</pubDate></item><item><title>django Administrator Page</title><link>https://deku.posstree.com/en/django/admin/</link><guid isPermaLink="true">https://deku.posstree.com/en/django/admin/</guid><description>let&apos;s see how to use the administrator page that django basically provides</description><pubDate>Fri, 17 May 2019 00:00:00 GMT</pubDate></item><item><title>Use Models in Django</title><link>https://deku.posstree.com/en/django/models/</link><guid isPermaLink="true">https://deku.posstree.com/en/django/models/</guid><description>let&apos;s see how to create an application in django project and, how to make and use Models for storing the data required in the project.</description><pubDate>Tue, 14 May 2019 00:00:00 GMT</pubDate></item><item><title>Start Django Project</title><link>https://deku.posstree.com/en/django/start/</link><guid isPermaLink="true">https://deku.posstree.com/en/django/start/</guid><description>let&apos;s start django project with django command and let&apos;s see how to configure django project and connect DB(mysql).</description><pubDate>Wed, 24 Apr 2019 00:00:00 GMT</pubDate></item><item><title>Django installation</title><link>https://deku.posstree.com/en/django/installation/</link><guid isPermaLink="true">https://deku.posstree.com/en/django/installation/</guid><description>let&apos;s see how to install django and how to configure django.</description><pubDate>Tue, 23 Apr 2019 00:00:00 GMT</pubDate></item><item><title>Open the app with the specific file</title><link>https://deku.posstree.com/en/react-native/open-file-with-app/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/open-file-with-app/</guid><description>this blog post is about how to open RN(React Native) app with the specific file(like excel, powerpoint, etc).</description><pubDate>Tue, 16 Apr 2019 00:00:00 GMT</pubDate></item><item><title>Make Import path based on Root in RN(React Native)</title><link>https://deku.posstree.com/en/react-native/root-import/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/root-import/</guid><description>let&apos;s make Import path based on Root in RN(React Native)</description><pubDate>Mon, 15 Apr 2019 00:00:00 GMT</pubDate></item><item><title>Apply custom font to RN(React Native)</title><link>https://deku.posstree.com/en/react-native/react-native-custom-font/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-custom-font/</guid><description>let&apos;s see how to apply custom font to RN(React Native) and how to use custom font.</description><pubDate>Wed, 10 Apr 2019 00:00:00 GMT</pubDate></item><item><title>「일단공부(Il-Dan-Gong-Bu)」 App Development Journal(RN, React Native)</title><link>https://deku.posstree.com/en/ildangongbu/development-journal/</link><guid isPermaLink="true">https://deku.posstree.com/en/ildangongbu/development-journal/</guid><description>I&apos;ve use RN(React Native) to develop the App called 「일단공부(Il-Dan-Gong-Bu)」. in here, I&apos;ve written the development journal about this app.</description><pubDate>Wed, 20 Mar 2019 00:00:00 GMT</pubDate></item><item><title>How to use sqlite in RN(React Native)</title><link>https://deku.posstree.com/en/react-native/react-native-sqlite-storage/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-sqlite-storage/</guid><description>let&apos;s see how to use sqlite database in RN(React Native).</description><pubDate>Mon, 18 Mar 2019 00:00:00 GMT</pubDate></item><item><title>Development Environment on Mac(3) - for development</title><link>https://deku.posstree.com/en/environment/mac-development-environment/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/mac-development-environment/</guid><description>I&apos;m setting the development environment on new Mac. in here, I&apos;ll introduce how to configure the development environment what I use.</description><pubDate>Thu, 07 Mar 2019 00:00:00 GMT</pubDate></item><item><title>Development Environment on Mac(2) - for tools</title><link>https://deku.posstree.com/en/environment/mac-development-tools/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/mac-development-tools/</guid><description>now I&apos;m configuring the development environment on new Mac. in here, I&apos;ll introduce the tools that I use when I develop.</description><pubDate>Wed, 06 Mar 2019 00:00:00 GMT</pubDate></item><item><title>Development Environment on Mac(1) - iTerm &amp; zsh</title><link>https://deku.posstree.com/en/environment/mac-iterm-zsh/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/mac-iterm-zsh/</guid><description>I try to set the development environment on new Mac. in here, I&apos;ll introduce how to configure iTerm and zsh for Terminal on new Mac.</description><pubDate>Tue, 05 Mar 2019 00:00:00 GMT</pubDate></item><item><title>Kumoncho Update Reviews(RN, React Native)</title><link>https://deku.posstree.com/en/kumoncho/update-review/</link><guid isPermaLink="true">https://deku.posstree.com/en/kumoncho/update-review/</guid><description>I&apos;ve developed and released the fairy tale picture book called Kumoncho by using RN(React Native). in this blog, I will talk about what I updated after the release.</description><pubDate>Sun, 03 Mar 2019 00:00:00 GMT</pubDate></item><item><title>RN(React Native) Support Tablets</title><link>https://deku.posstree.com/en/react-native/react-native-support-tablet/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-support-tablet/</guid><description>let&apos;s see how to make RN(React Native) project support tablets</description><pubDate>Sun, 03 Mar 2019 00:00:00 GMT</pubDate></item><item><title>Control StatusBar</title><link>https://deku.posstree.com/en/react-native/react-native-status-bar/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-status-bar/</guid><description>let&apos;s see how to control the StatusBar in RN(React Native)</description><pubDate>Fri, 01 Mar 2019 00:00:00 GMT</pubDate></item><item><title>iTunes file sharing feature</title><link>https://deku.posstree.com/en/react-native/react-native-itunes-share-file/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-itunes-share-file/</guid><description>let&apos;s see how to share files via iTunes on RN(React Native) project.</description><pubDate>Thu, 28 Feb 2019 00:00:00 GMT</pubDate></item><item><title>Kumoncho development journal(RN, React Native)</title><link>https://deku.posstree.com/en/kumoncho/development-journal/</link><guid isPermaLink="true">https://deku.posstree.com/en/kumoncho/development-journal/</guid><description>I&apos;ve developed the picture fairy tale book app that is called Kumoncho. in here, I wrote the development journal about what I experience.</description><pubDate>Mon, 11 Feb 2019 00:00:00 GMT</pubDate></item><item><title>App Store Rating</title><link>https://deku.posstree.com/en/react-native/react-native-rate/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-rate/</guid><description>let&apos;s see how to induce users to give the rating by react-native-rate library on RN(React Native) project.</description><pubDate>Sat, 09 Feb 2019 00:00:00 GMT</pubDate></item><item><title>BlaBoo Update Reviews</title><link>https://deku.posstree.com/en/blaboo/update-review/</link><guid isPermaLink="true">https://deku.posstree.com/en/blaboo/update-review/</guid><description>I&apos;ve developed and released the app called BlaBoo by using RN(React Native). in this blog, I will talk about what I updated after the release.</description><pubDate>Fri, 08 Feb 2019 00:00:00 GMT</pubDate></item><item><title>Preview</title><link>https://deku.posstree.com/en/jekyll/preview-speed-up/</link><guid isPermaLink="true">https://deku.posstree.com/en/jekyll/preview-speed-up/</guid><description>let&apos;s see how to make fast to preview writing post in jekyll.</description><pubDate>Thu, 07 Feb 2019 00:00:00 GMT</pubDate></item><item><title>App Splash Screen</title><link>https://deku.posstree.com/en/react-native/react-native-splash-screen/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-splash-screen/</guid><description>let&apos;s make Splash screen end at the desired time by using react-native-splash-screen on RN(React Native) project.</description><pubDate>Wed, 06 Feb 2019 00:00:00 GMT</pubDate></item><item><title>Gradient</title><link>https://deku.posstree.com/en/react-native/react-native-linear-gradient/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-linear-gradient/</guid><description>let&apos;s see how to use react-native-linear-gradient to make the gradient background on RN(React Native) project.</description><pubDate>Sat, 02 Feb 2019 00:00:00 GMT</pubDate></item><item><title>Swipe Detection</title><link>https://deku.posstree.com/en/react-native/react-native-swipe-gestures/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-swipe-gestures/</guid><description>let&apos;s see how to use react-native-swipe-gestures to detect user swipe event on RN(React Native) project</description><pubDate>Fri, 01 Feb 2019 00:00:00 GMT</pubDate></item><item><title>use After Effects</title><link>https://deku.posstree.com/en/react-native/react-native-lottie/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-lottie/</guid><description>let&apos;s see how to apply the animation created by Adobe After Effects, to RN(React Native) project.</description><pubDate>Thu, 31 Jan 2019 00:00:00 GMT</pubDate></item><item><title>ngrok</title><link>https://deku.posstree.com/en/environment/ngrok/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/ngrok/</guid><description>let&apos;s see how to access virtual machine(Guest System) from external environment by ngrok.</description><pubDate>Mon, 28 Jan 2019 00:00:00 GMT</pubDate></item><item><title>Use Filesystem</title><link>https://deku.posstree.com/en/react-native/react-native-fs/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-fs/</guid><description>let&apos;s read and write the file by react-native-fs on RN(React Native) project.</description><pubDate>Sun, 27 Jan 2019 00:00:00 GMT</pubDate></item><item><title>sending email feature</title><link>https://deku.posstree.com/en/react-native/react-native-mail/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-mail/</guid><description>let&apos;s see how to execute the email app installed basically on the phone at RN(React Native) project.</description><pubDate>Sat, 26 Jan 2019 00:00:00 GMT</pubDate></item><item><title>recognize user voice</title><link>https://deku.posstree.com/en/react-native/react-native-voice/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-voice/</guid><description>let&apos;s see how to add the feature to recognize user voice and transform to text by react-native-voice on RN(React Native)</description><pubDate>Fri, 25 Jan 2019 00:00:00 GMT</pubDate></item><item><title>BlaBoo App Development Journal(RN, React Native)</title><link>https://deku.posstree.com/en/blaboo/development-journal/</link><guid isPermaLink="true">https://deku.posstree.com/en/blaboo/development-journal/</guid><description>I&apos;ve use RN(React Native) to develop the App called BlaBoo. in here, I&apos;ve written the development journal about this app.</description><pubDate>Tue, 15 Jan 2019 00:00:00 GMT</pubDate></item><item><title>register Android App store</title><link>https://deku.posstree.com/en/react-native/android-google-play/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/android-google-play/</guid><description>we&apos;ll introduce how to register RN(React Native) Android App to Android App store(Google Play).</description><pubDate>Sat, 12 Jan 2019 00:00:00 GMT</pubDate></item><item><title>enroll Android developer</title><link>https://deku.posstree.com/en/react-native/android-enroll-google-play-developer/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/android-enroll-google-play-developer/</guid><description>let&apos;s enroll Android developer to register Android App to Google Play store.</description><pubDate>Fri, 11 Jan 2019 00:00:00 GMT</pubDate></item><item><title>jwt:logout</title><link>https://deku.posstree.com/en/laravel/jwt-logout/</link><guid isPermaLink="true">https://deku.posstree.com/en/laravel/jwt-logout/</guid><description>let&apos;s see how to make logout feature in jwt(Json Web Token) authentication system.</description><pubDate>Sat, 05 Jan 2019 00:00:00 GMT</pubDate></item><item><title>jwt:refresh token</title><link>https://deku.posstree.com/en/laravel/jwt-refresh-token/</link><guid isPermaLink="true">https://deku.posstree.com/en/laravel/jwt-refresh-token/</guid><description>let&apos;s see how to refresh the issued token in jwt(Json Web Token) which is one of the token based authentication systems.</description><pubDate>Fri, 04 Jan 2019 00:00:00 GMT</pubDate></item><item><title>jwt:user information</title><link>https://deku.posstree.com/en/laravel/jwt-user-info/</link><guid isPermaLink="true">https://deku.posstree.com/en/laravel/jwt-user-info/</guid><description>let&apos;s see how to get user information from login user in jwt(Json Web Token) which is one of the token based authentication systems.</description><pubDate>Fri, 28 Dec 2018 00:00:00 GMT</pubDate></item><item><title>jwt:signin</title><link>https://deku.posstree.com/en/laravel/jwt-signin/</link><guid isPermaLink="true">https://deku.posstree.com/en/laravel/jwt-signin/</guid><description>let&apos;s make signin procedure by using jwt(Json Web Token) which is one of token based authentication systems.</description><pubDate>Tue, 25 Dec 2018 00:00:00 GMT</pubDate></item><item><title>jwt:signup</title><link>https://deku.posstree.com/en/laravel/jwt-signup/</link><guid isPermaLink="true">https://deku.posstree.com/en/laravel/jwt-signup/</guid><description>let&apos;s make signup feature by using jwt(Json Web Token) which is a token based authentication system.</description><pubDate>Sat, 22 Dec 2018 00:00:00 GMT</pubDate></item><item><title>react-native-animatable</title><link>https://deku.posstree.com/en/react-native/react-native-animatable/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-animatable/</guid><description>let&apos;s see how to use react-native-animatable to add simply animations to 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/en/react-native/firebase-crashlytics/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/firebase-crashlytics/</guid><description>let&apos;s see how to use react-native-firebase to gather crash logs on Firebase Crashlytics.</description><pubDate>Wed, 12 Dec 2018 00:00:00 GMT</pubDate></item><item><title>iOS App crash analysis</title><link>https://deku.posstree.com/en/react-native/ios-app-crash-debugging/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/ios-app-crash-debugging/</guid><description>let&apos;s see how to analyze iOS App crash log.</description><pubDate>Tue, 11 Dec 2018 00:00:00 GMT</pubDate></item><item><title>jwt installation&amp;settings</title><link>https://deku.posstree.com/en/laravel/jwt/</link><guid isPermaLink="true">https://deku.posstree.com/en/laravel/jwt/</guid><description>introduce how to install and configure jwt(Json Web Token) Middleware to use token based authentication system on Laravel.</description><pubDate>Fri, 07 Dec 2018 00:00:00 GMT</pubDate></item><item><title>Ansible&amp;Laravel</title><link>https://deku.posstree.com/en/environment/ansible-laravel/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/ansible-laravel/</guid><description>let&apos;s make development environment by installing Laravel on virtual machine(guest system) that is configured by Ansible and Laradock.</description><pubDate>Thu, 06 Dec 2018 00:00:00 GMT</pubDate></item><item><title>Ansible&amp;Laradock</title><link>https://deku.posstree.com/en/environment/ansible-laradock/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/ansible-laradock/</guid><description>let&apos;s make Laravel development environment by using virtual machine(guest system) created by vagrant and Ansible.</description><pubDate>Wed, 05 Dec 2018 00:00:00 GMT</pubDate></item><item><title>Ansible&amp;Docker</title><link>https://deku.posstree.com/en/environment/ansible-docker/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/ansible-docker/</guid><description>let&apos;s install Docker and Docker Compose on vagrant virtual machine(guest system) by Ansible Playbook.</description><pubDate>Tue, 04 Dec 2018 00:00:00 GMT</pubDate></item><item><title>Ansible Playbook</title><link>https://deku.posstree.com/en/environment/ansible-playbook/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/ansible-playbook/</guid><description>let&apos;s try to use Ansible Playbook to install server programs and to configure the server.</description><pubDate>Sun, 02 Dec 2018 00:00:00 GMT</pubDate></item><item><title>Ansible installation</title><link>https://deku.posstree.com/en/environment/install-ansible/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/install-ansible/</guid><description>make the environment can be used Ansible by installing Ansible on virtual machine(guest system) created by Vagrant</description><pubDate>Mon, 26 Nov 2018 00:00:00 GMT</pubDate></item><item><title>Firebase Analytics</title><link>https://deku.posstree.com/en/react-native/react-native-firebase-analytics/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-firebase-analytics/</guid><description>let&apos;s analyze the app more detail using react-native-firebase.</description><pubDate>Mon, 26 Nov 2018 00:00:00 GMT</pubDate></item><item><title>vagrant installation and usage</title><link>https://deku.posstree.com/en/environment/vagrant-install-and-usage/</link><guid isPermaLink="true">https://deku.posstree.com/en/environment/vagrant-install-and-usage/</guid><description>let&apos;s see how to install virtualbox, vagrant to create virtual machine in virtual environment and how to usage vagrant to create virtual machine.</description><pubDate>Sun, 25 Nov 2018 00:00:00 GMT</pubDate></item><item><title>change simulator on iOS</title><link>https://deku.posstree.com/en/react-native/ios-change-simulator/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/ios-change-simulator/</guid><description>let&apos;s see how to change the simulator on iOS when we test RN(react native) on iOS.</description><pubDate>Fri, 23 Nov 2018 00:00:00 GMT</pubDate></item><item><title>Android build and test</title><link>https://deku.posstree.com/en/react-native/android-running-on-device/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/android-running-on-device/</guid><description>introduce how to build and test RN(react native) project on Android device.</description><pubDate>Wed, 21 Nov 2018 00:00:00 GMT</pubDate></item><item><title>Android device test</title><link>https://deku.posstree.com/en/react-native/android-test-on-device/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/android-test-on-device/</guid><description>let&apos;s test RN(react native) project on Android devices</description><pubDate>Tue, 20 Nov 2018 00:00:00 GMT</pubDate></item><item><title>Firebase Admob</title><link>https://deku.posstree.com/en/react-native/react-native-firebase-admob/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-firebase-admob/</guid><description>let&apos;s use react-native-firebase library to display 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/en/jekyll/jekyll-last-modified-at/</link><guid isPermaLink="true">https://deku.posstree.com/en/jekyll/jekyll-last-modified-at/</guid><description>use last modified date of the file to generate sitemap.xml</description><pubDate>Thu, 15 Nov 2018 00:00:00 GMT</pubDate></item><item><title>Google Analytics</title><link>https://deku.posstree.com/en/react-native/react-native-analytics-bridge/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-analytics-bridge/</guid><description>let&apos;s analyze RN(react native) app using Google Analytics.</description><pubDate>Wed, 14 Nov 2018 00:00:00 GMT</pubDate></item><item><title>register iOS App store</title><link>https://deku.posstree.com/en/react-native/ios-app-store/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/ios-app-store/</guid><description>let&apos;s see what we need to register 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/en/react-native/ios-testflight/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/ios-testflight/</guid><description>let&apos;s test the app by tester via TestFlight..</description><pubDate>Mon, 12 Nov 2018 00:00:00 GMT</pubDate></item><item><title>iOS Certification</title><link>https://deku.posstree.com/en/react-native/ios-certification/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/ios-certification/</guid><description>if you enrolled Apple Developer Program, let&apos;s see how to configure iOS developer Certification.</description><pubDate>Sun, 11 Nov 2018 00:00:00 GMT</pubDate></item><item><title>enroll iOS developer</title><link>https://deku.posstree.com/en/react-native/ios-enroll-developer-program/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/ios-enroll-developer-program/</guid><description>let&apos;s see how to enroll Apple Developer Program for registering RN(react native) app to iOS App store.</description><pubDate>Sat, 10 Nov 2018 00:00:00 GMT</pubDate></item><item><title>iOS build and test</title><link>https://deku.posstree.com/en/react-native/ios-running-on-device/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/ios-running-on-device/</guid><description>let&apos;s build RN(react native) for iOS production and test it on the device.</description><pubDate>Fri, 09 Nov 2018 00:00:00 GMT</pubDate></item><item><title>iOS device test</title><link>https://deku.posstree.com/en/react-native/ios-test-on-device/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/ios-test-on-device/</guid><description>let&apos;s test RN(react native) project on iOS devices</description><pubDate>Thu, 08 Nov 2018 00:00:00 GMT</pubDate></item><item><title>Google Admob</title><link>https://deku.posstree.com/en/react-native/react-native-admob/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-admob/</guid><description>use react-native-admob to add google admob advertisement to react-native.</description><pubDate>Sun, 04 Nov 2018 00:00:00 GMT</pubDate></item><item><title>create version(editing history)</title><link>https://deku.posstree.com/en/git/create-stage/</link><guid isPermaLink="true">https://deku.posstree.com/en/git/create-stage/</guid><description>we should create the version(editing history) to manage source code on git repository. we introduce how to create version(editing history).</description><pubDate>Wed, 31 Oct 2018 00:00:00 GMT</pubDate></item><item><title>create Repository</title><link>https://deku.posstree.com/en/git/create-repository/</link><guid isPermaLink="true">https://deku.posstree.com/en/git/create-repository/</guid><description>create git repository for using git. git repository is the storage to manage source code version.</description><pubDate>Mon, 29 Oct 2018 00:00:00 GMT</pubDate></item><item><title>git installation</title><link>https://deku.posstree.com/en/git/installation/</link><guid isPermaLink="true">https://deku.posstree.com/en/git/installation/</guid><description>we use git for source code version control tool. before using git, let&apos;s install git first.</description><pubDate>Thu, 25 Oct 2018 00:00:00 GMT</pubDate></item><item><title>github page</title><link>https://deku.posstree.com/en/jekyll/github-page/</link><guid isPermaLink="true">https://deku.posstree.com/en/jekyll/github-page/</guid><description>upload jekyll project to github page and start blog service.</description><pubDate>Mon, 22 Oct 2018 00:00:00 GMT</pubDate></item><item><title>google service</title><link>https://deku.posstree.com/en/jekyll/google-service/</link><guid isPermaLink="true">https://deku.posstree.com/en/jekyll/google-service/</guid><description>introduce how to integrate google search console / analytics / adsense to jekyll project</description><pubDate>Fri, 19 Oct 2018 00:00:00 GMT</pubDate></item><item><title>Send Email</title><link>https://deku.posstree.com/en/jekyll/send-email/</link><guid isPermaLink="true">https://deku.posstree.com/en/jekyll/send-email/</guid><description>use formspree to add sending email feature to jekyll project.</description><pubDate>Thu, 18 Oct 2018 00:00:00 GMT</pubDate></item><item><title>Disqus comments</title><link>https://deku.posstree.com/en/jekyll/disqus/</link><guid isPermaLink="true">https://deku.posstree.com/en/jekyll/disqus/</guid><description>use Disqus service for comment feature to jekyll project.</description><pubDate>Wed, 17 Oct 2018 00:00:00 GMT</pubDate></item><item><title>react-native-device-info</title><link>https://deku.posstree.com/en/react-native/react-native-device-info/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-device-info/</guid><description>use react-native-device-info for getting user&apos;s device information.</description><pubDate>Tue, 16 Oct 2018 00:00:00 GMT</pubDate></item><item><title>react-native-tts</title><link>https://deku.posstree.com/en/react-native/react-native-tts/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-tts/</guid><description>implement text-to-speech to use react-native-tts</description><pubDate>Tue, 16 Oct 2018 00:00:00 GMT</pubDate></item><item><title>react-native-vector-icons</title><link>https://deku.posstree.com/en/react-native/react-native-vector-icons/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-native-vector-icons/</guid><description>let&apos;s display icons to use react-native-vector-icons library.</description><pubDate>Mon, 15 Oct 2018 00:00:00 GMT</pubDate></item><item><title>NativeBase</title><link>https://deku.posstree.com/en/react-native/nativebase/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/nativebase/</guid><description>use NativeBase library for basic component UI.</description><pubDate>Sun, 14 Oct 2018 00:00:00 GMT</pubDate></item><item><title>Splash image</title><link>https://deku.posstree.com/en/react-native/splash-image/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/splash-image/</guid><description>generate and apply splash image by using generator-rn-toolbox</description><pubDate>Sat, 13 Oct 2018 00:00:00 GMT</pubDate></item><item><title>pagination plugin</title><link>https://deku.posstree.com/en/jekyll/pagination-plugin/</link><guid isPermaLink="true">https://deku.posstree.com/en/jekyll/pagination-plugin/</guid><description>how to use pagination plugin for jekyll project&apos;s pagination.</description><pubDate>Fri, 12 Oct 2018 00:00:00 GMT</pubDate></item><item><title>SEO support</title><link>https://deku.posstree.com/en/jekyll/seo/</link><guid isPermaLink="true">https://deku.posstree.com/en/jekyll/seo/</guid><description>try to make jekyll project supports SEO</description><pubDate>Thu, 11 Oct 2018 00:00:00 GMT</pubDate></item><item><title>App icon</title><link>https://deku.posstree.com/en/react-native/app-icon/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/app-icon/</guid><description>try to make app icon by using 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/en/react-native/react-navigation-v5/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-navigation-v5/</guid><description>Let&apos;s see how to install react-navigation V5 and how to use it.</description><pubDate>Sat, 06 Oct 2018 00:00:00 GMT</pubDate></item><item><title>react-navigation</title><link>https://deku.posstree.com/en/react-native/react-navigation/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/react-navigation/</guid><description>use react-navigation for developing an application.</description><pubDate>Fri, 05 Oct 2018 00:00:00 GMT</pubDate></item><item><title>styled-components</title><link>https://deku.posstree.com/en/react-native/styled-components/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/styled-components/</guid><description>this blog is about how to use styled-component library for react-native styling.</description><pubDate>Wed, 26 Sep 2018 00:00:00 GMT</pubDate></item><item><title>Use ESLint, Prettier like Pro on React Native</title><link>https://deku.posstree.com/en/react-native/eslint-prettier-husky-lint-staged/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/eslint-prettier-husky-lint-staged/</guid><description>Let&apos;s see how to use ESLint and Prettier on React Native project, and Let&apos;s see how to use Husky and lint-staged to use ESLint and Prettier like Pro.</description><pubDate>Tue, 25 Sep 2018 00:00:00 GMT</pubDate></item><item><title>How to use TypeScript in React Native</title><link>https://deku.posstree.com/en/react-native/typescript/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/typescript/</guid><description>Let&apos;s see how to configure TypeScript and how to use TypeScript in React Native.</description><pubDate>Mon, 24 Sep 2018 00:00:00 GMT</pubDate></item><item><title>How to install React Native on Mac</title><link>https://deku.posstree.com/en/react-native/install-on-mac/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/install-on-mac/</guid><description>Let&apos;s see how to install and configure react-native development environment on Mac, and create react native project to check the environment is set well.</description><pubDate>Sun, 23 Sep 2018 00:00:00 GMT</pubDate></item><item><title>How to install React Native on Windows</title><link>https://deku.posstree.com/en/react-native/install-on-windows/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/install-on-windows/</guid><description>Let&apos;s see how to install and configure react-native development environment on Windows, and create react native project to check the environment is set well.</description><pubDate>Sun, 23 Sep 2018 00:00:00 GMT</pubDate></item><item><title>RN installation</title><link>https://deku.posstree.com/en/react-native/installation/</link><guid isPermaLink="true">https://deku.posstree.com/en/react-native/installation/</guid><description>install react-native and check how to make a project.</description><pubDate>Sun, 23 Sep 2018 00:00:00 GMT</pubDate></item><item><title>Multi-languages plugin</title><link>https://deku.posstree.com/en/jekyll/multi-languages-plugin/</link><guid isPermaLink="true">https://deku.posstree.com/en/jekyll/multi-languages-plugin/</guid><description>introduce multi-languages plugin to make jekyll supports multi-languages. let&apos;s see how to install and configure multi-languages plugin jekyll-polyglot.</description><pubDate>Wed, 19 Sep 2018 00:00:00 GMT</pubDate></item><item><title>jekyll settings</title><link>https://deku.posstree.com/en/jekyll/configuration/</link><guid isPermaLink="true">https://deku.posstree.com/en/jekyll/configuration/</guid><description>We introduce basic jekyll settings. This post is for how to set _config.yml file and how to use variables in jekyll.</description><pubDate>Wed, 12 Sep 2018 00:00:00 GMT</pubDate></item><item><title>Directory Structure</title><link>https://deku.posstree.com/en/jekyll/directory_structure/</link><guid isPermaLink="true">https://deku.posstree.com/en/jekyll/directory_structure/</guid><description>jekyll basically has a directory structure. Let&apos;s use the directory structure for managing the blog.</description><pubDate>Mon, 10 Sep 2018 00:00:00 GMT</pubDate></item><item><title>jekyll installation</title><link>https://deku.posstree.com/en/jekyll/installation/</link><guid isPermaLink="true">https://deku.posstree.com/en/jekyll/installation/</guid><description>For starting jekyll blog, we need to install jekyll on Mac/Widows and create a basic project.</description><pubDate>Sat, 08 Sep 2018 00:00:00 GMT</pubDate></item><item><title>Theme settings</title><link>https://deku.posstree.com/en/jekyll/theme/</link><guid isPermaLink="true">https://deku.posstree.com/en/jekyll/theme/</guid><description>Let&apos;s set jekyll theme and make the blog more cool.</description><pubDate>Sat, 08 Sep 2018 00:00:00 GMT</pubDate></item></channel></rss>