<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>I am maker</title>
    <link>https://guhyeon.tistory.com/</link>
    <description></description>
    <language>ko</language>
    <pubDate>Wed, 15 Apr 2026 01:52:36 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>코딩하는고릴라</managingEditor>
    <image>
      <title>I am maker</title>
      <url>https://tistory1.daumcdn.net/tistory/1936894/attach/594bc1b4c7a44624a1e137dae0ad17ee</url>
      <link>https://guhyeon.tistory.com</link>
    </image>
    <item>
      <title>옵시디언(obsidian) mac 설치 작업 기록</title>
      <link>https://guhyeon.tistory.com/94</link>
      <description>옵시디언이라는 메모 도구가 개발자들 사이에서 엄청 핫하다고한다.
&amp;nbsp;
여태까지 수 많은 개발을하고 공부를 했는데....
별로 남긴게 없고, 돌이켜봐도 기억이 안나는 경우가 다반사
&amp;nbsp;
앞으로 작업기록을 남기고 이에 대해서 한 번 더 복기하는 과정을 거쳐
나의 경험들을 장기기억으로 남기려고한다.
&amp;nbsp;
옵시디언! 세팅부터 고고고!
&amp;nbsp;
아래 링크에 접속하여
[Get Obsidian for Mac] 을 다운받는다.
https://..</description>
      <category>작업기록</category>
      <author>코딩하는고릴라</author>
      <guid isPermaLink="true">https://guhyeon.tistory.com/94</guid>
      <comments>https://guhyeon.tistory.com/94#entry94comment</comments>
      <pubDate>Wed, 17 Jul 2024 00:14:38 +0900</pubDate>
    </item>
    <item>
      <title>액티브엑스 저리가라할, aws codepiepline, beanstalk docker</title>
      <link>https://guhyeon.tistory.com/93</link>
      <description>여기까지의 흐름 언젠가는 글을 써야하겠지만,
&amp;nbsp;
Prisma를 쓴 node backend 프로젝트에서&amp;nbsp;
beanstalk을 통해 배포를 하려고하니
node 버전 때문에 불가능했습니다.
그래서 docker를 통해 배포하기로 했고
beanstalk에 docker를 통해 단일 docker로 배포하려고했습니다.
&amp;nbsp;
그런데, beanstalk deploy에서 300초를 초과하면 실패하는 문제가 있었고,
아래와 같은 에러가 발생했습니다...</description>
      <category>웹</category>
      <author>코딩하는고릴라</author>
      <guid isPermaLink="true">https://guhyeon.tistory.com/93</guid>
      <comments>https://guhyeon.tistory.com/93#entry93comment</comments>
      <pubDate>Thu, 25 May 2023 14:15:03 +0900</pubDate>
    </item>
    <item>
      <title>figma locofy.ai 사용시 팁</title>
      <link>https://guhyeon.tistory.com/92</link>
      <description>의미있는&amp;nbsp;레이어&amp;nbsp;이름&amp;nbsp;ex)&amp;nbsp;header &amp;nbsp; 레이어&amp;nbsp;위치를&amp;nbsp;앞에&amp;nbsp;붙이기&amp;nbsp;ex)&amp;nbsp;header-help 레이어의&amp;nbsp;유형을&amp;nbsp;뒤에&amp;nbsp;붙이기&amp;nbsp;ex)&amp;nbsp;Feature&amp;nbsp;List 내용보다는&amp;nbsp;목적을&amp;nbsp;명시&amp;nbsp;ex)&amp;nbsp;Phone&amp;nbsp;Image&amp;nbsp;-&amp;gt;&amp;nbsp;Landing&amp;nbsp;Ban..</description>
      <category>FIGMA</category>
      <category>locofy.ai</category>
      <author>코딩하는고릴라</author>
      <guid isPermaLink="true">https://guhyeon.tistory.com/92</guid>
      <comments>https://guhyeon.tistory.com/92#entry92comment</comments>
      <pubDate>Fri, 3 Mar 2023 20:52:32 +0900</pubDate>
    </item>
    <item>
      <title>ESLint: Promise executor functions should not be async.(no-async-promise-executor)</title>
      <link>https://guhyeon.tistory.com/91</link>
      <description>ESLint:&amp;nbsp;Promise&amp;nbsp;executor&amp;nbsp;functions&amp;nbsp;should&amp;nbsp;not&amp;nbsp;be&amp;nbsp;async.(no-async-promise-executor)
&amp;nbsp;
뜻 : 프로미스 실행자함수들은 비동기이면 안됩니다.
아마도 promise 내에 Promise.resolve 등의 static 함수를 사용하는 경우 어떤 promise가 종료되었는지 알 수 없기 때문인 것 같습니다.
&amp;nbsp;
&amp;nb..</description>
      <category>웹</category>
      <author>코딩하는고릴라</author>
      <guid isPermaLink="true">https://guhyeon.tistory.com/91</guid>
      <comments>https://guhyeon.tistory.com/91#entry91comment</comments>
      <pubDate>Wed, 22 Feb 2023 20:09:48 +0900</pubDate>
    </item>
    <item>
      <title>Pretendard font 500, 900 이 뭐야? 설치하라는데 없어</title>
      <link>https://guhyeon.tistory.com/90</link>
      <description>pretendard font 500, 900을 locofy에서 필요하다고 에러가 발생했다.
&amp;nbsp;
폰트 파일은 있는데....

어떤걸 올려야하는거야?
&amp;nbsp;
다들 궁금해하실텐데 저 숫자는 weight입니다.
사람이 읽을 수 있는 문자로 각각 치환이 되네요
100 = Thin
200 = ExtraLight
300 = Light
400 = Regular
500 = Medum
600 = SemiBold
700 = Bold
800 = ExtraBol..</description>
      <category>웹</category>
      <author>코딩하는고릴라</author>
      <guid isPermaLink="true">https://guhyeon.tistory.com/90</guid>
      <comments>https://guhyeon.tistory.com/90#entry90comment</comments>
      <pubDate>Thu, 16 Feb 2023 20:30:56 +0900</pubDate>
    </item>
    <item>
      <title>figma에서 만든내용을 product level frontend(react,nextjs) 코드로! locofy.ai 이용시 figma 팁</title>
      <link>https://guhyeon.tistory.com/89</link>
      <description>의미있는&amp;nbsp;레이어&amp;nbsp;이름&amp;nbsp;ex)&amp;nbsp;header &amp;nbsp; 레이어&amp;nbsp;위치를&amp;nbsp;앞에&amp;nbsp;붙이기&amp;nbsp;ex)&amp;nbsp;header-help 레이어의&amp;nbsp;유형을&amp;nbsp;뒤에&amp;nbsp;붙이기&amp;nbsp;ex)&amp;nbsp;Feature&amp;nbsp;List 내용보다는&amp;nbsp;목적을&amp;nbsp;명시&amp;nbsp;ex)&amp;nbsp;Phone&amp;nbsp;Image&amp;nbsp;-&amp;gt;&amp;nbsp;Landing&amp;nbsp;Ban..</description>
      <author>코딩하는고릴라</author>
      <guid isPermaLink="true">https://guhyeon.tistory.com/89</guid>
      <comments>https://guhyeon.tistory.com/89#entry89comment</comments>
      <pubDate>Wed, 15 Feb 2023 20:52:18 +0900</pubDate>
    </item>
    <item>
      <title>웹 퍼블리셔의 종말</title>
      <link>https://guhyeon.tistory.com/88</link>
      <description>정론이고 뭐고, 시시각각 웹 생태계속에서 제가 아는 범위를 말씀드리는거라서반론이나 의견이있으면 언제나 댓글 부탁드립니다
&amp;nbsp;

&amp;nbsp;
웹 퍼블리셔가 뭘까?
우리나라에만 있는 퍼블리셔라는 직군은
편집 디자인에서 착안한 용어였습니다.
편집 디자인은 잡지나 신문 등 출판물을 디자인하는 분야입니다.
&amp;nbsp;
웹이라는게 모니터를 통해 시각적으로 보는 정보라서,
어떻게 보면 편집 디자인의 영역에 속하긴 합니다.
&amp;nbsp;
그래서인지 웹 문서의 표..</description>
      <category>웹</category>
      <category>웹퍼블리셔</category>
      <category>웹퍼블리셔전망</category>
      <category>웹퍼블리셔종말</category>
      <author>코딩하는고릴라</author>
      <guid isPermaLink="true">https://guhyeon.tistory.com/88</guid>
      <comments>https://guhyeon.tistory.com/88#entry88comment</comments>
      <pubDate>Wed, 15 Feb 2023 20:00:57 +0900</pubDate>
    </item>
    <item>
      <title>yarn Integrity check failed for &amp;quot;[mypackage]&amp;quot; (computed integrity doesn't match our records, got &amp;quot;sha512-== sha1-&amp;quot;)</title>
      <link>https://guhyeon.tistory.com/87</link>
      <description>yarn&amp;nbsp; 업데이트 이후 위와 같은 에러가 발생했다.
&amp;nbsp;
현재 상황은
내부 repository 저장소 nexus에있는 [mypackage] 모듈을 yarn을 통해 패키지를 설치하는 상황
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
결론....
&amp;nbsp;
[mypackage]를 동일버전으로 publish 했기 때문에
yarn.lock파일에 있는 버전과 맞지 않아 생긴문제.
&amp;nbsp;
yarn.lock을 제거 후 다시 설치하여 해..</description>
      <category>문제해결(Trouble shootings)</category>
      <author>코딩하는고릴라</author>
      <guid isPermaLink="true">https://guhyeon.tistory.com/87</guid>
      <comments>https://guhyeon.tistory.com/87#entry87comment</comments>
      <pubDate>Tue, 14 Feb 2023 20:06:25 +0900</pubDate>
    </item>
    <item>
      <title>prisma expressjs nodejs exceljs 파일 다운로드 기능 구현 with chat gpt (2). gpt chat에게 속았다.</title>
      <link>https://guhyeon.tistory.com/86</link>
      <description>&amp;nbsp;
2023.02.09 - [웹] - nodejs exceljs 파일 다운로드 기능 구현 with gpt chat (1)

&amp;nbsp;

nodejs exceljs 파일 다운로드 기능 구현 with gpt chat (1)
기획쪽에서 엑셀 파일 다운로드 기능이 필요하다고 합니다. csv, xlsx 어떤 확장자가 될지 모르지만 미리 기능은 준비해둬야 하는 아주 흔한 공통 개발 상황이 닥쳐왔습니다. 엑셀 파일을 다운로
guhyeon.tistory.c..</description>
      <category>웹</category>
      <category>ChatGPT</category>
      <category>expressjs</category>
      <category>nodejs</category>
      <category>prisma</category>
      <category>엑셀다운로드</category>
      <author>코딩하는고릴라</author>
      <guid isPermaLink="true">https://guhyeon.tistory.com/86</guid>
      <comments>https://guhyeon.tistory.com/86#entry86comment</comments>
      <pubDate>Mon, 13 Feb 2023 20:00:51 +0900</pubDate>
    </item>
    <item>
      <title>아들에게 2023-02-09</title>
      <link>https://guhyeon.tistory.com/85</link>
      <description>오늘도 무럭무럭 너무 열심히 자라는
망고에게
&amp;nbsp;
&amp;nbsp;
안녕 망고야
먼 훗날 나중에 네가 이 글을 보고, 아빠가 이런생각을 했구나 하고 보면 재밌을 것 같은 생각이 드네
&amp;nbsp;
오늘은 망고가 어떻게 자라고있는지 엄마랑 보러
산부인과 병원에 다녀왔어
&amp;nbsp;
그 전까지 네가 너무너무 잘자라서 우량아 예정이라
엄마에게 다이어트 권고가 내려왔단다...

&amp;nbsp;
사실 아빠도, 엄마도 우량아 출신이라서
아마 아빠가 4.2키로, 엄마는..</description>
      <category>아빠일기</category>
      <category>아들에게</category>
      <category>아빠일기</category>
      <author>코딩하는고릴라</author>
      <guid isPermaLink="true">https://guhyeon.tistory.com/85</guid>
      <comments>https://guhyeon.tistory.com/85#entry85comment</comments>
      <pubDate>Thu, 9 Feb 2023 18:02:14 +0900</pubDate>
    </item>
  </channel>
</rss>