All Honey Tip

[작성자:] Youandlee

  • [Stock Tips] 5. What is Stochastic Oscillator?

    [Stock Tips] 5. What is Stochastic Oscillator?

    수정 일:

    발행 일:

    What is a Stochastic Oscillator? Stochastic, in the context of trading, refers to the Stochastic Oscillator, a popular technical indicator used by traders and analysts to measure the momentum and strength of price movements. It was developed by George C. Lane in the late 1950s. The Stochastic Oscillator compares the current closing price of an…

  • 와이파이(Wi-Fi) 속도 및 신호 세기 증폭 / 개선

    와이파이(Wi-Fi) 속도 및 신호 세기 증폭 / 개선

    수정 일:

    발행 일:

    와이파이(Wi-Fi)는 집, 회사, 가게 등 다양한 장소에서 인터넷을 빠르게 사용할 수 있게 합니다. 하지만, 가끔은 연결이 끊기거나 속도가 느려지는 현상이 발생하곤 합니다. 이러한 지연은 왜 발생하는지, 또 어떤 대처를 할 수 있을지 [와이파이(Wi-Fi) 속도 및 신호 세기 증폭 / 개선]에 대해 알아보도록 하겠습니다. 와이파이 비밀번호 찾기 – 초간단 10초 해결스타벅스 와이파이 연결 안 끊기는 방법…

  • [Stock Tips] 4. What is moving average line (MA)?

    [Stock Tips] 4. What is moving average line (MA)?

    수정 일:

    발행 일:

    What is Moving Average Line (MA Line)? A moving average (MA) line is a technical analysis tool commonly used in financial markets, including trading stocks, forex, and cryptocurrencies. It smooths out price data over a specific period of time, providing traders with a clearer picture of the overall trend and reducing the impact of short-term…

  • [기술 면접] 3. Process를 설명해주세요.

    [기술 면접] 3. Process를 설명해주세요.

    수정 일:

    발행 일:

    이전 시간에 이어서 운영체제의 기본, Process에 대해 알아보겠습니다. Process는 앞으로 나오는 내용들의 기초가 되는 핵심 개념입니다. Process가 무엇인지, 어떤 특징을 가지는지 꼼꼼하게 정리하고 넘어가시길 바랍니다. Q: Process를 설명해주세요. 프로세스란, 실행 중인 프로그램을 의미합니다. 즉, 실행파일 형태로 존재하던 프로그램이 Memory에 적재되어 CPU에 의해 실행(연산)되는 것을 프로세스라 합니다. Q: Process의 Memory 영역에 대해서 설명해주세요. 프로세스가 운영체제에서 할당받는…

  • [Stock Tips] 3. RSI and MACD strategy

    [Stock Tips] 3. RSI and MACD strategy

    수정 일:

    발행 일:

    How to combine RSI and MACD in trading Trading using the Relative Strength Index (RSI) and Moving Average Convergence Divergence (MACD) is a popular strategy among technical traders. Both indicators help identify potential entry and exit points in the market. Step-by-Step Here’s a step-by-step guide on how to trade using RSI and MACD Understand RSI…

  • [기술 면접] 3. Linked List에 관해서 설명해 주세요.

    [기술 면접] 3. Linked List에 관해서 설명해 주세요.

    수정 일:

    발행 일:

    저번 시간에 이어 Linked List는 배열과 같은 기능을 하는 것으로 보이지만, 내부 구조와 작동 방법이 다릅니다. 이번 시간엔 Linked List의 특징과 Array와 다른 점이 무엇인지 알아보겠습니다. Q: Linked List에 관해서 설명해 주세요. Node라는 구조체로 이루어져 있는데, Node는 데이터 값과 다음 Node의 address로 구성됩니다. Linked List는 물리적인 메모리상에서는 비연속적으로 저장 되지만, 각각의 Node가 다음 Node의 address를 가리킴으로써 논리적인 연속성을…

  • [Stock Tips] 2. What is MACD Indicator?

    [Stock Tips] 2. What is MACD Indicator?

    수정 일:

    발행 일:

    What is MACD? MACD stands for Moving Average Convergence Divergence, and it is a popular technical indicator used by traders to identify trend changes and generate potential buy and sell signals in financial markets. It is based on the difference between two exponential moving averages (EMAs) of an asset’s price, typically a short-term EMA and…

  • [카프카] 2. 아파치 카프카의 브로커, 클러스터, 주키퍼

    [카프카] 2. 아파치 카프카의 브로커, 클러스터, 주키퍼

    수정 일:

    발행 일:

    지난 포스팅에 이어서, 아파치 카프카(Apache Kafka)의 브로커, 클러스터, 그리고 주키퍼 등의 기본 개념에 대해 알아보겠습니다. 주키퍼는 카프카 클러스터를 운영하기 위해 필요한 Application이고 1개의 클러스터는 n개의 브로커루 구성되어 있습니다. 일반적으로 장애에 대비하여 최소 3개 이상의 브로커 서버를 클러스터로 그룹핑하여 사용합니다. 용어 설명 이해를 돕기 위해 각 용어의 간단한 설명으로 시작하고 본론에서 상세 설명을 시작하겠습니다. N개의 카프카…

  • MSA(MicroService Architecture) 전환 2편 – Toss Bank

    MSA(MicroService Architecture) 전환 2편 – Toss Bank

    수정 일:

    발행 일:

    지난 시간엔, MSA와 Monolithic 의 특징을 알아보고 Toss Bank의 “지금 이자 받기”에 대해 간략하게 말씀드렸습니다. 이번 시간엔 해당 기능이 무엇인지와 어떤 과정을 거쳐서 MSA로 전환되었는지, 좀 더 깊이 있게 탐구합니다. 우선 해당 기능의 기본적인 비즈니스 로직부터 알아보도록 하겠습니다. (※ 본문에 나오는 Code는 필자의 개인 Code, 의견인 점을 참고해주시기 바랍니다.) 지금 이자받기 Business Logic 지금 이자받기의…

  • [Stock Tips] 1. What is RSI Indicator?

    [Stock Tips] 1. What is RSI Indicator?

    수정 일:

    발행 일:

    What is Relative Strngth Index (RSI)? RSI stands for Relative Strength Index, and it is a popular technical indicator used in financial markets to assess the strength and momentum of a price trend. The RSI is plotted on a scale of 0 to 100 and is typically used for identifying overbought and oversold conditions in…