How Instagram scaled to 14 million users with only 3 engineers
https://engineercodex.substack.com/p/how-instagram-scaled-to-14-million
https://engineercodex.substack.com/p/how-instagram-scaled-to-14-million
Engineerscodex
How Instagram scaled to 14 million users with only 3 engineers
Instagram's guiding principles and tech stack explained simply
🔥3
‘I couldn’t believe the data’: how thinking in a foreign language improves decision-making
https://www.theguardian.com/science/2023/sep/17/how-learning-thinking-in-a-foreign-language-improves-decision-making
https://www.theguardian.com/science/2023/sep/17/how-learning-thinking-in-a-foreign-language-improves-decision-making
the Guardian
How thinking in a foreign language improves decision-making
Research shows people who speak another language are more utilitarian and flexible, less risk-averse and egotistical, and better able to cope with traumatic memories
All together now: Spring Boot 3.2, GraalVM native images, Java 21, and virtual threads with Project Loom,
https://spring.io/blog/2023/09/09/all-together-now-spring-boot-3-2-graalvm-native-images-java-21-and-virtual
https://spring.io/blog/2023/09/09/all-together-now-spring-boot-3-2-graalvm-native-images-java-21-and-virtual
All together now: Spring Boot 3.2, GraalVM native images, Java 21, and virtual threads with Project Loom,
Level up your Java code and explore what Spring can do for you.
Comparing Datadog and New Relic's support for OpenTelemetry data
https://signoz.io/blog/is-opentelemetry-a-first-class-citizen-in-your-dashboard-a-datadog-and-newrelic-comparison/
https://signoz.io/blog/is-opentelemetry-a-first-class-citizen-in-your-dashboard-a-datadog-and-newrelic-comparison/
SigNoz
Comparing Datadog and New Relic's support for OpenTelemetry data
we will explore how, in both New Relic and Datadog, OpenTelemetry data is a ‘second class citizen.’
Storing UTC is not a silver bullet (2019)
https://codeblog.jonskeet.uk/2019/03/27/storing-utc-is-not-a-silver-bullet/
https://codeblog.jonskeet.uk/2019/03/27/storing-utc-is-not-a-silver-bullet/
Jon Skeet's coding blog
Storing UTC is not a silver bullet
Note: this is a pretty long post. If you’re not interested in the details, the conclusion at the bottom is intended to be read in a standalone fashion. There’s also a related blog post …
❤1
Inside New Query Engine of MongoDB
https://laplab.me/posts/inside-new-query-engine-of-mongodb/
https://laplab.me/posts/inside-new-query-engine-of-mongodb/
Nikita Lapkov
Inside New Query Engine of MongoDB
Discussion on HackerNews and Lobsters.
MongoDB has recently released a new query engine coming in version 7.0. I was one of the people working on this engine during my 2 years in MongoDB and I would like to share some technical details about it.
Disclaimer:…
MongoDB has recently released a new query engine coming in version 7.0. I was one of the people working on this engine during my 2 years in MongoDB and I would like to share some technical details about it.
Disclaimer:…
❤2
Nerd Fonts - Iconic font aggregator, glyphs/icons collection, & fonts patcher
https://www.nerdfonts.com/
https://www.nerdfonts.com/
Nerd Fonts
Nerd Fonts - Iconic font aggregator, glyphs/icons collection, & fonts patcher
Iconic font aggregator, collection, & patcher: 9,000+ glyph/icons, 60+ patched fonts: Hack, Source Code Pro, more. Popular glyph collections: Font Awesome, Octicons, Material Design Icons, and more
❤1
Kafka with Schema Registry and Avro Serialization
https://howtodoinjava.com/kafka/kafka-with-avro-and-schema-registry/
https://howtodoinjava.com/kafka/kafka-with-avro-and-schema-registry/
HowToDoInJava
Kafka with Schema Registry and Avro Serialization
Learn to integrate Kafka with Apache Avro and Schema Registry to manage the changes in Schema over time, and a demo to test this integration.
Всем любителям Альпаки - Does Alpine resolve DNS properly? (2021)
https://purplecarrot.co.uk/post/2021-09-04-does_alpine-resolve_dns_properly/
https://purplecarrot.co.uk/post/2021-09-04-does_alpine-resolve_dns_properly/
purplecarrot.co.uk
Does Alpine resolve DNS properly?
Investigations into musl libc DNS resolver used in Alpine containers
👍1
Performance Comparison of GraalJS, Javet and Nashorn
https://sjtucaocao.medium.com/performance-comparison-of-graaljs-javet-and-nashorn-7bae6925826a
https://sjtucaocao.medium.com/performance-comparison-of-graaljs-javet-and-nashorn-7bae6925826a
Medium
Performance Comparison of GraalJS, Javet and Nashorn
Javet is Java + V8 (JAVa + V + EighT). It is an awesome way of embedding Node.js and V8 in Java.
Forwarded from Аскер
"ВКонтакте" отказалась от микросервисов | ComNews
https://www.comnews.ru/content/228980/2023-09-25/2023-w39/1008/vkontakte-otkazalas-mikroservisov
https://www.comnews.ru/content/228980/2023-09-25/2023-w39/1008/vkontakte-otkazalas-mikroservisov
ComNews
"ВКонтакте" отказалась от микросервисов
Разработчики социальной сети "ВКонтакте" отказались от применения в коде микросервисов, отдав предпочтение монолитной архитектуре. Команда разработчиков считает, что микросервисы сложны в обслуживании и настройке. В то же время другие веб-архитекторы отмечают…
Blocking Visual Studio Code embedded reverse shell before it's too late
https://ipfyx.fr/post/visual-studio-code-tunnel/
https://ipfyx.fr/post/visual-studio-code-tunnel/
ipfyx.fr
Blocking Visual Studio Code embedded reverse shell before it's too late
Visual studio code tunnel Introduction Since July 2023, Microsoft is offering the perfect reverse shell, embedded inside Visual Studio Code, a widely used …
BI-инструмент от Яндекса DataLens — теперь в опенсорсе
https://habr.com/ru/companies/yandex/articles/762486/
https://habr.com/ru/companies/yandex/articles/762486/
Хабр
BI-инструмент от Яндекса DataLens — теперь в опенсорсе
Сегодня мы опубликовали на GitHub под открытой лицензией Apache 2.0 исходный код Yandex DataLens — сервиса для анализа и визуализации данных. Теперь использовать...
What is LongAdder in Java? How it works? Example Tutorial
https://javarevisited.blogspot.com/2023/09/what-is-longadder-in-java-how-it-works.html
https://javarevisited.blogspot.com/2023/09/what-is-longadder-in-java-how-it-works.html
Blogspot
What is LongAdder, AtomicLong, and LongAccumulator in Java? How it works? Example Tutorial
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.