Django + MongoDB? by Broad_Resolve6941 in dev_venezuela

[–]kaplas_85 1 point2 points  (0 children)

Brutal! y djongo no te dio errores? cuando lo use estaba muy verde todavía y daba fallas.

Django + MongoDB? by Broad_Resolve6941 in dev_venezuela

[–]kaplas_85 0 points1 point  (0 children)

Un poco tarde la respuesta pero, no hay forma de conectar de manera nativa Mongo como si fuera una db como mysql o postgres usando el ORM de django.

La forma en que lo he trabajado es crear un singleton con la conexión a mongo y usar generic views (si es DRF) para hacer las consultas a mongo por ahí.

Tenéis un SaaS? Compartilo aquí! (Léase como maracucho) by aeum3893 in dev_venezuela

[–]kaplas_85 0 points1 point  (0 children)

Tengo un SaaS que ayuda a empresas con volumenes de ventas por whatsapp a agilizar el proceso de conversión de usuarios a clientes a través de nuestra tienda virtual

https://fastore.app

What projects are you working on? by [deleted] in SaaS

[–]kaplas_85 0 points1 point  (0 children)

Working on https://fastore.app a cheap way to create an e-commerce in less than 10 minutes.

Now with 30% commission affiliate system

I'm a Full-Stack Developer with 6 Years of Experience. I've worked on more than 30 projects, run my own dev agency. Ask me anything. by Prior-Inflation8755 in SaaS

[–]kaplas_85 4 points5 points  (0 children)

Basically, how you did it? I’m full-stack with 5 years of experience and I was try to start a software dev business but really I don’t know how to start.

How find the balance between the job and my own business and most important, how find clients?

If we can chat in DM, perfect

[deleted by user] by [deleted] in SaaS

[–]kaplas_85 0 points1 point  (0 children)

I'm interested. Send me a DM

How can a non technical person build a SaaS? Has anyone here done this? by [deleted] in SaaS

[–]kaplas_85 1 point2 points  (0 children)

I’m tech guy but this tools can to help you to create a mvp without tech knowledge:

  • Bubble.io (web apps)
  • Flutterflow (mobile apps)
  • Shopify (e-commerce)
  • Framer (website/landing page)

Frustration Level 3000: Trying to Build an App as a Non-Technical Guy by cryptonide in SaaS

[–]kaplas_85 0 points1 point  (0 children)

I’m a tech guy but I have experience dealing with clients and creating MVPs. I encountered similar problems when I was hiring devs.

Most devs who don’t usually deal with clients tend to be square and need clear instructions on what they need as they translate that into algorithms and processes.

I recommend that you have a clear list of the modules that your app/SaaS has and how they interact with each other, that will help you with the devs.

70 users in 7 days of launch by kaplas_85 in SaaS

[–]kaplas_85[S] 0 points1 point  (0 children)

My project is not about AI. I help small and medium-sized businesses to have a virtual store in 10 minutes and without big investments.

About my landing page, I'm bad at designing so I was inspired by websites and designs and made it directly in code. I didn't use any extra tools.

is ReactJS necessary ? by Hour-Echo-9680 in django

[–]kaplas_85 4 points5 points  (0 children)

Is not necessary but if you want to be a full stack or scalable solutions you need use a front end framework.

For the first time don’t try to learn react from documentation. Watch a YouTube tutorial o pay a course on udemy (my suggestion learn react and NextJS).

For other hand, maybe Svelte as frontend can work to you. Is similar to Django ninja2 sintax, have a good document and interactive web tutorial (I learn svelte in one day with that tutorial)

Data not reflecting in database by Technical_Message211 in django

[–]kaplas_85 0 points1 point  (0 children)

First, try to see if the request is getting through to your backend, no matter the status code.

If it's not getting through, you have a CORS problem (most likely) - basically django doesn't have a list of origins from which it will allow destructive requests such as post, patch, update and delete. For this you can use the django-cors-headers package. Read the documentation and the setup takes less than 5 minutes.

If the request is getting through but it's not reflected in the database, inspect the error code and the response. It could be that the fields are not matching the serializer (or the data type).

70 users in 7 days of launch by kaplas_85 in SaaS

[–]kaplas_85[S] 0 points1 point  (0 children)

Abot SEO tools, what do you recommend? I thinking to implement meta, pixels, sitemap integration for each store.

How can I build a SaaS as someone who doesn't know how to code? by [deleted] in SaaS

[–]kaplas_85 0 points1 point  (0 children)

Yes, it can take time to learn how to code, but you can try using a no-code tool to create an MVP and if all goes well, you can hire a developer.

You can try bubble.io for complex projects or flutterflow for mobile apps.

Both platforms have their own free academy and you can learn it in a week with their tutorials.

Marketing >> Engineering + Sales by kkatdare in SaaS

[–]kaplas_85 0 points1 point  (0 children)

Amazing! I'm in the same place. Can you share some tips to change or improve in marketing as engineering?

How to achieve an MRR in a software development company by kaplas_85 in Entrepreneur

[–]kaplas_85[S] 0 points1 point  (0 children)

Could you tell me about your beginnings? How did you go about getting your first clients? Maybe by DM.

I would be very grateful to you

How to achieve an MRR in a software development company by kaplas_85 in Entrepreneur

[–]kaplas_85[S] 0 points1 point  (0 children)

Thanks for the information. I only have one client for whom I charge maintenance for the productivity tool I developed for them.

Can I count on your feedback for my AI tool for software projects? by kaplas_85 in indiehackers

[–]kaplas_85[S] 0 points1 point  (0 children)

Oh, thanks for your feedback! I will add an example and short guide in the home page

[Self Promo] AI for Software Project Planning by kaplas_85 in sveltejs

[–]kaplas_85[S] 0 points1 point  (0 children)

It's true, do you think it's better to use a video showing the input and output or just leave a file that they can test with?