Skip to main content

5 posts tagged with "dev"

View All Tags

How to create a nextjs + mongoDB SaaS fully self-hosted

· 7 min read
Lucas Sovre
Software architect, Docker certified expert, cloud and devsecops .

I wanted to build a SaaS that allow users to view, edit and share docker-compose files easily. If you don't know anything about docker, that's totally okay. This article is focused about the stack behind the SaaS.

So, my needs where :

  • A user system
  • Somes analytics
  • A blog sytem
  • A documentation system
  • A database that allow me to quickly try new things
  • The stack has to be self-hostable easily

How i have integrated react-flow with complex deep nested object data manipuation

· 4 min read
Lucas Sovre
Software architect, Docker certified expert, cloud and devsecops .

This article is the following of the article "How to create a nextjs + mongoDB SaaS fully self-hosted"

We will mainly focus on how does the magic happen inside the NextJs App ?

The requirements :

What we want to build is a nodal GUI handler for docker-compose data handling.

From this product need we can extract somes technicals answers :

  • We need a good data handling of docker-compose
  • We need a tool to help us with the nodal GUI
  • We need a state management sytem that allow us complex deep nested object mutations, in an efficient way.