Cutshort logo
For Employers
CollabMates logo
Python/Django Backend Developer
Python/Django Backend Developer
CollabMates's logo

Python/Django Backend Developer

Piyush Sawant's profile picture
Posted by Piyush Sawant
0 - 3 yrs
₹4L - ₹9L / yr
Delhi, Gurugram, Noida
Skills
skill iconPython
skill iconDjango
RESTful APIs
MySQL
API
About the venture: Networking has mostly been a one to one phenomenon that requires a lot of time and effort. Only proactive people are able to network well. We are trying to change that. We are building a platform for group networking that makes networking a low barrier and highly intuitive process. CollabMates enables networking between like-minded people in niche community groups that they can join. Once they get access to the community, they can easily know each other, seek and provide help to each other, and grow together. The innovative design of the product ensures that the interactions happen only between relevant members without spamming the whole group. About the role: This is a great opportunity for entrepreneurial people to work with serial entrepreneurs from IIT Delhi and learn how big ideas are executed in the early stage. We are looking for a Python/Django Backend Developer responsible for managing the interchange of data between the server and the users. Your primary focus will be the development of all server-side logic, ensuring high performance and responsiveness to requests from the front-end. You will also be responsible for integrating the front-end elements built by your teammates into the application; therefore, a basic understanding of front-end technologies is necessary as well. Responsibilities : - Writing reusable, testable, and efficient code - Design and implementation of low-latency, high-availability, and performance efficient applications - Integration of user-facing elements developed by front-end developers with server-side logic - Implementation of security and data protection - Integration of data storage solutions Skills And Qualifications : - Expert in Python, with knowledge of Django Web Framework - Familiarity with some ORM (Object Relational Mapper) libraries - Working knowledge of MongoDB and MySQL - Good understanding of building RESTful APIs - Bonus points for Celery, RabbitMQ - Basic understanding of front-end technologies, such as JavaScript, HTML5 and CSS3 - Knowledge of user authentication and authorization between multiple systems, servers, and environments
Read more
Users love Cutshort
Read about what our users have to say about finding their next opportunity on Cutshort.
Shubham Vishwakarma's profile image

Shubham Vishwakarma

Full Stack Developer - Averlon
I had an amazing experience. It was a delight getting interviewed via Cutshort. The entire end to end process was amazing. I would like to mention Reshika, she was just amazing wrt guiding me through the process. Thank you team.
Companies hiring on Cutshort
companies logos

About CollabMates

Founded :
2019
Type :
Product
Size :
0-20
Stage :
Bootstrapped

About

Networking has mostly been a one to one phenomenon that requires a lot of time and effort. Only proactive people are able to network well. We are trying to change that. We are building a platform for group networking that makes networking a low barrier and a highly intuitive process CollabMates enables networking between like-minded people in pre-created niche community groups that they can join. Once they get access to the community, they can easily know each other, seek and provide help to each other, and grow together. The innovative design of the product ensures that the interactions happen only between relevant members without spamming the whole group.
Read more

Connect with the team

Profile picture
Piyush Sawant

Company social profiles

N/A

Similar jobs (10)

Zan - Zari Group
Zarihoun Traore
Posted by Zarihoun Traore
Remote only
4 - 10 yrs
₹7L - ₹10L / yr
skill iconPostgreSQL
TypeScript
skill iconPython
Large Language Models (LLM) tuning
Internationalization and localization
+10 more


This is a backend role. You won't build screens, and you don't need frontend experience. The mobile team will add a language picker and pass a locale to the backend. Everything behind that is yours: the data model, content pipelines, LLM generation, retrieval, audio, notifications, and making sure all of it holds up in production.

What you'll build

1. The language data model

  • Design how language lives in the database: user language preference, per-story translations, fallback chains (e.g. pt-BR → pt → en), and versioning so a translation is marked stale when its English source changes.
  • stories.translations (jsonb) already exists and nothing reads it yet. Decide whether it stays, or whether we move to a dedicated story_translations table, and write down why.
  • Everything ships as new, reversible migrations. We never edit an existing migration.

2. The content translation pipeline

  • Our library has already been translated into several languages using the Anthropic Batch API, with a two-pass generate-then-review process. Move this into the repo so it's idempotent, re-runnable and cheap, and so it handles only the stories that changed.
  • Build a glossary and style layer: Hebrew terms, names of sages and sources, and terms that must never be translated. Add automated QA checks (completeness, glossary adherence, length drift, broken formatting) plus a sampling workflow for native-speaker review.

3. Generation in the user's language

  • Reflections, bridge text, the three practices (Echo, Naming, Walking) and Path arcs are generated by Claude through shared prompt modules in our Supabase edge functions. Make them produce native, natural output in the target language. That means writing in the language directly, not translating English after the fact. Our existing rules must still hold, e.g. each practice carries a Hebrew term with its meaning explained, now explained in the user's language.
  • Build a per-language evaluation harness so we can check quality before a language goes live and catch regressions when prompts change.

4. Multilingual matching

  • Today, language-validation detects the language of the user's input and blocks anything that isn't English. Replace that gate with detection and routing.
  • Story matching uses OpenAI text-embedding-3-large over pgvector. Measure how well non-English input retrieves the right English-indexed stories. Then decide between cross-lingual matching, per-language embeddings, or a hybrid, and back the decision with numbers.

5. Audio

  • Stories and reflections are read aloud by ElevenLabs voices. Audio is currently stored per voice (audio_urls), so it has to become per voice and per language. Pick voices for each language, and plan batch pre-rendering, storage, cost and backfill.

6. Server-side copy

  • Move push notification copy (including our Shabbat-aware scheduling), transactional and lifecycle emails, and database-driven home-screen messages out of the code and into a locale-aware string system with proper plurals and date formats.

7. Safe rollout

  • Several app versions are live at the same time, and older builds can't be changed. Every change you make must stay backward compatible: English stays the default, current RPC signatures stay the same, and each language can be switched on independently behind a flag.
  • Track cost and quality for each language: tokens, TTS credits, fallback rate and generation failures.

Our stack

  • Backend: Supabase: Postgres (RLS, RPCs, pgvector, jsonb, pg_cron) and 50+ Deno/TypeScript edge functions
  • AI: Anthropic Claude (Messages and Batch APIs, prompt caching), OpenAI embeddings, ElevenLabs TTS
  • Data/scripts: Python and Node
  • Other: RevenueCat, Resend, Expo Push/FCM. The app is Expo/React Native, but you won't need to work in it.


You'll be a fit if you have

  • 5+ years of backend engineering, with strong PostgreSQL: schema design, migrations on live data, RLS, stored functions, and performance tuning.
  • Production TypeScript (Deno or Node) and solid Python for data pipelines.
  • Shipped LLM features to production, beyond prototypes: prompt design, structured output, batch processing, cost control, and above all evaluation. You know how to tell whether output in a language you don't speak is good.
  • Built backend internationalization before: locale negotiation, fallback chains, ICU/CLDR plurals and dates, and translation workflows with versioning.
  • Worked with embeddings and vector search, and can design a retrieval evaluation.
  • Care about keeping production running: backward compatibility, feature flags, and rollouts that can be undone.
  • Write clearly. Decisions here get written down before they get built.

Nice to have

  • Experience with ElevenLabs or other TTS pipelines.
  • Supabase-specific experience.
Read more
NeoGenCode Technologies Pvt Ltd
Nagpur
6 - 12 yrs
₹12L - ₹20L / yr
skill iconJava
skill iconSpring Boot
Spring
Hibernate (Java)
JPA
+10 more

Job Title : Senior Java Developer (Telecom Domain)

Experience : 6 to 10 Years

Location : Nagpur, Maharashtra


Job Summary :

We are looking for a Senior Java Developer with strong experience in the Telecom domain to design and develop enterprise messaging applications.

The ideal candidate should have hands-on expertise in Java, Kannel SMS Gateway, SMPP protocol, and telecom messaging platforms, along with experience building scalable REST APIs and microservices.


Mandatory Skills :

Java 8/11/17, Spring Boot, Spring Framework, Hibernate/JPA, REST APIs, Microservices, Kannel SMS Gateway, SMPP Protocol, Telecom Messaging Platforms, SMSC Integration, SQL, Linux, Git, CI/CD, Telecom Domain Experience.


Key Responsibilities :

  • Design, develop, and maintain Java-based enterprise applications.
  • Develop and integrate SMS solutions using Kannel SMS Gateway and SMPP.
  • Build REST APIs and Microservices using Spring Boot.
  • Integrate with SMSCs and telecom messaging platforms.
  • Optimize application performance, reliability, and scalability.
  • Troubleshoot production issues and collaborate with cross-functional teams.
  • Perform code reviews and mentor junior developers.


Required Skills :

  • 6 to 10 years of Java development experience.
  • Strong expertise in Java 8/11/17, Spring Boot, Spring MVC, Hibernate/JPA.
  • Hands-on experience with Kannel SMS Gateway and SMPP protocol.
  • Experience with Telecom SMSCs and messaging platforms.
  • REST APIs, Microservices, SQL (MySQL/PostgreSQL/Oracle).
  • Linux/Unix, Git, CI/CD pipelines.
  • Strong debugging and problem-solving skills.


Preferred Skills :

  • Kafka, RabbitMQ, or ActiveMQ.
  • Docker & Kubernetes.
  • AWS, Azure, or GCP.
  • Redis and monitoring tools (Grafana, Prometheus, ELK).
  • Experience with Agile/Scrum.


Mandatory Requirement :

Candidates must have prior Telecom industry experience with hands-on working knowledge of SMPP, SMSC, and Kannel SMS Gateway. Profiles without Telecom messaging experience will not be considered.

Read more
TalentXO
tabbasum shaikh
Posted by tabbasum shaikh
Bengaluru (Bangalore)
5 - 8 yrs
₹25L - ₹30L / yr
Backend Development
skill iconPython
skill iconJava
SQL


Role & Responsibilities

As a Founding Engineer, you'll join the engineering team during an exciting growth phase, contributing to a platform that handles complex financial operations for B2B companies. You'll work on building scalable systems that automate billing, usage metering, revenue recognition, and financial reporting—directly impacting how businesses manage their revenue operations.

This role is ideal for someone who thrives in a dynamic startup environment where requirements evolve quickly and problems require creative solutions. You'll work on diverse technical challenges, from API development to external integrations, while collaborating with senior engineers, product managers, and customer success teams.

Key Responsibilities

  • Build core platform features: Develop robust APIs, services, and integrations that power billing automation and revenue recognition capabilities.
  • Work across the full stack: Contribute to backend services and frontend interfaces to ensure seamless user experiences.
  • Implement critical integrations: Connect the platform with external systems including CRMs, data warehouses, ERPs, and payment processors.
  • Optimize for scale: Design systems that handle complex pricing models, high-volume usage data, and real-time financial calculations.
  • Drive quality and best practices: Write clean, maintainable code and participate in code reviews and architectural discussions.
  • Solve complex problems: Debug issues across the stack and collaborate with cross-functional teams to address evolving client needs.

The Impact You'll Make

  • Power business growth: Enable fast-growing B2B companies to scale billing and revenue operations efficiently.
  • Build critical financial infrastructure: Contribute to systems handling high-value transactions with accuracy and compliance.
  • Shape product direction: Join during a scaling phase where your contributions directly impact product evolution and customer success.
  • Accelerate your expertise: Gain deep exposure to financial systems, B2B SaaS operations, and enterprise-grade software development.
  • Drive the future of B2B commerce: Help build infrastructure supporting next-generation pricing models, from usage-based to value-based billing.

Ideal Candidate Profile

Experience

  • 5+ years of hands-on Backend Engineering experience building scalable, production-grade systems.
  • Strong backend development experience using one or more frameworks: FastAPI / Django (Python), Spring (Java), or Express (Node.js).
  • Deep understanding of relevant libraries, tools, and best practices within the chosen backend framework.
  • Strong experience with databases (SQL & NoSQL), including efficient data modeling and performance optimization.
  • Proven experience designing, building, and maintaining APIs, services, and backend systems with solid system design and clean code practices.

Domain

  • Experience with financial systems, billing platforms, or fintech applications is highly preferred.

Company Background

  • Experience working in product companies or startups (preferably Series A to Series D).

Education

  • Candidates from Tier 1 engineering institutes (IITs, BITS, etc.) are highly preferred.



Read more
Crosspoles Networks
Nisha Kumari
Posted by Nisha Kumari
Jaipur
5 - 10 yrs
₹6L - ₹12L / yr
skill iconPHP
MySQL
skill iconLaravel
skill iconCakePHP

Job Description:

We are looking for a passionate PHP Developer to join our backend team. The ideal candidate will be an enthusiastic developer eager to learn and grow his/her skills in the field.

  • Actively Seek New Programming Knowledge.
  • Build Products Using HTML/CSS/JS and Other Front-End Technologies using Frameworks.
  • Working knowledge of frameworks like CakePHP, Laravel, etc. is a must.
  • Must have knowledge of JS Frameworks like Node and React etc.
  • Knowledge of HTML, CSS, MYSQL, and JavaScript.
  • Knowledge of MYSQL, Core PHP, and PHP5 is a must.
  • Knowledge of WordPress and CMS.
  • AJAX, HTML, Payment Gateway.
  • Excellent working knowledge of Web application development.
  • Vast knowledge of PHP programming concepts.
  • Experience in OOPs.
  •  Advanced to expert coding skills.
  • Strong understanding of functionality.
  • Knowledgeable of Web Application Development Frameworks.
  • Minimum 5 years of Experience

 

 

Job Responsibilities:

  • Work independently as well as part of a team to develop new functional features
  • Debug existing code and continually look for ways to optimize performance.
  • Lead a team of developers, managing and mentoring their work while ensuring project deadlines and quality standards are maintained.
  • Interact with service providers, customers and other departments to identify and resolve issues, and develop working relationships with key customers.

 

 

Expectations / Cultural Traits:

  • Good communication and relationship-building skills.
  • Self-driven and motivated.
  • Open to work in flexible hours and shifts.
  • Ability to work under pressure.
  • Willing to learn new technologies and tools
Read more
TestWin
Aakash Singh
Posted by Aakash Singh
Jaipur
3 - 6 yrs
₹4L - ₹8L / yr
skill iconPython
skill iconDjango
skill iconFlask
Data Structures
Algorithms
+1 more
● Drive the next generation products and platform and by architecting.
● Designing, code reviews, POCs on latest cutting-edge technologies       building,
deploying highly scalable and robust cloud based intelligent solutions.
● Architect & Design, code high performance and scalable solutions that  meet the needs of millions of customers.
● Implement cutting-edge models and algorithms that operate on massive amounts of data.
● Working on the REST framework
● Working on session-based and token-based authentication, Working on Celery
● Handling the payment gateway
● Work with Multi-threading, Data Structures, Algorithm, Design Patterns and develop robust high-performance and scalable applications.
● Writing scalable code using Python programming language.
● Developing back-end components.
Read more
Mobile Programming LLC
at Mobile Programming LLC
1 video
34 recruiters
Vinay Sattu
Posted by Vinay Sattu
Pune, Bengaluru (Bangalore), Chennai, Gurugram, Noida, Panchkula
2.6 - 3 yrs
₹10L - ₹12L / yr
skill iconJava
J2EE
skill iconSpring Boot
Hibernate (Java)
Microservices
+1 more

Job brief

We are looking for a Java Developer with experience in building high-performing, scalable, enterprise-grade applications.

You will be part of a talented software team that works on mission-critical applications. Java developer roles and responsibilities include managing Java/Java EE application development while providing expertise in the full software development lifecycle, from concept and design to testing.

Java developer responsibilities include designing, developing and delivering high-volume, low-latency applications for mission-critical systems.

Responsibilities

  • Contribute in all phases of the development lifecycle
  • Write well designed, testable, efficient code
  • Ensure designs are in compliance with specifications
  • Prepare and produce releases of software components
  • Support continuous improvement by investigating alternatives and technologies and presenting these for architectural review

Requirements and skills

  • BS/MS degree in Computer Science, Engineering or a related subject
  • Proven hands-on Software Development experience (Microservices & Springboot)
  • Proven working experience in Java development
  • Hands on experience in designing and developing applications using Java EE platforms
  • Object Oriented analysis and design using common design patterns.
  • Excellent knowledge of Relational Databases, SQL and ORM technologies (JPA2, Hibernate)
  • Experience in the Spring Framework
  • Experience in developing web applications using at least one popular web framework (Spring MVC)
  • Experience with test-driven development
Read more
PlumQR
at PlumQR
1 recruiter
Support Plum
Posted by Support Plum
Bengaluru (Bangalore), NCR (Delhi | Gurgaon | Noida)
3 - 10 yrs
₹15L - ₹25L / yr
skill iconNodeJS (Node.js)
skill iconJava
skill iconReact.js
skill iconReact Native
MySQL
+1 more

Are you looking for a Senior Backend Engineer role in a high growth startup? Are you eager to learn and make a difference at work every day? If so, then read on.

 

At PlumQR, we work on revolutionizing the Food & Beverage industry with our cloud-based tech products. Millions of businesses across the world are switching for better, smarter & more hygienic products to reinvent their businesses. If you have what it takes to innovate & lead, we have just the right opportunity for you.

 

Requirements

  • Minimum 3 years as a Senior Backend Engineer
  • Strong software development experience in a SaaS product company
  • Significant experience with NodeJS, React.js, React Native, MySQL, MongoDB, Java
  • Cloud computing services (e.g. Google Cloud Platform)
  • Strong problem-solving skills
  • Ability to explain technical details to people inside the company
Read more
sss placement
sss placement
Agency job
Noida Sec-27, Delhi, Gurugram, Noida, Ghaziabad, Faridabad
2 - 4 yrs
₹2L - ₹4L / yr
skill iconPHP
MySQL
skill iconCodeIgniter
AJAX
Golden Job opportunity for Experience Candidate

Job Profile :- Core PHP Developer

Experience : - Minimum 3 year experience in Developer profile.

Job Description: -

1. Conducting analysis of website and application requirements.
2. Writing back-end code and building efficient PHP modules.
3. Developing back-end portals with an optimized database.
4. Troubleshooting application and code issues.
5. Integrating data storage solutions.
6. Responding to integration requests from front-end developers.
7. Finalizing back-end features and testing web applications.
8. Updating and altering application features to enhance performance.

Salary : - Up to 40k

Job Location : - Noida Sec- 27

only Male candidate can apply
Read more
mPokket is an mobile app based lending platform.
mPokket is an mobile app based lending platform.
Agency job
via Success Pact by Himanshu Sati
Bengaluru (Bangalore)
6 - 15 yrs
₹10L - ₹80L / yr
skill iconPHP
skill iconPython
skill iconLaravel
skill iconCodeIgniter
skill iconCakePHP
Tech Lead / Sr. Tech Lead / SDE-I / II We need you to have a minimum of 6 years of experience with the following: Leadership
 Managing & mentoring a team of 5+ people
 Ability to deliver projects/sprints on time
 Obsessed with quality: Design reviews, code reviews, testing (system/performance)
 Spending at least 50% time with hands-on coding while doing the above
Programming
 Hands on experience with design and implementation of of WebApps and APIs using a PHP based framework (such as Laravel, Code Igniter, Cake or similar)
 In addition to PHP, hands-on with a Python or node.js based framework
 Good understanding of SQL (mySQL, postgres or similar. including clustering)
 Good understanding of one no-SQL
 Comfortable producing and refactoring code without assistance
 Understands different major language paradigms (object oriented / functional /reactive)
 Can reason about complexity of algorithms (time and space)
 Basic CI/CD and DevOps
Read more
smartdata enterprises inc.
Seema Bisht
Posted by Seema Bisht
Dehradun
1 - 4 yrs
₹3L - ₹4L / yr
skill iconCodeIgniter
skill iconPHP
MySQL
Cake
skill iconLaravel

JOB DESCRIPTION of PHP Developer (Night shift):-

 

Key Skills Required: Cake PHP, Laravel, Codeigniter, Mysql, Jquery, API (Restful Service).Want to be responsible for the technological and graphical facets of a website????? Here is an opportunity for a techie who will take care of the page layout, the design and the entire coding of the website in PHP format.

Essential responsibility includes:

  • Integration of user-facing elements developed by front-end developers.
  • Build efficient, testable, and reusable PHP modules.
  • Solve complex performance problems and architectural challenges.
  • Integration of data storage solutions.
  • Advanced knowledge of building Content Management Systems, either from your own design or from frameworks such as Zend, CakePHP, CodeIgniter .

Overall, it can be said that a PHP developer plays the role of technology to craft a company’s look and feel on the web. A big responsibility indeed!

 

Read more
Why apply to jobs via Cutshort
people_solving_puzzle
Personalized job matches
Stop wasting time. Get matched with jobs that meet your skills, aspirations and preferences.
people_verifying_people
Verified hiring teams
See actual hiring teams, find common social connections or connect with them directly.
ai_chip
Move faster with AI
We use AI to get you faster responses, recommendations and unmatched user experience.
Did not find a job you were looking for?
icon
Search for relevant jobs from 10000+ companies such as Google, Amazon & Uber actively hiring on Cutshort.
companies logo
companies logo
companies logo
companies logo
companies logo
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort
Users love Cutshort
Read about what our users have to say about finding their next opportunity on Cutshort.
Shubham Vishwakarma's profile image

Shubham Vishwakarma

Full Stack Developer - Averlon
I had an amazing experience. It was a delight getting interviewed via Cutshort. The entire end to end process was amazing. I would like to mention Reshika, she was just amazing wrt guiding me through the process. Thank you team.
Companies hiring on Cutshort
companies logos