Two-Year Reflection on Methodox and the Development of Divooka
Two years of Methodox: a recap of the past year, what we've done, what we've learned, and the road ahead.
Visual programming for everyone.
Two years of Methodox: a recap of the past year, what we've done, what we've learned, and the road ahead.
Divooka is built around node graphs as executable documents. Instead of writing sequential code, developers construct graphs of nodes, where each node represents a unit of computation or data. This graph-based approach supports both dataflow-oriented and procedural-oriented paradigms.
As AI reshapes how we think about coding, we're asking a different question: What if programming itself evolves? At Methodox, we explore this shift through Divooka—a visual programming approach built for clarity, creativity, and post-AI productivity.
To put it more concretely, the difference lies in quality control. As someone with an engineering background, I'm not particularly gifted at self-promotion. What I can do - and do most naturally - is focusing on making a good product. Some friends have asked where the motivation comes from....
We have made the first public release of Divooka, our visual programming language, and you can try it now at Methodox storefront on Itch IO.
In this article, we take a look at one emerging pattern that provides a straightforward and compact way to configure services. Generally speaking, when a function expects many inputs, the most straightforward way is to directly expose those on the node. However, this quickly makes the node...
We will be using WordPress for official blogs, guides and everything Divooka while working on a better and more integrated Methodox website!
Even if AGI arrives soon, human programmers remain essential for building, customizing, and maintaining truly effective software solutions. While AI tools can generate boilerplate code or assist with repetitive tasks, it’s still the creative, critical thinking of skilled developers that ensures...
As AI takes on a larger role in automating code generation, low-code and visual programming are poised to redefine software development. By harnessing visual design tools, developers and non-developers alike can collaborate more effectively, creating software that is more intuitive,...
Divooka by Methodox Technologies is a powerful visual programming platform that grows with learners, offering an easy-to-use interface for beginners while providing advanced features for more experienced coders. It's a tool that takes students from their first steps in programming to real-world...
When considering the implementation of Domain-Specific Languages (DSL) and the challenges posed by traditional microservices architecture, Divooka emerges as a powerful and extensible visual programming platform. Integrating C# and Python, Divooka provides a low-cost, low-overhead solution for...
Subgraphs are a vital ingredient in visual programming platforms, enabling the breakdown of complex tasks into manageable components, enhancing abstraction, readability, and collaboration. Divooka supports both document referencing and embedded subgraphs, providing flexibility for different...
Efficient sharing in visual programming is crucial for rapid iteration and creative problem-solving, yet existing platforms often struggle with reusability and accessibility due to technical dependencies and organizational challenges. Divooka addresses these issues by offering a flexible,...
'Choosing the right low-code, no-code, or process automation platform involves evaluating scalability, integration, customization, and user-friendliness. Divooka by Methodox Technologies excels with its modular architecture, seamless C# and Python integration, and intuitive interface, supporting...
Creating a general-purpose visual programming platform is challenging due to the need for balancing accessibility, versatility, and scalability while overcoming technical hurdles like complex logic representation and performance optimization. It's more of an art than engineering problem. This...