Полезняшки от "Разбора Полетов"
1.43K subscribers
153 photos
16 videos
4 files
4.59K links
Полезные статьи и новости от авторов подкаста "Разбор Полетов". Единственный подкаст, где бывшие ведущие призывают к убийству бывших слушателей 🔥🔥

По всем вопросам @abashev
Download Telegram
Forwarded from Roman Meerson
Всем привет!
Немножко рекламы но полезной:)
Чуть больше чем через неделю состоиться наша ежегодная Java Online Конференция JavaOn:)
В программе много интересного про Java, Фреймворки и про многое вокруг этого!
Регистрироваться тут: https://wearecommunity.io/events/java-on-2022
А как это было в прошлом году можно посмотреть тут: https://youtu.be/I2ue3U7uqpA
👍2
Forwarded from The Art Of Programming
Kotlin like a boss — в 286 подкасте The Art Of Programming https://bit.ly/TAOP286share #Tool #Kotlin
Тугая струя нашего подкаста почти попала в цель и к нам придут разработчики ВК из команды Тарантула, рассказать как они дошли до жизни такой, есть ли жизнь у бизнес-логики внутри базы данных и как работает Java-драйвер https://www.youtube.com/watch?v=4FWZUYhqW0o
Forwarded from Denis Pavlyuchenko
кто лямбды на джаве у себя гоняет, удалось уже потестировать https://aws.amazon.com/about-aws/whats-new/2022/11/aws-lambda-snapstart-java-functions/ ? интересно, какой фидбек
Свежий выпуск подкаста с командой из Дзен https://razborpoletov.com/2022/12/episode-256.html
1
Forwarded from Denis Pavlyuchenko
там прям куча проектов начала патчи делать по этой проблеме. Интересно, что эта проблема всплыла на радарах как-то одновременно сразу у несколько фирм/продуктов

https://redhatperf.github.io/post/type-check-scalability-issue/
👍1
Forwarded from Architecture Weekly
Architecture Weekly N46

Video

Highlights

The biggest event of this week is definitely Amazon re:Invent and so far the most exciting announcement is the Amazon Lambda cold start improvement by 90%. This was the major showstopper for many services, and now no more. Another item worth noting is the start of the Advent of Code - everyday programming tasks for the whole of December.

Synthesized.io and TestContainers integration 🍼
We all love integration tests, and TestContainer is an excellent tool to set up them. However, in order to have valuable tests we want to run them against the close-to-production data. This is where a Synthesized solution comes in handy. And the good news you can now use both products combined. Check out more details in the video.


Improving Kafka client performance by 40% by cleaning up unused Topic Metadata By LinkedIn 👷‍♂️
You might wonder how empty topics can slow down a Kafka Cluster, but they actually do: metadata is still stored in ZooKeeper, the partitions polls it etc. At scale it can be significant. LinkedIn Engineering Team came up with a TopicGC service, which will monitor for empty topics and drop them. Get more details inside.

#kafka

Preparing for the Systems Design Interview 🍼
System Design interview is a common step in the hiring process in many companies. Gergely Orosz made a cool write-up half a year ago on the books, courses, prep materials and mock interview resources which can help you to prepare. I can personally help with them too 🙂

#systemdesign #course
Forwarded from pro.kong
Давно сюда не писал. Надеюсь тут ещё есть подпищики.
Тут ребята выкатила статью почему они переехали на Kong c nginx https://decentro.tech/blog/why-we-moved-from-nginx-to-kong-api-gateway/

Один highlight

> NGINX and other reverse proxy servers are simply blown out of the water by the ease of configurability and sheer dexterity that KONG provides out of the box.