A Geek at Geek Haus
์๋ํ ํฌ ๋ธ๋๋, ๊ธฑํ์ฐ์ค(Geek Haus)๋ฅผ ์ด๋๊ณ ์์ต๋๋ค.
Courses
Reviews
- <Coding Practical English /> Master Class to Grow as a Global Developer
- <Coding Practical English /> Master Class to Grow as a Global Developer
- <Coding Practical English /> Master Class to Grow as a Global Developer
- <Coding Practical English /> Master Class to Grow as a Global Developer
- <Coding Practical English /> Master Class to Grow as a Global Developer
Posts
Q&A
6:13 ๋ถ๋ถ์ Fetch, Retrieve, Get ๋ถ๋ถ ์ง๋ฌธ์์ต๋๋ค.
Fetch, Retrieve, Get ๋ชจ๋ ๋ฐ์ดํฐ๋ฅผ "์ป๊ธฐ"์ํด ์ฌ์ฉํ๋ ๋์ฌ๋ค์ ๋๋ค๋ง, Fetch:์ผ๋ฐ์ ์ผ๋ก ์๋ฒ๋ก๋ถํฐ ๋ฐ์ดํฐ๋ฅผ ๊ฐ์ ธ์ค๋ ๊ณผ์ Retrieve:(์ฃผ๋ก ๋ฐ์ดํฐ๋ฒ ์ด์ค์์) ๋ฐ์ดํฐ๋ฅผ ๊ฒ์ํ๊ฑฐ๋ ๋ค์ ๊ฐ์ ธ์ค๋ ๊ณผ์ Get:๊ฐ์ฅ ์ผ๋ฐ์ ์ผ๋ก ์ฌ์ฉ๋๋ ์ฉ์ด๋ก, ๋ฐ์ดํฐ๋ฅผ ์ป๊ฑฐ๋ ์ ๊ทผํ๋ ๊ณผ์ ์ ์๋ฏธํฉ๋๋ค.
- 0
- 1
- 822
Q&A
1:45 ์ฏค์ Declare์ Define ์ง๋ฌธ์์ต๋๋ค.
https://stackoverflow.com/questions/20822022/whats-the-difference-between-variable-definition-and-declaration-in-javascript์ ์คํ์ค๋ฒํ๋ก์ฐ ์ง๋ฌธ ๋ต๋ณ ๋ฐ ์๋ geeksforgeeks ์ฝํ ์ธ ๊ฐ ๋์๋์ค ๊ฒ ๊ฐ์ต๋๋ค.Declaration of a variable is for informing the compiler of the following information: name of the variable and the type of the value it will hold i.e., declaration gives details about the properties of a variable. Whereas, in the Definition of a variable, memory is allocated for the variable.๋ณ์ ์ ์ธ์ ๋ณ์์ ์ด๋ฆ๊ณผ ๋ณ์๊ฐ ๋ณด์ ํ ๊ฐ์ ์ ํ์ ์ปดํ์ผ๋ฌ์ ์๋ฆฌ๊ธฐ ์ํ ๊ฒ์ ๋๋ค. ์ฆ ์ ์ธ์ ๋ณ์์ ์์ฑ์ ๋ํ ์ธ๋ถ ์ ๋ณด๋ฅผ ์ ๊ณตํฉ๋๋ค. ๋ฐ๋ฉด, ๋ณ์ ์ ์์์๋ ๋ณ์์ ๋ฉ๋ชจ๋ฆฌ๊ฐ ํ ๋น๋ฉ๋๋ค.์ถ์ฒ: https://www.geeksforgeeks.org/difference-between-definition-and-declaration/ํ๋ก๊ทธ๋๋ฐ ํ๋ฉด์๋ ์ ์์ ์ ์ธ์ ์๋ฒฝํ๊ฒ ๊ตฌ๋ถํ์ง ์์๋ ์ปค๋ฎค๋์ผ์ด์ ์ ํฐ ๋ฌด๋ฆฌ๋ ์์ง๋ง, ์ ํํ๊ฒ ์ปค๋ฎค๋์ผ์ด์ ํ๋ ค๋ฉด int a = 0; // Define a variable with initial value 0int b; // Declare a variable์ด ๋ง์ต๋๋ค.
- 0
- 2
- 269
Q&A
3๋ถ 41์ด ์ฒซ๋ฒ์ฌ ์๋ฌธ ์ง๋ฌธ์์ต๋๋ค.
์๋ ํ์ธ์?when๊ณผ if ๋ชจ๋ ๊ฐ๋ฅํ๋ฉฐ, when์ ํน์ ์กฐ๊ฑด์ด ์ถฉ์กฑ ๋์์ ๋, if ๋ ํน์ ์กฐ๊ฑด์ ๊ฐ์ ์ ์ธ ์ํฉ์ ํํํฉ๋๋ค.
- 0
- 1
- 283
Q&A
8:10 compile ์ง๋ฌธ์ ๋๋ค.
๋ฌธ์์ฃผ์ ์ ๊ฐ์ฌํฉ๋๋ค.ํ๊ตญ์ด๋ก ์ง์ญํ๋ฉด ๋ฌธ์ํ์ ํํ๊ฐ ๋ง์ผ๋, ํ์ ์คํฌ๋ฆฝํธ ๊ณต์ ํํ์ด์ง์๋ ์๋ฌธ์ฒ๋ผ ๊ธฐ์ฌ๋์ด ์์ต๋๋ค.์ฐธ๊ณ :- https://ahnheejong.gitbook.io/ts-for-jsdev/01-introducing-typescript/intro- https://typescript-site-76.ortam.vercel.app/Comile์ ํ๋์ฌ(๋ชฉ์ ์ด๊ฐ ํ์ํ ๋์ฌ)๋ก ์ฃผ๋ก ์ฌ์ฉ๋์ง๋ง, ํด๋น ์๋ฌธ์์๋ ์๋์ฌ๋ก ์ฌ์ฉ๋ ๊ฒ ๊ฐ์ต๋๋ค.์ฐธ๊ณ - https://www.quora.com/Is-it-correct-to-use-to-compile-as-an-intransitive-verb์๊ฒฉํ ํ๋ก๊ทธ๋๋ฐ ์ธ์ด์๋ ๋ฌ๋ฆฌ, ์์ด ํ๊ตญ์ด์ ๊ฐ์ ์ธ์ด๋ ๋งฅ๋ฝ๊ณผ ์ํฉ์ ๋ฐ๋ผ ์ ์ฐํ๊ฒ ์ฌ์ฉ๋ฉ๋๋ค.
- 0
- 2
- 229
Q&A
7๋ถ 50์ด ๋๋ฒ์งธ ์์ ์ง๋ฌธ์ ๋๋ค.
๋ง์ํ์ ๊ฒ์ฒ๋ผ ์ํฉ์ ๋ฌ๋ผ์ง ์ ์์ผ๋ฉฐ, ๊ฐ์ ์๋ฃ๋ด ์์์ ํด์์ ์ผ๋ฐ์ ์ธ ๋งฅ๋ฝ ์์์ ์์ด๋ง ๋ฒ์ญํ์ต๋๋ค. The client-side API call will request user data from the server. ๋ผ๊ณ ํ๋ฉด โ์๋ฒ์์โ๊ฐ ๋ง๋ ํํ์ด๊ณ , ๋ค๋ฅธ ์ํฉ์์๋ ๋ง์ํ์ ๊ฒ์ฒ๋ผ ํ๊ตญ์ด๋ก ๋ฒ์ญ๋๋ ์กฐ์ฌ๊ฐ ๋ฌ๋ผ์ง ์ ์์ต๋๋ค
- 0
- 3
- 315
Q&A
6๋ถ 47์ด์ Build ์ฒซ๋ฒ์งธ ์์ ํด์์ด ์ ๋๋ก ๋๊ฑด๊ฐ์?
๋ค ๊ทธ๋ ์ต๋๋ค.๋ง์ํ์ ๊ฒ์ฒ๋ผ, ๋์ฌ Build๋ ๋จ์ํ๊ฒ "๋ง๋ค๋ค(๊ตฌ์ถํ๋ค)"๋ผ๋ ์๋ฏธ์ "์ํํธ์จ์ด๋ฅผ ๋น๋ํ๋ค" 2๊ฐ์ง ํํ ๋ชจ๋ ์ฌ์ฉ ๊ฐ๋ฅํฉ๋๋ค :)
- 1
- 3
- 443
Q&A
6๋ถ 47์ด์ Build ์ฒซ๋ฒ์งธ ์์ ํด์์ด ์ ๋๋ก ๋๊ฑด๊ฐ์?
์๋ ํ์ธ์ ์๊ฐ์๋,๋ง์ํ์ ๋ด์ฉ์ด ๋ง์ต๋๋ค. ํด๋น ๋ถ๋ถ ์ ์ ํ ์ฌ์ ๋ก๋ ํ๊ฒ ์ต๋๋ค.
- 1
- 3
- 443
Q&A
์คํ๊ฐ ์๋ ๊ฒ ๊ฐ์์์.
์๋ ํ์ธ์? ๊ฐ์ฌ ์ฅ์งํธ์ ๋๋ค.๋ง์ํ์ ๊ฒ์ฒ๋ผ Ask the manager for confirmation ๊ฐ ๋ง๋ ๋ฌธ์ฅ์ ๋๋ค.์คํ ์ ๋ณดํด์ฃผ์ ์ ๊ฐ์ฌํฉ๋๋ค ๐ ์ํด ๋ณต ๋ง์ด ๋ฐ์ผ์ธ์.
- 1
- 1
- 264
Q&A
and prevents a huge category of runtime crashes in your apps.
์๋ ํ์ธ์! ๋ฌธ์์ฃผ์ ์ ๊ฐ์ฌํฉ๋๋ค.์ง์ญํ๋ฉด "ํฐ ๋ฒ์ฃผ์ ๋ฐํ์ ์ถฉ๋"์ด ๋๊ฒ ์ง๋ง, ์์ญ์ผ๋ก "๋ค์ํ ์ข ๋ฅ์ ๋ฐํ์ ์ถฉ๋"๋ก ํด์ํ๋ ๊ฒ์ด ๊ตญ๋ฌธ์ผ๋ก ๋ ์์ฐ์ค๋ฌ์ด ๊ฒ ๊ฐ์ต๋๋ค. ๋ฌธ์์ฌํญ ์์ผ์๋ฉด ์ธ์ ๋ ์ง ๋จ๊ฒจ์ฃผ์ธ์ :)
- 0
- 2
- 255
Q&A
๊ถ๊ธํ ์ ์ด ์์ผ์๋ฉด ์ธ์ ๋ ํธํ๊ฒ ๋ง์ํด ์ฃผ์ธ์!
์์ด์ ์ฝ๋ฉ์ ์ค๋งํธํ๊ฒ, Geek Haus: https://www.geekhaus.club/intro
- 2
- 1
- 651