From b8eb82a8293090ecea9954aeb6c28cfe9c34aa07 Mon Sep 17 00:00:00 2001
From: dev-jonghoonpark
이 부분은 내용이 길어지므로 별도의 포스트로 정리한다. 이 부분은 내용이 길어지므로 별도의 포스트로 정리한다.
modifier 관련된 부분들은 아래 내용에서 이어지는 글입니다. https://jonghoonpark.com/unit-test-style 아래 내용에서 이어지는 글입니다. https://jonghoonpark.com/unit-test-style 6장 단위 테스트 스타일 아래 내용에서 이어지는 글입니다. https://jonghoonpark.com/unit-test-style 6장 단위 테스트 스타일 아래 내용에서 이어지는 글입니다. https://jonghoonpark.com/unit-test-style 6장 단위 테스트 스타일 참고로 실행 환경은 ubuntu 이다. 사용을 위해 설치가 필요한 항목들이 좀 있다 사용을 위해 설치가 필요한 항목들이 좀 있다 playwright python으로 백업본을 생성시키고 위에서 언급한대로 위에서 언급한대로 대부분의 사이트는 user-agent 와 referer 를 잘 설정해주면 크게 문제없이 접근이 가능하다. 시스템 컴포넌트
[Jetpack Compose] nestedScroll connection 을 이용하여 스크롤 시에
AppTopBar를 사라졌다 보였다 하게 하기
에서 작업된 부분이다.
diff --git a/_posts/2023-07-12-unit-test-style-comparison.html b/_posts/2023-07-12-unit-test-style-comparison.html
index 058e7f9..d36902a 100644
--- a/_posts/2023-07-12-unit-test-style-comparison.html
+++ b/_posts/2023-07-12-unit-test-style-comparison.html
@@ -26,7 +26,7 @@
2. 단위 테스트 스타일 비교
diff --git a/_posts/2023-07-13-functional-architecture.html b/_posts/2023-07-13-functional-architecture.html
index dd1d275..8dac929 100644
--- a/_posts/2023-07-13-functional-architecture.html
+++ b/_posts/2023-07-13-functional-architecture.html
@@ -23,7 +23,7 @@
https://jonghoonpark.com/unit-test-style-comparison
6장 단위 테스트 스타일 - 스타일 비교3. 함수형 아키텍처 이해
diff --git a/_posts/2023-07-15-transitioning-to-functional-architecture-and-output-based-testing.html b/_posts/2023-07-15-transitioning-to-functional-architecture-and-output-based-testing.html
index b66bcc4..f828082 100644
--- a/_posts/2023-07-15-transitioning-to-functional-architecture-and-output-based-testing.html
+++ b/_posts/2023-07-15-transitioning-to-functional-architecture-and-output-based-testing.html
@@ -24,7 +24,7 @@
https://jonghoonpark.com/unit-test-style-comparison
https://jonghoonpark.com/functional-architecture
6장 단위 테스트 스타일 - 스타일 비교
https://jonghoonpark.com/functional-architecture
diff --git a/_posts/2023-07-15-understanding-the-drawbacks-of-functional-architecture.html b/_posts/2023-07-15-understanding-the-drawbacks-of-functional-architecture.html
index acdb61c..3c41f5b 100644
--- a/_posts/2023-07-15-understanding-the-drawbacks-of-functional-architecture.html
+++ b/_posts/2023-07-15-understanding-the-drawbacks-of-functional-architecture.html
@@ -24,7 +24,7 @@
https://jonghoonpark.com/unit-test-style-comparison
https://jonghoonpark.com/functional-architecture
https://jonghoonpark.com/transitioning-to-functional-architecture-and-output-based-testing
6장 단위 테스트 스타일 - 스타일 비교
6장 단위 테스트 스타일 - 함수형 아키텍처
6장 단위 테스트 스타일 – 함수형 아키텍처와 출력 기반 테스트로의 전환
diff --git a/_posts/2023-07-24-dcinside-crawling-using-playwright-python.html b/_posts/2023-07-24-dcinside-crawling-using-playwright-python.html
index 5560b94..905ff2c 100644
--- a/_posts/2023-07-24-dcinside-crawling-using-playwright-python.html
+++ b/_posts/2023-07-24-dcinside-crawling-using-playwright-python.html
@@ -55,7 +55,7 @@ 구현 방식 고민
서버는 oracle cloud 를 사용하였는데
개인적인 용도로 서버가 필요할 때 oracle cloud의 무료 인스턴스가 정말 좋다.
주변 사람들에게 적극 추천하고 있다.
기본 세팅은 https://jonghoonpark.com/use-playwright-in-google-colab 를 참고하면 좋을 것 같다.
기본 세팅은 Google Colab에서 Playwright 사용하기 를 참고하면 좋을 것 같다.
백업본이 생성 될 때마다 telegram 으로 전달을 해주고 볼 수 있도록 하도록 해보자 생각을 하였다. telegram bot 생성해주기
playwright 구현하기
-
https://jonghoonpark.com/use-playwright-in-google-colab
이 세팅을 기반으로 한다.
필요한 것들을 설치해주자.
Google Colab에서 Playwright 사용하기
이 세팅을 기반으로 한다.
필요한 것들을 설치해주자.
https://jonghoonpark.com/identifying-the-code-to-refactor
+7장 가치 있는 단위 테스트를 위한 리팩터링 - 리팩터링할 코드 식별하기
에서 이어지는 글입니다.
diff --git a/_posts/2023-08-08-handling-conditional-logic-in-controller.html b/_posts/2023-08-08-handling-conditional-logic-in-controller.html index 7bb54b8..cc57bb7 100644 --- a/_posts/2023-08-08-handling-conditional-logic-in-controller.html +++ b/_posts/2023-08-08-handling-conditional-logic-in-controller.html @@ -21,10 +21,10 @@https://jonghoonpark.com/identifying-the-code-to-refactor
+7장 가치 있는 단위 테스트를 위한 리팩터링 - 리팩터링할 코드 식별하기
-https://jonghoonpark.com/refactoring-toward-valuable-unit-tests
+에서 이어지는 글입니다.
diff --git a/_posts/2023-08-21-build-linux-kernel-from-macbook-pro-m1.html b/_posts/2023-08-21-build-linux-kernel-from-macbook-pro-m1.html index e5cb97b..773a6f7 100644 --- a/_posts/2023-08-21-build-linux-kernel-from-macbook-pro-m1.html +++ b/_posts/2023-08-21-build-linux-kernel-from-macbook-pro-m1.html @@ -23,12 +23,7 @@
이번 범위는 1~2장 이였는데
- 발표자료는
- 여기에 올려두었다.
+ 발표자료는 여기에 올려두었다.
2장 뒷 부분에는 리눅스 커널 빌드에 대해 설명하는 부분이 나온다.