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.
ClickHouse Keeper: A ZooKeeper alternative written in C++
https://clickhouse.com/blog/clickhouse-keeper-a-zookeeper-alternative-written-in-cpp
https://clickhouse.com/blog/clickhouse-keeper-a-zookeeper-alternative-written-in-cpp
ClickHouse
ClickHouse Keeper: A ZooKeeper alternative written in C++
Read about why we built a resource-efficient alternative for Zookeeper from scratch in C++, what our next big step with it is, and how you can join the Keeper community.
🔥1
Forwarded from Zavtracast (Dmitriy Zombak)
На стриминге "Окко" вышел документальный сериал "История российских компьютерных игр", там интервью с Пажитновым ("Тетрис"), Савюком (приставка Dendy), автором Color Lines, Олегом Медоксом (Ил-2 Штурмовик) и другими. Все серии вышли сегодня.
@zavtracast
@zavtracast
YouTube
Сериал «История российских компьютерных игр» | Официальный трейлер
А вы знали, что известную во всём мире игру «Тетрис» придумал российский программист? Он, Алексей Пажитнов, среди героев этого документального сериала, а также: Виктор Савюк, создатель приставки «Денди», Евгений Сотников, автор Color Lines, Олег Медокс, «отец»…
👍1
Notes to self on Woodpecker-CI
https://jpmens.net/2023/09/22/notes-to-self-on-woodpecker-ci/
https://jpmens.net/2023/09/22/notes-to-self-on-woodpecker-ci/
jpmens.net
Notes to self on Woodpecker-CI
It’s been six years since I first looked at Gitea, and I have only now begun looking at implementing continuous integration (CI) with it.
Gitea’s Actions didn’t convince me when I toyed with them,...
Gitea’s Actions didn’t convince me when I toyed with them,...
GitHub Actions could be so much better
https://blog.yossarian.net/2023/09/22/GitHub-Actions-could-be-so-much-better
https://blog.yossarian.net/2023/09/22/GitHub-Actions-could-be-so-much-better
blog.yossarian.net
GitHub Actions could be so much better