Cutshort logo
For Employers
Team Geek Solutions logo
Senior Software Engineer (Full Stack)
Senior Software Engineer (Full Stack)
Team Geek Solutions's logo

Senior Software Engineer (Full Stack)

Mamta K's profile picture
Posted by Mamta K
7 - 10 yrs
₹14L - ₹20L / yr
Bengaluru (Bangalore), Hyderabad, Pune, Chennai
Skills
skill iconPython
FastAPI
databricks
Databricks app
Azure Databricks
Windows Azure
Streamlit

Senior Software Engineer (Full Stack)

Location: Bangalore / Chennai / Pune / Hyderabad

Experience: 7+ Years

Notice Period: Immediate Joiner


 

Job Summary:

We are looking for a Senior Software Engineer with strong Full Stack development expertise in Streamlit, Python FastAPI, Databricks, and Databricks Apps. The ideal candidate will build data-driven web applications and deploy scalable solutions within the Databricks ecosystem.

 

Key Responsibilities:

  • Design and develop interactive applications using Streamlit.
  • Build scalable backend services and APIs using Python FastAPI.
  • Develop and optimize data solutions on Databricks.
  • Deploy and manage applications using Databricks Apps (Mandatory).
  • Integrate front-end applications with backend APIs and data services.
  • Collaborate with data engineers, data scientists, and business teams.
  • Ensure application performance, reliability, and security.
  • Participate in code reviews, testing, and release management activities.

 

Required Skills:

  • 7+ years of software development experience.
  • Strong experience with Python programming.
  • Hands-on expertise in FastAPI.
  • Experience developing applications using Streamlit.
  • Strong Databricks development experience.
  • Mandatory experience with Databricks Apps deployment and management.
  • Experience with REST APIs and microservices architecture.
  • Familiarity with Git, CI/CD pipelines, and Agile methodologies.

 

Preferred Skills:

  • Experience with Azure Databricks.
  • Knowledge of AI/ML application development.
  • Understanding of cloud-native architectures.
  • Front End: Streamlit
  • Middleware: Python FastAPI
  • Backend: Databricks
  • Hosting Environment: Databricks Apps (Mandatory)


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 Team Geek Solutions

Founded :
2018
Type :
Services
Size
Stage :
Bootstrapped

About

Team Geek Solutions (TGS) is a global technology partner based in Leander, Texas, with a regional office in Pune, India. Founded in 2018 and established as a private limited company in 2020, TGS has rapidly grown into a USD $40 million company with over 150 team members worldwide. The company specializes in AI and Generative AI solutions, custom software development, and talent optimization, offering managed remote teams and scalable solutions tailored to various industries. TGS provides a wide range of services, including AI/ML application development, cloud migration, custom software development, and cybersecurity audits. They also offer specialized resources in Generative AI and automated hiring solutions. TGS supports businesses in sectors such as banking, telecom, fintech, healthcare, and manufacturing, helping them enhance operational efficiency and drive innovation. The company is committed to delivering custom software solutions and cloud-based platforms that empower organizations to operate more effectively.

Read more

Company social profiles

linkedin

Similar jobs

Client is in the Business of digital first health clinics
Client is in the Business of digital first health clinics
Agency job
via Jobdost by Sathish Kumar
Mumbai
8 - 16 yrs
₹15L - ₹21L / yr
skill iconJava
skill iconNodeJS (Node.js)
skill iconPython
skill iconJavascript
Web Development
+8 more
Responsibilities
- Overlook development of all user-facing products in React
- Build reusable components and front-end libraries for future use
- Translate designs and wireframes into high quality code
- Optimize components for maximum performance across a vast array of web-capable devices and browsers
- Focus on code maintainability and performance of application
- Provide technical advice and assists in solving programming problems
- Use Server Side Rendering when applicable
- Enhance SEO, Analytics and overall frontend architecture for better performance

Requirements
- 4+ years of experience building frontend for consumer facing products
- 2+ years on ReactJS for consumer facing products
- 1+ years of Team Lead/Management experience
- Thorough understanding of architecting the frontend system with Server Side Rendering
- Good foundation in design and a knack for designing interactions and elegant interfaces
- Understands app development cycle
- Experience with NodeJS for Server Side Rendering/coordinating with the backend team
for API requirements
- Must come up with caching solutions where required to speed up the website load speed
and improve customer experience
Read more
Appiness Interactive
Pune
4 - 7 yrs
₹20L - ₹22L / yr
skill iconPython
skill iconReact.js
Multi-agent Systems

We're Hiring | Full Stack AI Engineer – Multi-Agent Systems

We are looking for a Full Stack AI Engineer who can own end-to-end feature delivery – from designing agent communication patterns and orchestration logic on the backend, to building intuitive interfaces for configuring, monitoring, and debugging agent workflows. You will work directly with the architect and product owner to translate orchestration concepts (agent-to-agent messaging, tool use, handoffs, memory) into a production-grade system.

This is a hands-on builder role. You will not be writing strategy decks – you will be shipping agents, APIs, and UI.


Location: Pune

Experience: 4–7 Years (1.5+ years in GenAI/AI Agents)

Employment Type: Full-time


Key Responsibilities


Backend & Agent Development


•       Design and implement multi-agent workflows using AG2 (AutoGen) and/or LangGraph – including agent roles, conversation patterns, handoffs, and termination conditions.

•       Build and maintain FastAPI services that expose orchestration capabilities (agent registration, task submission, run status, streaming responses) to the frontend and external consumers.

•       Implement tool/function calling, structured outputs, and memory layers (short-term, long-term, vector-based) for agents.

•       Integrate LLM providers (OpenAI, Anthropic, AWS Bedrock, or local models via Ollama) with proper retry, timeout, and cost controls.

•       Write clean, testable Python with type hints, pydantic models, and clear separation between orchestration logic and infrastructure.


Frontend Development


•       Build React-based interfaces for configuring agents, visualising agent conversations, inspecting tool calls, and debugging runs.

•       Implement streaming UI (SSE/WebSockets) to render token-by-token agent responses and intermediate steps.

•       Collaborate on UX for workflow builders, run history, and observability dashboards.

System & Production Concerns

•       Containerise services with Docker and contribute to CI/CD pipelines.

•       Add logging, tracing, and basic evaluation hooks for agent runs (latency, token usage, success rates).

•       Participate in code reviews, design discussions, and incremental hardening of the platform.


Must-Have Skills


•       Full stack experience (5+ years): strong Python (FastAPI or similar) on the backend AND React on the frontend. Comfortable owning a feature across both layers.

•       Hands-on with at least one agent framework: AG2 (AutoGen), LangGraph, LangChain Agents, or CrewAI. Must have actually built and run multi-agent flows, not just read about them.

•       LLM application development: prompt design, tool/function calling, structured outputs, handling streaming responses, and basic context management.

•       RAG fundamentals: chunking strategies, embeddings, vector stores (pgvector / Qdrant / Weaviate / FAISS), and retrieval evaluation. Bonus for hybrid (sparse + dense) retrieval.

•       Database skills: PostgreSQL – schema design, indexing, and writing reasonable queries.

•       API & async patterns: REST design, async Python (asyncio), background jobs, and streaming endpoints.

•       Version control & collaboration: Git, PR-based workflows, writing clear commit messages and design notes.


Good-to-Have Skills


•       Experience with GCS for deploying AI workloads.

•       Familiarity with LLMOps – tracing (LangSmith / Langfuse / OpenTelemetry), evaluation frameworks, and prompt versioning.

•       Exposure to MCP (Model Context Protocol) or A2A (agent-to-agent) communication standards.

•       Experience running local LLMs (Ollama, vLLM) for prototyping or cost-sensitive workloads.

•       Knowledge of WebSockets / SSE for real-time UIs.

•       Basic understanding of fine-tuning concepts (LoRA / QLoRA) – we are not expecting trainers, just awareness.

Read more
NxtWave
at NxtWave
1 recruiter
Lalitha Korapala
Posted by Lalitha Korapala
Hyderabad
1 - 3 yrs
₹10L - ₹14L / yr
skill iconReact.js
skill iconPython
Fullstack Developer
skill iconNodeJS (Node.js)
Web API

Job Title: Full Stack Developer - SDE 1

Responsibilities

  • Design, implement, and ship user-centric features spanning frontend, backend, and database systems under guidance.
  • Define and implement RESTful/GraphQL APIs and efficient, scalable database schemas.
  • Build reusable, maintainable frontend components using modern state management practices.
  • Develop backend services in Node.js or Python, adhering to clean-architecture principles.
  • Write and maintain unit, integration, and end-to-end tests to ensure code quality and reliability.
  • Containerize applications and configure CI/CD pipelines for automated builds and deployments.
  • Enforce secure coding practices, accessibility standards (WCAG), and SEO fundamentals.
  • Collaborate effectively with Product, Design, and engineering teams to understand and implement feature requirements..
  • Own feature delivery from planning through production, and mentor interns or junior developers.


Qualifications & Skills

  • 1+ years of experience building full-stack web applications.
  • Proficiency in JavaScript (ES6+), TypeScript, HTML5, and CSS3 (Flexbox/Grid).
  • Advanced experience with React (Hooks, Context, Router) or equivalent modern UI framework.
  • Hands-on with state management patterns (Redux, MobX, or custom solutions).
  • Strong backend skills in Node.js (Express/Fastify) or Python (Django/Flask/FastAPI).
  • Expertise in designing REST and/or GraphQL APIs and integrating with backend services.
  • Solid knowledge of MySQL/PostgreSQL and familiarity with NoSQL stores (Elasticsearch, Redis).
  • Experience using build tools (Webpack, Vite), package managers (npm/Yarn), and Git workflows.
  • Skilled in writing and maintaining tests with Jest, React Testing Library, Pytest, and Cypress.
  • Familiar with Docker, CI / CD tools (GitHub Actions, Jenkins), and basic cloud deployments.
  • Product-first thinker with strong problem-solving, debugging, and communication skills.


Qualities we'd love to find in you:

  • The attitude to always strive for the best outcomes and an enthusiasm to deliver high quality software
  • Strong collaboration abilities and a flexible & friendly approach to working with teams
  • Strong determination with a constant eye on solutions
  • Creative ideas with problem solving mind-set
  • Be open to receiving objective criticism and improving upon it
  • Eagerness to learn and zeal to grow
  • Strong communication skills is a huge plus


Work Location: Hyderabad

Read more
PyjamaHR
Bengaluru (Bangalore)
3 - 5 yrs
₹30L - ₹40L / yr
skill iconPython
skill iconDjango
skill iconReact.js
skill iconJavascript
TypeScript
+1 more

Engineer the Future of AI-Powered Recruitment Applications


About Us:

At PyjamaHR, we're creating recruitment software so intuitive you could use it in your pajamas. We integrate cutting-edge LLMs and Generative AI technologies into practical, powerful applications that are transforming how 525+ companies hire talent. While others are still talking about AI potential, we're shipping AI-powered features that deliver real value. As we scale from Bangalore to the US market, we need exceptional full-stack talent who can turn advanced AI capabilities into elegant, user-friendly experiences.


The Role:

As a Senior Full-Stack Engineer at PyjamaHR, you'll build the applications and interfaces that bring our AI capabilities to life. This isn't about training models—it's about implementing, integrating, and optimizing Generative AI within robust full-stack applications. You'll work across our entire technology ecosystem to create seamless experiences that leverage AI to solve real recruitment challenges. Your code will directly impact how companies discover, evaluate, and hire talent.


What You'll Do:

  • Implement AI-Powered Features - Integrate Generative AI capabilities into practical, user-facing applications
  • Build End-to-End Solutions - Develop both frontend experiences and backend services that leverage AI capabilities
  • Create Scalable Architectures - Design systems that grow with our rapidly expanding user base
  • Optimize Performance - Ensure our applications remain responsive even when processing complex AI operations
  • Enhance User Experiences - Translate advanced AI capabilities into intuitive, accessible interfaces
  • Drive Technical Excellence - Set standards for code quality and engineering practices across the team
  • Collaborate Across Functions - Work with product, design, and data teams to deliver cohesive solutions
  • Solve Complex Challenges - Apply your technical creativity to the unique problems of AI-powered recruitment


Who We're Looking For:

  • 3-5 years of full-stack development experience building production applications
  • Experience implementing and integrating Generative AI into web applications
  • Expertise with either Django/React or Node.js/React technology stacks
  • Strong experience with cloud platforms (Azure preferred, AWS acceptable)
  • Proven ability to build performant, scalable web applications
  • Excellence in modern JavaScript/TypeScript and frontend development
  • Solid understanding of software architecture principles
  • Product-minded approach to engineering decisions
  • Ability to thrive in fast-paced environments with evolving priorities
  • Bachelor's or higher in Computer Science or equivalent practical experience


The Rewards:

  • Salary range of ₹30-40 LPA for exceptional talent (with room to negotiate for truly outstanding candidates)
  • Equity package with significant growth potential
  • Minimal bureaucracy and maximum impact
  • Autonomy to make important technical decisions
  • The opportunity to shape an industry-leading product
  • Collaborative, innovation-focused work environment


Location: Bangalore (Koramangala 8th Block)


This role is perfect for engineers who want to apply their full-stack expertise to implement cutting-edge AI technologies in real-world applications. If you're excited about building the interfaces and systems that make advanced AI accessible and valuable to users, we want to talk to you.


Read more
NA
NA
Agency job
via SangatHR by Valli Subramaniam
Guindy
3 - 6 yrs
₹5L - ₹12L / yr
skill iconVue.js
skill iconAngularJS (1.x)
skill iconAngular (2+)
skill iconReact.js
skill iconJavascript
+9 more

Python Engineer

Job Description:

• Design, develop, and maintain scalable and efficient micro-services using

Python and related frameworks (e.g., Flask, FastAPI,pytest).

• Develop Python scripts and tools to automate deployment, configuration

management, monitoring, and maintenance of our systems.

• Design and implement API automation tests to ensure the reliability and

performance of our software products.

• Troubleshoot and resolve issues related to automation processes,

performance bottlenecks, and system failures.

• Integrate backend automation processes with CI/CD pipelines for seamless

deployment and continuous improvement.

• Optimize and refactor code to improve the scalability and maintainability of

frameworks/services.

• Collaborate with cross-functional teams to understand automation

requirements and design scalable, efficient backend automation solutions.

• Stay up-to-date with the latest industry trends, tools, and technologies

related to python backend frameworks.

Job Requirements:

• Bachelor's degree in Computer Science, Engineering, or related field (or

equivalent experience).

• 3+ Years of experience as a Python Developer with a strong focus on

automation.

• Proficiency in Python programming, including experience with libraries such

as Flask, Django, or FastAPI.

• Understanding of software design principles, data structures, and algorithms.

• Experience with database systems, including SQL and NoSQL databases.

• Familiarity with version control systems, preferably Git.

• Knowledge of containerisation technologies such as Docker.

• Experience with cloud platforms (e.g., AWS, Azure, Google Cloud) and

infrastructure as code (IaC) tools.

• problem-solving skills and the ability to debug complex automation issues.

• Excellent teamwork and communication skills.

• Ability to work in an agile development environment and adapt to changing

requirements.

Read more
Chandigarh
0 - 0 yrs
₹5.9L - ₹5.9L / yr
Web applications
Video game development
skill iconPython
Unity 3D
Artificial Intelligence (AI)

Position: Senior Project Associate= 01


Essential Qualification:

(i) Master’s Degree in Natural or Agricultural Sciences/ MVSc or bachelor’s degree in Engineering or Technology or Medicine from a recognized University or equivalent

and

(ii) Four year’s experience in Research and Development in industrial and Academic Institutions or Science and Technology Organisations and Scientific activities and services

OR

Doctoral Degree in Science/ Engineering/ Technology/ Pharma/ MD/ MS from a recognized University or equivalent


Desirable Qualification: Full stack developer with demonstrable experience in working with different operating systems, Programming Languages (Shell Scripts, Python, C, MySQL, MariaDB, SQLite, HTML, PHP), Database Server (MySQL, OpenLDAP), Apache and NGINX Web Server, hands-on experience with application performance indicators like red metrics etc and Unity3D. Experience in React Native, online mentoring and content creation. Machine learning and evolutionary biology knowledge will be an added advantage. Previous experience in game development is highly desirable.


Upper Age limit (years) - 40


Monthly Emoluments: 42,000/- +HRA


Deadline for application - 22-Apr-2024

Read more
An Ecommerce Platform
An Ecommerce Platform
Agency job
via Qrata by Rayal Rajan
Gurugram
5 - 9 yrs
₹25L - ₹35L / yr
skill iconVue.js
skill iconAngularJS (1.x)
skill iconAngular (2+)
skill iconReact.js
skill iconJavascript
+6 more

What is company looking for:


Company is looking forward to onboard a diligent Full Stack Developer/ Software Engineer to produce scalable software solutions. You’ll be part of a cross-functional team that’s responsible for the full software development life cycle, from conception to deployment. As a Full Stack Developer. you should be comfortable around both front-end and back-end coding languages, development frameworks and

third-party libraries. You should also be a team player with a knack for visual design and utility.


Responsibilities:


  1. Work with development teams and product managers to ideate software solutions.
  2. Design client-side and server-side architecture.
  3. Build the front-end of applications through appealing visual design.
  4. Develop and manage well-functioning databases and applications.
  5. Write effective APIs.
  6. Test software to ensure responsiveness and efficiency.
  7. Troubleshoot, debug and upgrade software.
  8. Create security and data protection settings.
  9. Build features and applications with a mobile responsive design.
  10. Write technical documentation.


Requirements:

  1. Backend: Scrapy (Python), Spring (JAVA), Laravel (PHP), MySQL, NoSQL, NGINXPlus.
  2. Frontend: Angular 5+ Ngrx/store5.
  3. nfrastructure: Google cloud platform (App engine, CloudSQL, BigQuery, PubSub,
  4. Firebase Hosting), Scrapy Cloud, Pusher.io (WebSockets), Getstream.io, Filestack,
  5. Postmark app, AS2Gateway.
  6. Tools: Beanstalk app, Postman app, JIRA
  7. 6 years proven experience as a Full Stack Developer or similar role.
  8. Experience working with service-oriented architectures and web based solutions.
  9. Familiarity with common stacks.
  10. Knowledge of multiple front-end languages and libraries (e.g. HTML/ CSS, JavaScript, XML,
  11. jQuery).
  12. Knowledge of multiple back-end languages (e.g. C#, Java, Python) and JavaScript frameworks
  13. (e.g. Angular, React, Node.js).
  14. Familiarity with databases (e.g. MySQL, MongoDB), web servers (e.g. Apache) and UI/UX design.
  15. Experience working on Agile processes (Scrum, Kanban).
  16. Experience working on the AWS technologies.
  17. Excellent communication and teamwork skills
  18. Great attention to detail.
  19. Organizational skills.
  20. An analytical mind.
  21. Degree in B.tech/BE.
Read more
Data Axle
Data Axle
Agency job
via Zinnov Management Consulting by Abheshek Bandaru
Pune
5 - 10 yrs
₹10L - ₹17L / yr
ASP.NET
skill icon.NET
ASP.NET MVC
skill iconC#
ADO.NET
+7 more

The Software Engineer – Order and Corporate Solutions is responsible for designing, developing, testing, and maintaining the full stack for Order and Corporate solutions.

 

Essential Job Functions:

  1. Implement application components and systems according to department standards and guidelines.
  2. Work with product and designers to translate requirements into accurate representations for the web.
  3. Analyze, design, code, debug, and test business applications.
  4. Code reviews in accordance with team processes/standards.
  5. Understand and work with data in varying degrees of complexity and scale.
  6. Responsible for planning, processing and performing all jobs in an efficient manner.
  7. Provide assistance to testers and support personnel as needed to determine system problems.
  8. Resolve problems involved with integrating new technologies with systems.

 

* Essential functions are the basic job duties that an employee must be able to perform, with or without reasonable accommodation.  The function is considered essential if the reason the position exists is to perform that function.

 

Supportive Job Functions:

  1. Remain knowledgeable of new emerging technologies and their impact on internal systems.
  2. Available to work on call when needed.
  3. Perform other miscellaneous duties as assigned by management.

 

*These tasks do not meet the Americans with Disabilities Act definition of essential job functions and usually equal 5% or less of time spent.  However, these tasks still constitute important performance aspects of the job.

 

Knowledge, Skill, and Abilities:

  1. Experience using C#, JavaScript, and Angular or React.(Must Have)
  2. Experience with web services and RESTful APIs. (Must Have)
  3. Experience with ASP.NET, ASP.NET MVC, and ADO.NET. (Must Have)
  4. Experience with Sql databases. (Must Have)
  5. Experience with Java, Bootstrap, and Event Queueing.
  6. Experience with order entry, billing, and accounting.
  7. Familiarity with modern CI/CD methods.
  8. Exposure to Python, Django, and AWS.
  9. Ability to organize, prioritize, and handle multiple assignments on a daily basis.
  10. Strong and effective inter-personal and communication skills
  11. Ability to interact professionally with a diverse group of clients and staff.
  12. Must be able to work flexible hours on-site and remote.
  13. Must be able to coordinate with other staff and provide technological leadership.
  14. Ability to work in a complex, dynamic team environment with minimal supervision.
  15. Must possess good organizational skills.

 

Education, Experience, and Certification:

  1. Associate’s or bachelor’s degree preferred (Computer Science, Engineer, etc.), but equivalent work experience in a technology related area may substitute.
  2. 5+ years relevant experience, required. *
  3. Experience using version control daily in a developer environment.
  4. Experience with C#, JavaScript, and Angular or React is required.
  5. Experience with ASP.NET, ASP.NET MVC, and ADO.NET is required.
  6. Experience working with MS-SQL database.
  7. Experience working with Java, Bootstrap, and Event Queueing.
  8. Experience with order entry, billing, and accounting.
  9.  Exposure to Python, Django, and AWS.
Read more
Think42 Labs
Think42Labs HR
Posted by Think42Labs HR
Chennai
3 - 7 yrs
₹3L - ₹9L / yr
skill iconPython
Odoo (OpenERP)
skill iconPostgreSQL
github
RESTful APIs
Responsibilities: • Analyze customer needs, design and build solutions with Odoo • Consistently create quality software that meets specific design and requirements on stated timelines by writing, reviewing and documenting application code • Enhance applications, develop and configure features and functionalities that support business requirements • Write and support extended API and interfaces with other key business systems • Influence the technical direction of the project as well as hosting architecture • Be involved in the Odoo project and community • Support Odoo reports
Read more
MyLoci
at MyLoci
1 recruiter
Kumar Abhishek
Posted by Kumar Abhishek
Bengaluru (Bangalore)
3 - 7 yrs
₹4L - ₹8L / yr
MEAN stack
skill iconJavascript
skill iconPHP
skill iconPython
skill iconRuby on Rails (ROR)
+2 more
We're a startup based out of Bangalore, building next generation career app for professionals. This is utilized to offer comprehensive assistance from assessment to hiring to mentoring. We're looking for web developer to build the web application stack. Angular JS, MongoDB is must. Part-time commitment is fine, in-fact preferred ;)
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