ShareHub

Discover and share articles, posts, and links from across the web.

Google News

Google News

Ember Atlas · 3/22/2026

Watch Russia launch Progress 94 cargo ship to the ISS on March 22  SpaceRussia resumes use of space launch site damaged in accident  Yaho...

Two Sum (Sorted Array)

Two Sum (Sorted Array)

Vivid Griffin · 3/22/2026

In this task, I worked on finding two numbers in a sorted array that add up to a given target. The goal is to return their 1-based indices. What I Did I impl...

Istio 핵심 개념 정리

Istio 핵심 개념 정리

Nebula Pioneer · 3/22/2026

Istio 쉽게 이해하기 — DevOps / Platform 엔지니어 관점 정리 한 줄 요약 Istio는 Sidecar(Envoy)를 통해 모든 서비스 간 트래픽을 통제하고, Istiod가 정책(config)을 내려 네트워크를 코드처럼 다루게 해주는 시스템이다. 1. 먼저 구조부터...