I Don’t Solve Problems. I Reroute Systems.
A “problem” is often just outdated structure.

I don’t panic when things break. I trace patterns. I rebuild. Solutions live in system design, not struggle.

#problemsolving #systemdesign #clarity #thinking #architecture
https://bereznev.gumroad.com/l/insider
P.S. Made by a madman — Kirill Bereznev
https://bereznev.gumroad.com/l/insider

Abyss Insider Club

An exclusive club for those who explore depth, design, creation, and digital power. Join to access:• Behind-the-scenes content• My private creative journal (designs, drawings, concepts)• Deep voice notes & reflections• Insider insights from Southeast Asia & startup reality• Access to future ideas, thoughts & mental models• Telegram club (invite-only)Русскоязычные? Вы получите:• Мои голосовые заметки и дневники• Личный опыт создания бизнеса за границей• Доступ к будущим проектам, инсайтам, визуалам и стратегиямSupport me monthly and help create more.

Gumroad

I Don’t Use Pain As Excuse. I Use It As Instruction.
Pain is not the enemy. It’s the map.

Every breakdown held information. Every heartbreak — an algorithm. When I stopped complaining, I started decoding.

#pain #growth #instruction #healing #systemdesign
https://bereznev.gumroad.com/l/insider
P.S. Made by a madman — Kirill Bereznev
https://bereznev.gumroad.com/l/insider

Abyss Insider Club

An exclusive club for those who explore depth, design, creation, and digital power. Join to access:• Behind-the-scenes content• My private creative journal (designs, drawings, concepts)• Deep voice notes & reflections• Insider insights from Southeast Asia & startup reality• Access to future ideas, thoughts & mental models• Telegram club (invite-only)Русскоязычные? Вы получите:• Мои голосовые заметки и дневники• Личный опыт создания бизнеса за границей• Доступ к будущим проектам, инсайтам, визуалам и стратегиямSupport me monthly and help create more.

Gumroad
Curious about anti-corruption layers in system design? I've got you covered! Check out my video explaining this important concept and how it can improve your software architecture. Watch now: https://www.youtube.com/watch?v=2xnpHo0eXNQ #SystemDesign #SoftwareArchitecture
https://www.youtube.com/watch?v=2xnpHo0eXNQ
What is an anti-corruption layer in system design?

YouTube

Printing Money, Sharing All - Founders Podcast

#incentives #profitsharing #systemdesign

SRE в инженерии данных: профессия и ее перспективы

Всем привет! Меня зовут Александр Андреев, я старший SRE инженер данных. Сегодня я хочу рассказать о необычной, но набирающей обороты роли в области обработки данных - SRE Data Engineer: кто это такой, чем занимается, как им стать, куда развиваться и какие перспективы у этой профессии.

https://habr.com/ru/articles/911656/

#SRE #devops #dataengineer #bigdata #spark #python #scala #systemdesign #data #базы_данных

SRE в инженерии данных: профессия и ее перспективы

Всем привет! Меня зовут Александр Андреев, я SRE дата-инженер. Сегодня я хочу рассказать о необычной, но набирающей обороты роли в области обработки данных - SRE Data Engineer: кто это такой, чем...

Хабр

Как сделать Modulith в Symfony

Modulith — архитектурный стиль, при котором приложение остаётся монолитом, но код внутри разбит на модули (подпапки) по доменам. Классическая структура проектов выглядит так: ├── src ├── Command ├── Controller │ ├── Product │ └── User ├── Doctrine ├── Entity │ ├── Product.php │ └── User.php ├── Message ├── MessageHandler └── Kernel.php Структура modulith в Symfony выглядела б так: ├── src ├── Product │ ├── Command │ ├── Controller │ ├── Doctrine │ ├── Entity │ ├── Message │ └── MessageHandler ├── User │ ├── Controller │ └── Entity └── Kernel.php Разница в том, что в modulith каждый модуль (например Product, User) содержит все компоненты в своей папке, а не по всему проекту. Если нужна доработка условной корзины, вы сразу знаете где находится весь код отвечающий за корзину, меньше конфликтов при слиянии Вдобавок исчезают портянки файлов, когда открываете Entity, а там 30 файлов в столбик Часто самая большая сложность возникает у людей при конфигурации модулей. Ничто нам не мешает запихать всю конфигурацию в один общий файл, например config/services.yaml , но из-за этого файл быстро станет раздуваться, что снизит его поддерживаемость и в нем будет единая точка связности модулей. Поэтому конфигурацию модулей лучше выносить в сами модули

https://habr.com/ru/articles/911618/

#php #symfony #module #backend #systemdesign

Как сделать Modulith в Symfony

Modulith — архитектурный стиль, при котором приложение остаётся монолитом, но код внутри разбит на модули (подпапки) по доменам. Содержание Введение Конфигурация модулей DI Routing Doctrine Утилиты и...

Хабр

"Organizations which design systems (in the broad sense used here) are constrained to produce designs which are copies of the communication structures of these organizations."
— Melvin E. Conway, 1967, in How Do Committees Invent?

#governance #systems #design #webDesign #dev #software #systemDesign #IT #management #workCollectives #workCulture #simplicity #complexity #SystemsThinking

"Un système complexe qui fonctionne est toujours issu d'un système simple qui fonctionnait.
"Un système complexe conçu à partir de zéro ne fonctionne jamais et ne peut pas être modifié pour le faire fonctionner.
"Il faut repartir d'un système simple qui fonctionne."
John Gall, 1975

#livre #systèmes #MVP #design #développement #logiciel #systemDesign #IT #équipe #équipes #workCulture #simplicité #complexité

"A complex system that works is invariably found to have evolved from a simple system that worked.
"A complex system designed from scratch never works and cannot be patched up to make it work.
"You have to start over with a working, simple system."
—John Gall, 1975

cited and explained by @baldur there: https://www.baldurbjarnason.com/courses/yellow/

#book #systems #MVP #design #webDesign #dev #software #systemDesign #IT #management #productManagement #workCulture #simplicity #complexity #SystemsThinking

Yellow

Principles (or useless aphorisms) for software dev

Our May newsletter just went out, a practical guide to building infrastructure in consideration of the whole.

However you seek to do better in your world: create a compost scheme, set up solar, raise your own animals, build out a garden, or rework your home to be more efficient, this newsletter is a guide to designing your systems better.

https://rancholibertad.com/in-consideration-of-the-whole/

If you have any tips to add, feel free to leave a comment, and if you find it useful consider sharing with a friend. Paid subscribers are one way we seek to keep the Ranch afloat, so every share and dollar really counts.

Thank you all ~

#ClimateChange #DirectAction #RegenerativeAg #SystemDesign #EcoInfrastructure #CommunityDevelopment #RanchoDeLaLibertad #Regeneration #Mojave #SouthernCalifornia #JoshuaTree

In Consideration of the Whole

Holistic infrastructure design A necessary part of existence within any ecosystem is, of course, infrastructure. Somehow, water must be moved, food must be produced, shelter procured, shade and other micro-climate needs ensured, energy harnessed and utilized. While we would strive to primarily utilize existing, natural features to meet these needs,

Rancho de la Libertad