home.social

#ravendb — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ravendb, aggregated by home.social.

  1. Tired of battling with ETL and vector stores for your enterprise AI? RavenDB's new database-native AI Agent Creator lets you build and deploy AI agents directly within your database, promising speed and security. Is this the end of complex AI data pipelines as we know them?

    #AIAgents #Database #SoftwareDevelopment #TechInnovation #RavenDB
    artificialintelligence-news.co

  2. 🎩 Behold the biblical-length scroll of #RSS feeds and a phone number from the #RavenDB wizard himself, selling us the magical beans of memory optimization! 🧙‍♂️ Apparently, if we just chant “rss” enough times, CPU costs will vanish into the ether! 💨✨
    ayende.com/blog/203011-A/memor #MemoryOptimization #TechMagic #CPUCosts #HackerNews #ngated

  3. 🎩 Behold the biblical-length scroll of #RSS feeds and a phone number from the #RavenDB wizard himself, selling us the magical beans of memory optimization! 🧙‍♂️ Apparently, if we just chant “rss” enough times, CPU costs will vanish into the ether! 💨✨
    ayende.com/blog/203011-A/memor #MemoryOptimization #TechMagic #CPUCosts #HackerNews #ngated

  4. 🎩 Behold the biblical-length scroll of #RSS feeds and a phone number from the #RavenDB wizard himself, selling us the magical beans of memory optimization! 🧙‍♂️ Apparently, if we just chant “rss” enough times, CPU costs will vanish into the ether! 💨✨
    ayende.com/blog/203011-A/memor #MemoryOptimization #TechMagic #CPUCosts #HackerNews #ngated

  5. 🎩 Behold the biblical-length scroll of #RSS feeds and a phone number from the #RavenDB wizard himself, selling us the magical beans of memory optimization! 🧙‍♂️ Apparently, if we just chant “rss” enough times, CPU costs will vanish into the ether! 💨✨
    ayende.com/blog/203011-A/memor #MemoryOptimization #TechMagic #CPUCosts #HackerNews #ngated

  6. I *just* started a #dotnet #aspire based experiment containing a #ravendb container and client and have as Nuget dependencies:

    12 direct, 90 indirect ones.

    If I hear one more joke about the #npm ecosystem from #dotnet folks, you deserve a batman-like slap.

  7. Пишем приложение на C#-стеке

    Всем привет! Меня зовут Дмитрий Бахтенков , и я .NET-разработчик. Сегодня мы проведем эксперимент — напишем полноценное веб-приложение с использованием решений, которые написаны на C# и платформе .NET. Больше моих статей можно прочитать в медиа вАЙТИ . Что я имею в виду? Как мы знаем, в общем случае веб-приложение состоит из бэкенда, фронтенда, базы данных и иногда из кеша. С бэкендом и фронтендом всё понятно: у нас есть замечательный фреймворк ASP.NET Core для сервера и blazor или razor pages для клиента. Однако инфраструктурные части приложения — БД, кеши — чаще всего пишутся на других, более низкоуровневых языках, таких как C и C++. К счастью, недавно Microsoft выпустила решение для кеширования — аналог Redis, который называется Garnet . В качестве основной базы данных можно использовать документную БД RavenDB , которая как раз написана на C#.

    habr.com/ru/companies/beeline_

    #aspnet_core #blazor #ravendb #garnet #кеширование #вебразработка

  8. I have Oren from #RavenDB on the #dotnet #JetBrains livestream and thought I'd see what the database's v6.0 offers.

    I wrote this #aspnetcore agenda manager application (yes, it’s a to-do app).

    #NoSQL is an excellent programming paradigm.

    Hang out next week if you're interested. youtube.com/jetbrainstv

    (Boosts are appreciated).

  9. I am dusting off my RavenDB skills to see what version 5 offers. Here, I’m getting the average age of people in two different ways: Map/Reduce and Facets.

    Anyone using #RavenDB and #dotnet currently?