<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>없으면 없는대로</title>
    <link>https://ingeec.tistory.com/</link>
    <description>소프트웨어 개발과 프로그래머 인생에 관한, 변두리 개발자 인기씨(ingeeC)의 이야기 (블루스카이 @ingeekim.bsky.social‬)</description>
    <language>ko</language>
    <pubDate>Fri, 10 Jul 2026 17:53:57 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>ingeeC</managingEditor>
    <image>
      <title>없으면 없는대로</title>
      <url>https://tistory1.daumcdn.net/tistory/252281/attach/81bec7806c4a48feae909d74a7031dc4</url>
      <link>https://ingeec.tistory.com</link>
    </image>
    <item>
      <title>안드로이드 테스트 자동화 회고</title>
      <link>https://ingeec.tistory.com/140</link>
      <description>안드로이드 앱을 개발하면서 TDD를 적용하려고 시도했습니다.TDD 자체는 실패했습니다. 이번에 한 일은 안드로이드 서비스 객체를 만드는 일이었는데, 서비스 객체를 담고 있는 앱과 사용자 시나리오가 시작되는 웹 브라우저와 데이터 저장이 일어나는 백엔드 서버를 동원하는 상황에서, 기능별 단위 테스트를 잡아내는 게 간단하지 않았습니다.대신 단말 에뮬레이터에 기반한 e2e UI 테스트 자동화를 구현했습니다. 이를 통해 코너 케이스를 포함한 반복적인 테스트 업무..</description>
      <category>Dev</category>
      <category>TDD</category>
      <category>안드로이드</category>
      <author>ingeeC</author>
      <guid isPermaLink="true">https://ingeec.tistory.com/140</guid>
      <comments>https://ingeec.tistory.com/140#entry140comment</comments>
      <pubDate>Thu, 13 Nov 2025 12:38:34 +0900</pubDate>
    </item>
    <item>
      <title>IPFS 현황 (2024년 11월~ 2025년 7월)</title>
      <link>https://ingeec.tistory.com/139</link>
      <description>IPFS는 웹3를 여는 핵심 프로토콜입니다.
IPFS 블로그 사이트&amp;nbsp;에 올라온 최근 1년 동안의 글 몇 개를 요약합니다.


IPFS on the Web in 2024: Update From Interplanetary Shipyard

https://blog.ipfs.tech/2024-shipyard-improving-ipfs-on-the-web/
2024-11-25


별도 법인으로 독립한 Interplanetary Shipyard는 IPFS..</description>
      <category>Dev</category>
      <category>ipfs</category>
      <category>web3</category>
      <author>ingeeC</author>
      <guid isPermaLink="true">https://ingeec.tistory.com/139</guid>
      <comments>https://ingeec.tistory.com/139#entry139comment</comments>
      <pubDate>Thu, 7 Aug 2025 09:26:13 +0900</pubDate>
    </item>
    <item>
      <title>암호키의 안전한 사용을 보장하는 Android KeyStore 시스템 소개</title>
      <link>https://ingeec.tistory.com/138</link>
      <description>안드로이드 KeyStore 시스템에 대해 요약합니다.
안드로이드 KeyStore 시스템은 안드로이드 앱 서명을 위해 사용하는 keystore 파일과 이름만 유사할 뿐 다른 개념입니다.


디버깅/해킹으로 뚫을 수 없는 안전한 HW에 암호키를 저장

KeyStore 시스템을 이용하면 암호 연산 중에 암호키가 어플리케이션 프로세스 메모리에 적재되지 않습니다
그래서 HW에 기반한 KeyStore 시스템에서는 해킹/디버깅에 의한 암호키 유출이 불가능합니다

암..</description>
      <category>Dev</category>
      <category>안드로이드</category>
      <author>ingeeC</author>
      <guid isPermaLink="true">https://ingeec.tistory.com/138</guid>
      <comments>https://ingeec.tistory.com/138#entry138comment</comments>
      <pubDate>Mon, 4 Aug 2025 19:27:57 +0900</pubDate>
    </item>
    <item>
      <title>&amp;quot;WebAuthn에 대하여 (A Tour of WebAuthn)&amp;quot; 일부 번역</title>
      <link>https://ingeec.tistory.com/137</link>
      <description>WebAuthn 스펙은 FIDO 스펙이 진화한 결과입니다.
애플, 구글, MS 등의 업체들이 지지하고 있으며 &quot;패스키(Passkey)&quot;라는 브랜드 네임으로 알려져 있습니다.
WebAuthn 스펙을 정말 잘 설명하고 있는 글이 있어 일부를 번역하여 공유합니다.
그냥 &quot;좋은 글이 있어요&quot;라고 링크만 소개하고 말기에는 아깝다는 생각이 들었습니다.
글의 출처는 https://www.imperialviolet.org/tourofwebauthn/tourofweba..</description>
      <category>Dev</category>
      <category>web3</category>
      <category>패스키</category>
      <author>ingeeC</author>
      <guid isPermaLink="true">https://ingeec.tistory.com/137</guid>
      <comments>https://ingeec.tistory.com/137#entry137comment</comments>
      <pubDate>Thu, 24 Jul 2025 10:41:05 +0900</pubDate>
    </item>
    <item>
      <title>안드로이드 TDD 요약</title>
      <link>https://ingeec.tistory.com/136</link>
      <description>안드로이드 앱을 개발하게 됐습니다.할 일은 많고 일손은 부족합니다. 무심코 개발을 진행하다 삐끗하면 버그 잡느라 많은 시간을 소진할 것 같습니다. 그래서 웹앱 개발할 때 도움됐던 TDD를 안드로이드 앱 개발에도 적용해보기로 합니다.관련 내용을 요약합니다. 과제가 마무리되면 소감도 올려보겠습니다.

&amp;nbsp;
개요

안드로이드는 앱 테스트 자동화를 위해 JUnit(Test Runner)을 사용한다
안드로이드 앱 프로젝트를 생성하면 유닛 테스트(Unit ..</description>
      <category>Dev</category>
      <category>TDD</category>
      <category>안드로이드</category>
      <author>ingeeC</author>
      <guid isPermaLink="true">https://ingeec.tistory.com/136</guid>
      <comments>https://ingeec.tistory.com/136#entry136comment</comments>
      <pubDate>Fri, 21 Feb 2025 16:22:03 +0900</pubDate>
    </item>
    <item>
      <title>웹3 세상의 Access Token, UCAN 소개</title>
      <link>https://ingeec.tistory.com/135</link>
      <description>들어가며.UCAN은 웹3 세상을 위한 Authorization(이후 AuthZ) 기술 입니다.DID를 이용해서, DID document가 제공하는 pub-key를 인증 수단으로 사용하자는 아이디어가 핵심입니다.

&amp;nbsp;
웹3를 위한 Access Token, UCAN
&amp;nbsp;
개요

UCAN은 User Controlled AuthZ Network의 약자 (본질은 Access Token)
사용자 데이터의 통제권을 사용자 개인에게 부여하는 기술
UC..</description>
      <category>Dev</category>
      <category>web3</category>
      <author>ingeeC</author>
      <guid isPermaLink="true">https://ingeec.tistory.com/135</guid>
      <comments>https://ingeec.tistory.com/135#entry135comment</comments>
      <pubDate>Thu, 6 Feb 2025 11:12:09 +0900</pubDate>
    </item>
    <item>
      <title>웹3 세상의 ID체계, DID 짤막 소개</title>
      <link>https://ingeec.tistory.com/134</link>
      <description>DID-Core 스펙을 요약합니다.DID-Core 스펙은 2022년 표준화 완료되었습니다 (W3C Recommendation 19 July 2022).DID는 웹3 세계의 기초를 이루는 기반 기술입니다.

&amp;nbsp;
Web3를 위한 ID, DID
DID는 `Scheme + DID Method + DID Method-specific ID`로 구성된 문자열이다

예시) did:example:123456789abcdefghi

&amp;nbsp;
DID는 개념이자..</description>
      <category>Dev</category>
      <category>web3</category>
      <author>ingeeC</author>
      <guid isPermaLink="true">https://ingeec.tistory.com/134</guid>
      <comments>https://ingeec.tistory.com/134#entry134comment</comments>
      <pubDate>Mon, 3 Feb 2025 14:40:23 +0900</pubDate>
    </item>
    <item>
      <title>브라우저 기반 IPFS 네트워크 동향 (2025년 1월 기준)</title>
      <link>https://ingeec.tistory.com/133</link>
      <description>웹브라우저 기반 IPFS 네트워크에 관심이 많습니다.웹브라우저만으로 IPFS 네트워크를 구축할 수 있다면, 서버 없는 서비스(웹3 서비스)가 가능해집니다.IPFS 블로그(https://blog.ipfs.tech/)에서 이와 관련된 기사를 골라 요약합니다.

The State of Dapps on IPFS: Trust vs. Verification
https://blog.ipfs.tech/dapps-ipfs/2024-01-29

SPA 또는 MPA 형태로..</description>
      <category>Dev</category>
      <category>ipfs</category>
      <category>JavaScript</category>
      <category>web3</category>
      <author>ingeeC</author>
      <guid isPermaLink="true">https://ingeec.tistory.com/133</guid>
      <comments>https://ingeec.tistory.com/133#entry133comment</comments>
      <pubDate>Fri, 17 Jan 2025 11:55:03 +0900</pubDate>
    </item>
    <item>
      <title>IPFS Camp 2024 요약</title>
      <link>https://ingeec.tistory.com/132</link>
      <description>유튜브 세션 모음을 요약합니다.벨기에 브뤼셀에서 있었던 IPFS Camp 2024 행사 동영상입니다.

3줄 요약

IPFS 기술에 대한 이야기보다 블록체인 응용사례에 대한 이야기가 많았다 (다소 실망)
개발 업체가 망했다가 오픈소스로 되살아난 '탈중앙화 인증기술, UCAN'과 개발 활동이 멈췄다가 되살아난 '탈중앙화 DB, OrbitDB'가 흥미로왔다
트위터의 대안 서비스 'BlueSky'가 널리 쓰이는 것 같았다 (BlueSky 계정 소개가 많았다)..</description>
      <category>Dev</category>
      <category>ipfs</category>
      <category>web3</category>
      <author>ingeeC</author>
      <guid isPermaLink="true">https://ingeec.tistory.com/132</guid>
      <comments>https://ingeec.tistory.com/132#entry132comment</comments>
      <pubDate>Thu, 12 Dec 2024 11:24:56 +0900</pubDate>
    </item>
    <item>
      <title>IPFS Connect Istanbul 2023 컨퍼런스 요약</title>
      <link>https://ingeec.tistory.com/131</link>
      <description>https://www.youtube.com/playlist?list=PLfW9my7NCey-y5_j6QGCtGoigQuVlZ3Bj

3줄 요약

IPFS는 캐즘을 넘는 중이다
중국 발표자가 많았다 (국가 규제를 극복하기 위한 서비스를 실험하는 것 같았다)
CAR 파일 포맷과 UCAN 인증 기술에 대한 언급이 많았다

&amp;nbsp;
TOP3 세션
The State of Helia: IPFS in the Browser

https://www.youtube.c..</description>
      <category>Dev</category>
      <category>ipfs</category>
      <category>web3</category>
      <author>ingeeC</author>
      <guid isPermaLink="true">https://ingeec.tistory.com/131</guid>
      <comments>https://ingeec.tistory.com/131#entry131comment</comments>
      <pubDate>Thu, 24 Oct 2024 09:28:28 +0900</pubDate>
    </item>
  </channel>
</rss>