<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://chanhuiseok.github.io</id><title>ChanBLOG</title><subtitle>컴퓨터/IT/알고리즘 정리 블로그</subtitle> <updated>2025-01-14T00:46:50+09:00</updated> <author> <name>ChanhuiSeok</name> <uri>https://chanhuiseok.github.io</uri> </author><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="https://chanhuiseok.github.io" rel="alternate" type="text/html" /> <generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator> <rights> © 2025 ChanhuiSeok </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>[CSS] 웹뷰에서 롱프레스 시 발생하는 기본 동작들 막기(드래그, 컨텍스트 메뉴)</title><link href="https://chanhuiseok.github.io/posts/web-9/" rel="alternate" type="text/html" title="[CSS] 웹뷰에서 롱프레스 시 발생하는 기본 동작들 막기(드래그, 컨텍스트 메뉴)" /><published>2023-07-11T21:05:00+09:00</published> <updated>2025-01-14T00:46:50+09:00</updated> <id>https://chanhuiseok.github.io/posts/web-9/</id> <content src="https://chanhuiseok.github.io/posts/web-9/" /> <author> <name>ChanhuiSeok</name> </author> <category term="1.Studying" /> <category term="웹프로그래밍" /> <summary>기본적으로 모바일 웹 환경에서는 롱프레스하면 드래그할 수 있거나, 이미지를 롱프레스하면 별도 컨텍스트 메뉴가 뜨는 등의 동작이 발생하는 것을 확인할 수 있습니다. 웹뷰 개발 시 여러가지 이유로 이런 기본 동작을 막아야 하는 경우가 있는데, css로 간단하게 처리할 수 있습니다. 롱프레스 시 선택되는 드래그 방지 롱프레스 시 선택되어 드래그를 막고 ...</summary> </entry> <entry><title>[TypeScript] 타입스크립트 Utility types (2) - Partial, Required, Record</title><link href="https://chanhuiseok.github.io/posts/ts-4/" rel="alternate" type="text/html" title="[TypeScript] 타입스크립트 Utility types (2) - Partial, Required, Record" /><published>2022-05-11T23:05:00+09:00</published> <updated>2025-01-14T00:46:50+09:00</updated> <id>https://chanhuiseok.github.io/posts/ts-4/</id> <content src="https://chanhuiseok.github.io/posts/ts-4/" /> <author> <name>ChanhuiSeok</name> </author> <category term="1.Studying" /> <category term="TypeScript" /> <summary>타입스크립트 Utility types (2) - Partial, Required, Record 타입스크립트에서는 type transformation을 유연하게 도와 주는 여러 유틸리티 타입을 제공하고 있습니다. (타입스크립트 유틸리티 타입) 이번에는 타입스크립트의 Partial, Required, Pick, Record에 대해 알아보겠습니다. ...</summary> </entry> <entry><title>일렉트론(Electron) - 메인 프로세스와 렌더러 프로세스(main process, renderer process)</title><link href="https://chanhuiseok.github.io/posts/electron-2/" rel="alternate" type="text/html" title="일렉트론(Electron) - 메인 프로세스와 렌더러 프로세스(main process, renderer process)" /><published>2022-03-10T20:50:00+09:00</published> <updated>2025-01-14T00:46:50+09:00</updated> <id>https://chanhuiseok.github.io/posts/electron-2/</id> <content src="https://chanhuiseok.github.io/posts/electron-2/" /> <author> <name>ChanhuiSeok</name> </author> <category term="1.Studying" /> <category term="Electron" /> <summary>일렉트론(Electron) - 메인 프로세스와 렌더러 프로세스(main process, renderer process) (일렉트론(Electron) - 자바스크립트로 데스크톱 앱 만들기에서 이어집니다.) 일렉트론은 내부적으로 메인 프로세스와 렌더러 프로세스(main process, renderer process) 구조를 가짐을 알게 되었다. 그...</summary> </entry> <entry><title>일렉트론(Electron) - 자바스크립트로 데스크톱 앱 만들기</title><link href="https://chanhuiseok.github.io/posts/electron-1/" rel="alternate" type="text/html" title="일렉트론(Electron) - 자바스크립트로 데스크톱 앱 만들기" /><published>2022-02-16T20:50:00+09:00</published> <updated>2025-01-14T00:46:50+09:00</updated> <id>https://chanhuiseok.github.io/posts/electron-1/</id> <content src="https://chanhuiseok.github.io/posts/electron-1/" /> <author> <name>ChanhuiSeok</name> </author> <category term="1.Studying" /> <category term="Electron" /> <summary>일렉트론(Electron) 이란? 일렉트론은 Javascript(+html, css) 만으로도 여러 플랫폼에서 동작할 수 있는 데스크톱 어플리케이션을 만들 수 있게 해 주는 프레임워크이다. 자바스크립트 만으로 라는 말이 무슨 소리인지 잘 와닿지 않을 수도 있다. 좀 더 실제 예시로 들어서 말하자면, 기존에 react로 개발하던 소스 코드를 그대로 ...</summary> </entry> <entry><title>2021년 돌아보기, 2022년에 해야 할 것들</title><link href="https://chanhuiseok.github.io/posts/talk-8/" rel="alternate" type="text/html" title="2021년 돌아보기, 2022년에 해야 할 것들" /><published>2022-01-03T20:50:00+09:00</published> <updated>2025-01-14T00:46:50+09:00</updated> <id>https://chanhuiseok.github.io/posts/talk-8/</id> <content src="https://chanhuiseok.github.io/posts/talk-8/" /> <author> <name>ChanhuiSeok</name> </author> <category term="5.Talk" /> <category term="블로그 수다" /> <summary>벌써!!! 입사한 지 1년이 지났다. 작년은 업무 적응의 연속이었다.. 😂 코드 작성하는 방식에 계속 익숙해지려고 노력했는데 과연 1년의 시간을 잘 보낸게 맞을지 계속 돌이켜 보게 된다. 큰 계획을 다짐하기보다는… 모르는 부분을 채우고 그 때마다 뭔가 하는게 더 맞는 것 같다. 프론트엔드 분야는 새로운 것이 계속해서 나와서 정체되면 안 된다는 ...</summary> </entry> </feed>
