
DEV.to
WordPress
Medium
Hashnode
Ghost
Drupal
GitHub
Stack Overflow
Tabidoo
Airtable
Zoho Creator
Hype
Code-Free Startup
Rons WebLynx
LinkStash
Linkman
Tabidoo is a Czech low-code platform designed for creating custom business applications. Founded in 2017, it helps companies organize and manage their data once traditional spreadsheets are no longer enough. As a comprehensive and highly flexible system, it adapts to even the most demanding clients and grows with them as their business evolves and their needs expand over time.
One of Tabidooโs biggest advantages is its pricing model. Unlike most SaaS platforms, Tabidoo charges per license, not per user, starting at just 1,500 CZK. The platform also offers a freemium model โ all features are available free.
Tabidoo is used by companies of all sizes โ from small businesses to large enterprises. The platform currently powers several thousand active users, and the number continues to grow rapidly. Among its key clients are Dr. Max, The National Theatre, The General Financial Directorate, ล koda Transportation, Atelier A8000, and Direct Auto.
๐ Edit, delete, or link data across multiple applications. ๐ Share applications with other users and assign permissions individually. ๐ Create dashboards and customize widgets such as tables, charts, KPIs, summary panels, and gauges. ๐ Set up email notifications, automated workflows, and reports. ๐ Download ready-made templates and adapt them to your needs. ๐ Manage data, tasks, and processes all in one place. ๐ Switch between 30+ languages โ Tabidoo speaks your language. ๐ Transform data into clear visual infographics. ๐ Plan meetings and interviews directly within the platform. ๐ Integrate with other apps via Zapier, Make, or native API.
For more complex logic, users can customize Tabidoo further using JavaScript.
Behind Tabidoo stands a team of experienced developers โ Michal ฤumpelรญk, Pavel Hruschka, Vratislav Morkus, Jan Pinฤรกk, and Jan Zednรญk โ each with more than 20 years of experience in IT and software development.
DEV.to
TabidooTabidoo's answer:
.Net core, Mongo, Angular, RabbitMQ, Node.js....
Tabidoo's answer:
Business model. Tabidoo does not charge per user. Even in free edition (pricing plan), all the features are available forever.
Tabidoo's answer:
Tabidoo is an optimal choice for everyone, who knows how to run his business and just needs an affordable yet very good tool (IT System) to support the business. With Tabidoo, you are not forced to change the process, you are changing the system to support the process.
Tabidoo's answer:
Our main audience includes small to medium-sized businesses focused on growth, looking to improve their management practices. These businesses are motivated to leave behind outdated methods like paper and spreadsheets in favor of a single, integrated system. They value having all their data in one place, avoiding the complexity of using different systems for different tasks. Our platform caters to those seeking a simple, all-in-one solution to streamline their operations.
Tabidoo's answer:
In 2016, a team of three developers, all former team leaders, faced a new project with many mundane tasks. They decided to take a different approach to make the development process more efficient and reusable for future projects. This decision came well before the rise of the LowCode/NoCode movement.
After finishing their first project, they saw the potential of their platform and decided to offer it to both developers and non-developers. That's how Tabidoo was created.
As a mini-blog, it is a nice alternative for Medium to publish and share information about programming.
However, the community and the organization are biased toward social justice (and they are open to it). You can read its Code of Conduct, it is so vague and politically leads (I prefer a term of service because it defines fair rules for everybody). So it alienates developers that we don't care about politics in pro of people that want to talk about any other topic such as sexuality, how women are unprivileged, and such. It even mandates to use inclusive language. Good grief.
My main complaint is the quality of the community. It is not StackOverflow (so we don't want to ask for an answer here), and most of the top topics are clickbait, such as "how to become a rockstar developer in ... days", "100 tips to become a better programmer" (and it doesn't even talk about programming).
Technically this "mini blog" site allows us to use markdown, and it is okay. However, the whole experience is really basic. Even the template is ugly.
Tabidoo has really made managing data easier for me. We use it to keep track of customer contacts and their order history, which is straightforward. What I like the most is that I can quickly tweak forms and create reports as needed... It's user-friendly, which is great for everyone - from tech-savvy users to those who are less experienced. It's also super flexible, handling small and large datasets with ease. Overall, it's been smooth sailing with Tabidoo, and I'd definitely recommend it.
I've been using Tabidoo for a while now, and I'm blown away by its capabilities! For someone with no or limited coding experience, this platform has truly been a game-changer.
Firstly, the user interface is intuitive and user-friendly. I was able to dive right in and start building without any prior training. The drag-and-drop functionality makes it a breeze to create apps, and workflows. Absolutely perfect for the smaller companies, since entry level is quite easy and also the price is great! You can start with the free version and upgrade anytime!
We switched to Tabidoo when our team started to expand. The price-solution ratio/quality and practicality of processing is absolutely great from my point of view. We don't pay for users and it is the biggest benefit, I think.
Based on our record, DEV.to seems to be more popular. It has been mentiond 665 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
This is a tiny, silly personality quiz built for the DEV.to Weekend Doggos challenge. Answer questions about your Saturday mornings, your feelings on doorbells, and your ideal compliment โ and find out which dog breed you truly are today. (Not forever. Today. Check back tomorrow, you might be a different dog.). - Source: dev.to / about 3 hours ago
Verifiable only with effort. Anything touching the filesystem, package installs, CI config, database changes. Wrongness here is quiet and expensive. These get the strongest model I have and a sandboxed dry run before anything executes. I wrote a separate piece on dry-running assistant-written shell commands because this category keeps hurting people. - Source: dev.to / 2 days ago
Def _pending_leaves(comment): if not comment["children"]: if comment["user"]["username"] != ME: yield comment return for child in comment["children"]: yield from _pending_leaves(child) Def _pending_entries(comment, drafted_codes): for leaf in _pending_leaves(comment): if leaf["id_code"] in drafted_codes: continue yield { ... - Source: dev.to / 2 days ago
In part 1 I made the pitch: real-time UI in one language, no JavaScript build. Now let's build something and ship it two ways from the same source. - Source: dev.to / 9 days ago
Def pending(): try: drafted_text = open(DRAFTS, encoding="utf-8").read() except FileNotFoundError: drafted_text = "" drafted_codes = set(re.findall(r"^## (\S+)", drafted_text, re.M)) out = [] for a in api(f"/articles?username={ME}&per_page=100"): if not a["comments_count"]: continue for c in api(f"/comments?a_id={a['id']}"): if not... - Source: dev.to / 12 days ago
WordPress - WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.
Airtable - Airtable works like a spreadsheet but gives you the power of a database to organize anything. Sign up for free.
Medium - Welcome to Medium, a place to read, write, and interact with the stories that matter most to you.
Zoho Creator - Zoho Creator is a low-code application development platform that helps you build a custom, mobile-ready apps to run your business.
Hashnode - A friendly and inclusive Q&A network for coders
Hype - Using Hype, you can create beautiful HTML5 web content.