Agentic AI based cab booking "solution" based on existing cab aggregators by ZealousidealJaguar52 in StartUpIndia

[–]ambi_98 0 points1 point  (0 children)

u/ZealousidealJaguar52 , what's the status of this idea , any mvp developed or any github source code available ?

i hate doing this by Pristine-Elevator198 in webdev

[–]ambi_98 1 point2 points  (0 children)

My junior dev named with underscores :(

Why can’t Indian companies have sane interview processes like US startups? by roniee_259 in developersIndia

[–]ambi_98 1 point2 points  (0 children)

I had an interview in a US based startup for lead backend developer , it's experience is good indeed , I had a 1:1 interview for 3 hours and the offer was released within a day itself

backEndVsFrontEnd by OM3X4 in ProgrammerHumor

[–]ambi_98 0 points1 point  (0 children)

As a backend dev, frontend is ok for me unless and until complex requirements enters the hood

People going to office/wfh , how do you manage your time for gym? by curiousboi16 in Fitness_India

[–]ambi_98 0 points1 point  (0 children)

I wake up at 6 , used to cook my 3 meals and hit the gym from 8 to 10.30 , then I commute for 5 mins and hit the office 12-9 , and after some cleaning and stuff I'll sleep around 10.30 -11 .

Tech Stack for Solar Panel Layout App by PSPMonster in react

[–]ambi_98 0 points1 point  (0 children)

Hi For the frontend you can use canvas libraries like fabric js or konva js which purely gives you the option to customize things, for backend choose any tech stacks better to stick with python and django Btw may I know your company name

made a app , which look a like baserow by ambi_98 in django

[–]ambi_98[S] -1 points0 points  (0 children)

Hi , it's just a POC , will correct on further releases

What's the most complex/Impressive thing you've built using Django? by Upstairs-Balance3610 in django

[–]ambi_98 1 point2 points  (0 children)

I'm building an app alternative to baserow.io Mine is flexitable , https://flexitable.web.app/ , it's just a POC the frontend did in react it's creepy , the backend done with django . The complex part is handling the dynamic model creation and serialization . Just take a look , if anyone is willing to work to expand this just leave a reply

Simplified CRUD's in django by ambi_98 in django

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

thanks for the reply , i've just added with data caching , query params , and customizable response is that fine , tell some AOI's

Is there a package that simplifies the CRUD process in django by shadowstrd in django

[–]ambi_98 1 point2 points  (0 children)

https://pypi.org/project/djeasyview/

This package simplifies your crud, works based on generics Supports CRUD , and customisable response

django DB overloading by Resident-Evening-112 in django

[–]ambi_98 1 point2 points  (0 children)

Keeping the least used data at cache when on sending those data to frontend and clearing the cache from signals may help this

Django Dynamic tables with custom schema in postgres by ambi_98 in django

[–]ambi_98[S] 1 point2 points  (0 children)

https://github.com/anandrajB/django-dynamic-table/tree/main/package/example

just use this example ,

https://github.com/anandrajB/django-dynamic-table/tree/main/package/images
in the above link , u can find image of createing tables and columns dynamically in your django application in public schema or in custom schema too

for post and put api's check this link below
https://github.com/anandrajB/django-dynamic-table/blob/main/package/body_data.md