undb VS RVS_BlueThoth

Compare undb vs RVS_BlueThoth and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
undb RVS_BlueThoth
13 2
1,614 13
1.7% -
9.9 3.6
10 days ago 3 months ago
TypeScript Swift
GNU Affero General Public License v3.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

undb

Posts with mentions or reviews of undb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-18.

RVS_BlueThoth

Posts with mentions or reviews of RVS_BlueThoth. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-18.
  • How to Write a Great Readme
    14 projects | news.ycombinator.com | 18 Jul 2023
    I generally have a β€œWhat Problem Does This Solve?” section in my READMEs.

    https://github.com/LittleGreenViper/LGV_TZ_Lookup#what-probl...

    https://github.com/LittleGreenViper/LGV_MeetingServer#what-p...

    https://github.com/RiftValleySoftware/RVS_Spinner#what-probl...

    https://github.com/RiftValleySoftware/RVS_BlueThoth#what-pro...

    https://github.com/RiftValleySoftware/RVS_PersistentPrefs#wh...

    etc.

  • You don’t need to work on hard problems
    2 projects | news.ycombinator.com | 17 Aug 2021
    > I had one developer take 6 months to build a (relatively simple) top nav for a web app. This shouldn't have taken more than 1-2 weeks, even with a careful eye for detail.

    Oh, you mean "bikeshedding."

    Here's an example of the difference between basic quality, and High Quality:

    If you look at most of the repos for SPM modules in my portfolio[0], you'll see that the vast majority have test harnesses. I prefer using test harnesses[1].

    These test harnesses tend to be pretty damn robust apps. Many are "ready for app store" robust. A lot of folks would just publish them, "as is." I've been writing apps for a very long time. I'm fairly good at this.

    I can write a fairly good test harness, with full app capabilities, in less than a day. If I take the time to localize it, maybe add a day or so.

    Here's an example of some test harnesses[2]. Note that there are four of them. These represent the four different target environments for Apple (iOS/iPadOS, WatchOS, TVOS, and MacOS). I'll probably need to fork iOS and iPadOS, in the future, but we're not there, yet. A single codebase is still good for both.

    They test a Bluetooth framework[3].

    It probably took me around a week or so, to write each one. They are pretty damn good. I think they are all "App Store ready."

    I decided to actually go ahead, and create a set of apps, based on these[4], [5], [6].

    I spent well over a month, on each, after merging over the test harness codebases, to make them ready for the App Store. Lots of UX testing, removing code that only applied to testing, and adding "friendlier" user interface.

    I'm working on an app that I started about a year ago. Actually, I started it over ten years ago, if you include the two servers that I wrote, upon which it depends.

    One of the reasons that it has taken so long, is that I have truncated months of work, and tossed them in the garbage, because they were not the proper way to go. I have an "evolutionary design" process[7], that means this can happen. I plan for it. I've probably shitcanned three months' of work.

    Another thing that I do, is have an "always beta" approach to Quality. I maintain the product at "incomplete, but ship Quality" status for as much of the project as possible. In fact, I've been sharing it with the team, using TestFlight, since Oct 3, 2020 at 7:47 AM (I got that from the TestFlight metadata).

    That means that the app has been stable and robust enough for user testing, and approval for basic App Store release (TestFlight External Testing is a more relaxed standard, but try pushing out a crasher, and see how far that goes).

    I add localization support, accessibility, Dark Mode support, leak testing, etc., at every turn. It's very useful, because I can solicit immediate feedback from non-tech team members. It also means that the "basics" for App Store release are constantly being tested and validated.

    Even more useful, if we want to ask for money, it's dam easy. We just loop the person we're begging from, into the TestFlight External Tester pool, and they can run the app without a Marketing chaperone, or sacrifices to the demo gods. We can also get valuable feedback from them.

    It's really, really nice, and it has been, for many months.

    I feel like we are now at a "starting point." Even though it has been a fully-functioning, release-ready app for the last couple of months, it need the "MVP treatment," where the testing pool is expanded, and we start applying it to "in the wild" scenarios.

    Lots of companies use their customers as guinea pigs for the first several releases; usually by shoving baling-wire-and-duct-tape junk down their throats (and making them pay for it), before hitting their stride. It's a deliberate strategy. Some months ago, I read a post, here by a founder, declaring that "if you don't get physically sick at the quality of the code in your MVP, then you are spending too much time on the code quality."

    Basically, deliberately write garbage, and force it on your users.

    One of the reasons that I took on this project, was the founder is a friend of mine. He is running it as an NPO (501c3), and putting his own money into it. He doesn't really have much of it, to begin with. Also, more alarmingly, he didn't actually have a particularly good idea of what, exactly, he wanted the app to be. That's a recipe for disaster.

    He asked me to help him vet some development shops he was approaching, to realize his vision.

    It was eye-opening. He got a number of ridiculous quotes. I know what is necessary for this type of project (not small). For example, when one said that they'll deliver a full multi-server, multi-client app for MVP in three months (firm), upon getting a vague, hand-wavy requirements spec, it was hard for me to keep a straight face.

    After a few of these, I just got disgusted, and said "Screw this. I'll do it." I've been developing it for free, as a native iOS/iPadOS app.

    He has to pinch himself.

    [0] https://stackoverflow.com/story/chrismarshall

    [1] https://littlegreenviper.com/miscellany/testing-harness-vs-u...

    [2] https://github.com/RiftValleySoftware/RVS_BlueThoth/tree/mas...

    [3] https://github.com/RiftValleySoftware/RVS_BlueThoth

    [4] https://apps.apple.com/us/app/blue-van-clef-for-mobile/id151... (iOS -Includes Watch app)

    [5] https://apps.apple.com/us/app/blue-van-clef/id1529005127 (Mac)

    [6] https://apps.apple.com/us/app/blue-van-clef-for-tv/id1529181... (TV)

    [7] https://littlegreenviper.com/miscellany/evolutionary-design-...

What are some alternatives?

When comparing undb and RVS_BlueThoth you can also consider the following projects:

nocodb - πŸ”₯ πŸ”₯ πŸ”₯ Open Source Airtable Alternative

bluesnooze - Sleeping Mac = Bluetooth off

simple-blog-application-backend-challenge - Code Challenge: Simple Blog API built with TypeScript and MongoDB, using TDD, Clean Architecture, SOLID principles, and Design Patterns.

SwiftUI-Kit - A SwiftUI system components and interactions demo app

RVS_PersistentPrefs - A Simple Class For Basic Persistent Storage

SwiftLinkPreview - It makes a preview from an URL, grabbing all the information such as title, relevant texts and images.

typescript-ddd-example - πŸ”·πŸŽ― TypeScript DDD Example: Complete project applying Hexagonal Architecture and Domain-Driven Design patterns

revenut-web - SaaS metrics in a nutshell

ddd-hexagonal-cqrs-es-eda - Complete working example of using Domain Driven Design (DDD), Hexagonal Architecture, CQRS, Event Sourcing (ES), Event Driven Architecture (EDA), Behaviour Driven Development (BDD) using TypeScript and NestJS. Like what you see? Don't forget to star! ⭐ ^^^

SwifterSwift - A handy collection of more than 500 native Swift extensions to boost your productivity.

domain-driven-hexagon - Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included

MQDisplay - Testable and composable UI based on MQDo and SwiftUI. The project was made by Miquido: https://www.miquido.com/