RavenDB

3K posts

RavenDB banner
RavenDB

RavenDB

@RavenDB

AI-native NoSQL database. Multi-model. Fast queries, zero hassle. Build smarter apps today → https://t.co/a6iRwDZjkW

Worldwide เข้าร่วม Temmuz 2011
524 กำลังติดตาม2.2K ผู้ติดตาม
RavenDB
RavenDB@RavenDB·
We’ve redesigned the RavenDB Setup Wizard to focus on the dev experience: ✅ Integrated license generation ✅ Smart progress tracking ✅ Real-time error validation Read the #UX journey: bit.ly/4r5ktms
RavenDB tweet media
English
0
0
1
86
Thomas Trimoreau
Thomas Trimoreau@TTrimoreau·
Which database are you using for your product? -Supabase -Postgres -Firebase -MongoDB I personally use Supabase for my project
English
398
7
299
34.6K
RavenDB
RavenDB@RavenDB·
@SumitM_X The plan isn’t “break isolation” or “ship nothing.” It’s admitting that dashboards are read problems and treating them as such. Write paths stay isolated. Read paths evolve. That’s usually the missing piece.
English
0
0
0
3
SumitM
SumitM@SumitM_X·
Each microservice owns its database. Now the business asks for a real-time dashboard requiring joins across multiple services. Your non technical manager asks you to do it in 1 sprint without breaking service isolation? What's your plan ?
English
48
15
242
51.8K
RavenDB
RavenDB@RavenDB·
@kristijan_kralj The unspoken part: shiny infrastructure doesn’t save weak foundations. It just lets you fail faster and at a larger scale. Boring, well-understood systems are what actually make teams productive.
English
0
0
0
5
Kristijan Kralj
Kristijan Kralj@kristijan_kralj·
The most powerful lesson I learned from working on 5 enterprise .NET projects: Solid engineering foundations over shiny infrastructure. Every successful .NET system I've seen shared the same patterns: * Tests that teams trust and run every day * Strong security awareness during development * Refactoring and improving the code continuously * CI pipelines that fail fast and stop broken code early * Clear boundaries between business logic and infrastructure * Architecture decisions written down so everyone understands why things look the way they do Weak foundations turn every change into a risk. Strong foundations make scaling boring. And boring and predictable is exactly what you want in production.
Kristijan Kralj tweet media
English
4
0
4
325
RavenDB
RavenDB@RavenDB·
Still riding the @TechEx_Event energy where we met amazing fans and announced our newest release! 🚀 Hear CMO Ariel Sternfine on RavenDB 7.2. Thanks to everyone who took part and until we meet again, be sure to check out what’s new in 7.2: ravendb.net/why-ravendb/wh…
English
0
0
1
83
RavenDB
RavenDB@RavenDB·
@univ_sc79925 That awkward moment when your query returns a '404: Meaning of Life Not Found.
English
0
0
0
2
RavenDB
RavenDB@RavenDB·
@nonlinear_james @JetBrainsRider As for the 'flakiness,' we take that seriously. We've worked closely with the community to ensure that when you move from the IDE into production, the engine is rock solid. If the tools are getting in your way, we'd love to help you clear that cache and get back to building.
English
0
0
1
13
Non-Linear
Non-Linear@nonlinear_james·
But is it more stable? I'm sitting looking at a solution with errors everywhere because Rider just spontaneously stopped being able to identify Linq/DynamicLinq/RavenDb Linq extension methods for the 50th time this month. And that's just the start of the flakiness which @nickchapsas has mentioned.
English
3
0
5
282
JetBrains Rider
JetBrains Rider@JetBrainsRider·
Rider 2026.1 EAP 4 Is Out! Rider now supports working with single-file C# programs, allowing you to create quick scripts, prototypes, and one-off tools written as a single C# file. For more information check out the release notes on our website 👉 jetbrains.com/rider/nextvers…
JetBrains Rider tweet media
English
4
10
90
5.9K
RavenDB
RavenDB@RavenDB·
@nonlinear_james @JetBrainsRider It sounds like you're fighting IDE indexing, not the database engine. When Rider or VS lose track of Linq extensions, it’s usually a local tooling/cache conflict—frustrating for sure, but a different beast than database stability. @nonlinear_james
English
1
0
0
28
John Stepek
John Stepek@John_Stepek·
Have to say this accords with my gut feeling about AI, though I fully acknowledge that it's little comfort for those working in the areas most disrupted by this new "tool". (Note, Affleck uses some sweary words - typical Hollywood type! - so maybe wait until after the watershed)
Katyayani Shukla@aibytekat

As a guy who works in tech, is building with AI, and writes a weekly newsletter on the topic, I can't explain as well as Ben Affleck. How is that possible?

English
16
4
28
11.3K
RavenDB
RavenDB@RavenDB·
@genxi_io Thanks for the shout-out. We're glad to be the foundation for your next big thing! @genxi_io
English
0
0
0
1
GenXi
GenXi@genxi_io·
Discover how RavenDB blends performance, flexibility, and security to simplify database management for developers and businesses alike, redefining what a modern database can deliver. genxi.io/blogs/ravendb-…
English
2
0
0
8
RavenDB
RavenDB@RavenDB·
@genxi_io That’s exactly the goal: making the 'redefinition' feel like standard operating procedure. Modern databases shouldn't force a choice between speed and safety. By moving the complexity into the engine, we ensure the developer's only job is to build, not to babysit.
English
0
0
0
1
RavenDB
RavenDB@RavenDB·
@Mr_Pratap_Singh When the database handles its own indexing and security boundaries, you're finally free to focus on the actual product. Strategy shouldn't have to wait for a DBA. Happy building! 🐦‍⬛😉
English
0
0
0
2
Pratap
Pratap@Mr_Pratap_Singh·
Ever felt stuck building a system because your database just wouldn't keep up? I did — spent days tuning and tweaking just to get decent speed without losing flexibility or security. Then I tried RavenDB. Built a whole feature in 10 minutes that used to take DAYS. No crazy manual tuning, no compromises on safety. It’s crazy how this makes all those “fast but rigid” or “secure but slow” databases look totally obsolete. Why are we still settling for systems that block strategy instead of enabling it? #DatabaseStrategy #RavenDB #TechThatWorks
English
2
0
1
19
RavenDB
RavenDB@RavenDB·
@Mr_Pratap_Singh That '10-minute feature' isn't luck—it's what happens when you stop fighting your infrastructure. Most databases force you to choose between performance and safety. We chose to move the complexity into the engine so it doesn't end up on your plate.
English
0
0
0
3
RavenDB
RavenDB@RavenDB·
@Pavan_Kumar_Pal We also trade 'immediate consistency' for 'instant reads' by shifting the work to background indexing. We built a guardrail, not a sandbox. It’s a trade-off that favors performance over emergency calls. Nice to meet you! 🐦‍⬛😉
English
0
0
0
2
Pavan Pal
Pavan Pal@Pavan_Kumar_Pal·
While RavenDB's approach sounds promising, it's essential to consider how these three elements can sometimes conflict in real-world application. What are the trade-offs in specific scenarios?
English
2
0
2
24
Pavan Pal
Pavan Pal@Pavan_Kumar_Pal·
What if your database didn’t force you to choose between speed, flexibility, and security? Most settle for two at best. RavenDB breaks the rules—delivering all three without compromises. Missing this means settling for less in your entire strategy.
English
8
0
2
53
RavenDB
RavenDB@RavenDB·
@Pavan_Kumar_Pal "In systems design, there’s no free lunch, only a choice of which problems you want to have. RavenDB trades 'ad-hoc spontaneity' for production stability. We won't let you run an un-indexed table scan that crashes your server at 3 AM.
English
0
0
0
5
Isabel Rogan
Isabel Rogan@rogan_isabel·
Lowering the barriers databases place in the way of strategy, with RavenDB dlvr.it/TQbPzS
English
1
1
3
9