Git

You're viewing blog posts that cotains Git tag

See all posts
5 0 3 min read

Weekend Reading #89

This week: a practical guide to 10 ADR anti-patterns with concrete examples showing how to write architecture decisions that actually help your team. Uber shares two infrastructure deep dives — making OpenSearch zone-failure resilient with isolation groups and forced shard allocation awareness, and GitFarm, a Git-as-a-Service platform that delivers full monorepo checkouts in under 500ms. And Dropbox traces the decade-long evolution of Riviera from file preview service to a universal content processing platform now powering AI ingestion at 2.5 billion requests per day.

Read full article
217K 14 37 min read

Вопросы на собеседовании для Senior C# / .NET Developer

В этой статье я собрал самые типичные и частые вопросы на собеседовании для Senior C# / .NET разработчика которые помогут вам не только подготовиться к интервью, но и улучшить свои знания по многим смежным с .NET темам.

Read full article
25.8K 0 7 min read

Branching стратегии в Git

Статья которая поможет разобраться в самых популярных branching стратегиях и сделать вам правильной выбор нужного вам Git Workflow. 

Рассматриваем в статье такие вопросы:

  • Branching & merging анти-паттерны
  • Git Flow (Feature Based Development)
  • GitHub Flow
  • GitLab Flow
  • Trunk Based Development (TBD)
 
Read full article