Looking for Django, React, and Next.js Developers - Internship Opportunity

2024-12-24 Thread Pandiya rajan
Hello Django Community! We are excited to announce an *internship opportunity* for developers with experience in *Django*, *React*, and *Next.js* at our company. We're looking for passionate individuals who are eager to learn and contribute to real-world projects. If you're interested in gain

Looking for Django, React, and Next.js Developers - Internship Opportunity

2024-12-24 Thread Pandiya rajan
Hello Django Community! We are excited to announce an *internship opportunity* for developers with experience in *Django*, *React*, and *Next.js* at our company. We're looking for passionate individuals who are eager to learn and contribute to real-world projects. If you're interested in gain

Re: how to represent postgresql json field in ninja schema?

2024-08-18 Thread Pandiya rajan
from ninja import Schema from typing import Dict, Any class Origin(Schema): orgname: str orgaddr: str orgdetails: Dict[str, Any] can you try this On Sat, Aug 17, 2024 at 3:34 PM Krishnakant Mane wrote: > Helo. > > I guess the question is obvious. > > I have json field in my post

Re: Multiple Database problem

2024-08-18 Thread Pandiya rajan
To effectively use multiple databases within a single application, start by configuring multiple connection strings or configuration entries for each database. Next, implement a data access layer to handle interactions with the different databases through a unified interface. This layer abstr

Seeking Ideas for Enhancing Chat Implementation Similar to WhatsApp

2024-08-18 Thread Pandiya rajan
Hello everyone, I've been working on some of my own projects and have implemented a chat process similar to WhatsApp. I'm looking for ideas on how to improve or expand this implementation. If you have any suggestions or insights on enhancing chat functionality, scalability, or user experience