Skip to main content

Creating A Lowcode Implementation For Prime React In Solvent-Lowcodr

These videos cover the basic process for creating a Lowcode implementation on the Solvent-Lowcodr platform. The first 2 video shows the process of the creation, the other videos show the prep work involved in creating your RADKit. If you have the time, watching the prep work videos then these two will give a better sense of the process.

 

Creating A Solvent Lowcodr RADKit For PrimeReact, Part-1

 


Creating A Solvent Lowcodr RADKit For PrimeReact, Part-2

 


 

The following videos show part of the prep work for creating a RADKit, the prep work mostly consist of creating the definitions for components exposed by the target component library or design system. They are worth watching even though long. They show some of the issues you might run into both as part of the usual software dev challenges and other issues related to putting the whole thing together. 

It also shows using AI CodeGen and Lowcode to create a utility that is then used to create another Lowcode solution, which is neat.

 

Prep Work For Creating A Solvent Lowcodr RADKIT For PrimeReact, Part-1

 


Prep Work For Creating A Solvent Lowcodr RADKIT For PrimeReact, Part-2

 


 

Prep Work For Creating A Solvent Lowcodr RADKIT For PrimeReact, Part-3

 


 


Comments

Popular posts from this blog

Declarative Programming With AI/LLMs

  What Is Declarative Programming Broadly speaking, there are two ways to program/instruct a computer to perform a task, they are imperative vs declarative programming. Imperative programming is what we do the most, we write all the code necessary for the computer to perform a task such that the only thing left for the computer to do is fetch and execute CPU instructions. If you are using Java,C#, Javascript...etc you are doing imperative programming. Declarative programming is a higher-order form of programming, we instruct the computer to perform a task but otherwise let it "figure out" how to do it. Declarative programming requires some sort of software based execution engine. Whereas with imperative programming our code gets compiled into some machine/byte code and then run by the CPU, declarative programming requires a layer of software that does the "magic" that allows you to use it without having to write the precise logic for completing tasks.  I would guess...

Building a Youtube video portal with AI

  In Solvent we are focused on effectively combining the following modes for authoring web apps: Code-Centric Lowcode/No code AI CodeGen/Assist In this post we are going to showcase app authoring degrees-of-freedom as a requirement for fully realizing the benefits of combining these modes/perspectives. Demo: building a video portal Our prompts : Video walk-through Part 1:   Video walk-through Part 2:   Video portal live : Built with combined modes of Lowcode/No code, Code-Centric, AI CodeGen/Assist.  

Combining Code-Centric,Low code/No code and AI CodeGen Perspectives.

  In Solvent we are focused on effectively combining the following modes for authoring web apps: Code-Centric Lowcode/No code AI CodeGen/Assist In this post we are going to touch on and showcase degrees of freedom as a requirement for fully realizing the benefits of combining these modes/perspectives. Degrees of freedom Degrees of freedom as meant here refers to the flexibility of actions a user/worker has when trying to complete a given task. The more complex a task is, the more a user/worker benefits from having  higher degrees of freedom. Think of a construction worker working on a large building. When they are working on the ground floor, they typically have the most degrees of freedom, as they climb to higher floors, they lose more degrees of freedom. They have a number of options at their disposal with different profiles for gaining degrees of freedom:   The Ladder If they use a simple ladder, they have the least degrees of freedom, meaning they have to climb to eve...