LiveStore is a next-generation state management framework based on reactive SQLite and built-in sync engine.
livestore.dev
LiveStore is a next-generation state management framework based on reactive SQLite and built-in sync engine.
livestore.dev
I treat the framework only as a binding layer between the UI and my domains, carefully crafting them to be framework-agnostic.
I treat the framework only as a binding layer between the UI and my domains, carefully crafting them to be framework-agnostic.
I think we need a mindset shift in Open Source: from 'I use it because it's free' to 'I genuinely care and want to ensure its sustainability.'
I think we need a mindset shift in Open Source: from 'I use it because it's free' to 'I genuinely care and want to ensure its sustainability.'
My biggest fear was that I would get so much inspiration at the Effect Days that I would become completely sidetracked and want to try all the new things I just learned.
Effect Days just delivered! It was such an amazing conference.
My biggest fear was that I would get so much inspiration at the Effect Days that I would become completely sidetracked and want to try all the new things I just learned.
Effect Days just delivered! It was such an amazing conference.
Today I attended my son's first parents' evening at his school. He’s just wrapped up the first half of his initial year and everything seems to be in order. His teacher mentioned that he occasionally struggles with forming some letters of the alphabet. 🧵
Today I attended my son's first parents' evening at his school. He’s just wrapped up the first half of his initial year and everything seems to be in order. His teacher mentioned that he occasionally struggles with forming some letters of the alphabet. 🧵
We talked about what it takes to build software as a "team of one" and other local-first related topics including analytics and the Apple ecosystem.
Adam Wulf (@adamwulf.bsky.social) on the evolution of Muse, life as a solopreneur and analytics in local-first applications.
Full episode links and show notes in the comments.
This piece by Ryo poetically captures the nature of my journey through the last 4 years crafting both Overtone and LiveStore.
Must read for any creative out there! 10/10
ryolu.notion.site/how-to-make-...
This piece by Ryo poetically captures the nature of my journey through the last 4 years crafting both Overtone and LiveStore.
Must read for any creative out there! 10/10
ryolu.notion.site/how-to-make-...
James Arthur (@thruflo.com) on ElectricSQL, read/write-path syncing and PGlite to run Postgres everywhere via WASM.
Full episode links and show notes in the comments.
James Arthur (@thruflo.com) on ElectricSQL, read/write-path syncing and PGlite to run Postgres everywhere via WASM.
Full episode links and show notes in the comments.
We all appreciate elegant abstractions and intuitive APIs, yet there's a common mantra warning against "overthinking" and "over-engineering". However, I believe this perspective is "overly simplistic".
We all appreciate elegant abstractions and intuitive APIs, yet there's a common mantra warning against "overthinking" and "over-engineering". However, I believe this perspective is "overly simplistic".
The goal is to share the stories of various companies and projects building production-grade applications with Effect.
I hope you like it - as always, would love to hear your feedback!
Cause & Effect Podcast with Attila Večerek – hosted by @schickling.dev
Give it a listen and let us know what you think about their approach!
www.youtube.com/watch?v=rNAq...
The goal is to share the stories of various companies and projects building production-grade applications with Effect.
I hope you like it - as always, would love to hear your feedback!
◆ Schema-aware query builder for SQLite
◆ New example app: Linearlite for Expo
◆ Type-safety improvements & bug fixes
See GitHub for early access: github.com/livestorejs
◆ Schema-aware query builder for SQLite
◆ New example app: Linearlite for Expo
◆ Type-safety improvements & bug fixes
See GitHub for early access: github.com/livestorejs
The DX is great, the vision is superb, and the sustainable development model behind the project is amazing.
Give it a try; you'll experience a fun ride!
After many months of close collaboration with the folks at @expo.dev, I'm very excited to take a big step towards launching @livestore.dev.
The creator of LiveStore is @schickling.dev (former @prisma.io) and he's opening up early access to LiveStore today! Check out his blog post for the details: expo.dev/blog/local-f...
The DX is great, the vision is superb, and the sustainable development model behind the project is amazing.
Give it a try; you'll experience a fun ride!
I have never experienced anything similar before.
I have never experienced anything similar before.
Encoding the entity type within the ID.
Product IDs get a `pro_` prefix, tenant IDs use `ten_`, and so on.
This allows me to quickly identify the type of the entity just by looking at its ID.
Encoding the entity type within the ID.
Product IDs get a `pro_` prefix, tenant IDs use `ten_`, and so on.
This allows me to quickly identify the type of the entity just by looking at its ID.
First, we could start with a thin layer that only takes care of the "controller part". This would involve the following aspects:
First, we could start with a thin layer that only takes care of the "controller part". This would involve the following aspects:
bandysc.github.io/AvaloniaVisu...
bandysc.github.io/AvaloniaVisu...
Second reaction: We'll get through it. Keep going 💪🏽
Second reaction: We'll get through it. Keep going 💪🏽
I set it up for you and guide you through the whole process. For free. No strings attached.
Might be a little bit unconventional, but I want to share my knowledge and help beginners get an introduction to this area.
I set it up for you and guide you through the whole process. For free. No strings attached.
Might be a little bit unconventional, but I want to share my knowledge and help beginners get an introduction to this area.
Curious to hear your feedback 🤗
Curious to hear your feedback 🤗
While the sentiment is true, what happens when you have actual users and your little server can't handle the workload anymore? Most cloud providers don't support scaling vertically without downtime. That said, you have to be prepared for such a situation. 🧵
While the sentiment is true, what happens when you have actual users and your little server can't handle the workload anymore? Most cloud providers don't support scaling vertically without downtime. That said, you have to be prepared for such a situation. 🧵