
Your responsibilities as an Engineer:
• Determines operational feasibility by evaluating analysis, problem definition, requirements, solution development, and proposed solutions.
• Documents and demonstrates solutions by developing documentation, flowcharts, layouts, diagrams, charts, code comments and clear code.
• Prepares and installs solutions by determining and designing system specifications, standards, and programming.
• Improves operations by conducting systems analysis; recommending changes in policies and procedures.
• Obtains and licenses software by obtaining required information from vendors; recommending purchases; testing and approving products.
• Updates job knowledge by studying state-of-the-art development tools, programming techniques, and computing equipment
• Participate in educational opportunities & read professional publications;
• Protects operations by keeping information confidential.
• Provides information by collecting, analyzing, and summarizing development and service issues.
• Accomplishes engineering and organization mission by completing related results as needed.
• Develops software solutions by studying information needs; conferring with users; studying systems flow, data usage, and work processes; investigating problem areas; following the software development lifecycle.
Skill sets we require:
• Proven work experience as a Software Engineer or Software Developer
• Experience designing interactive applications
• Ability to develop software in or other programming languages like JIRA or Postman
• Excellent knowledge of relational databases, MYSQL and Restful API
• Experience developing web applications using at least one popular web framework (Laravlel, Codeigniter and Magento)
• Experience with test-driven development
• Proficiency in software engineering tools
• Ability to document requirements and specifications
Educational Qualification:
• Bachelor’s/Master’s degree in Computer Science Engineering or equivalent

About MCSAM
About
Similar jobs
Job Title : Python Developer (Immediate Joiner)
Experience Required : 3+ Years
Employment Type : Full-time
Location : Gurugram, India (Onsite)
Working Days : 6 Days (5 Days WFO + 1 Day WFH)
Job Summary :
We are seeking a talented and experienced Python Developer with a strong background in Django and a proven ability to build scalable, secure, and high-performance web applications. The ideal candidate will have hands-on experience with RabbitMQ, Redis, Celery, and PostgreSQL, and will play a key role in developing and maintaining robust backend systems. This is an onsite opportunity for immediate joiners.
Mandatory Skills : Python, Django, RabbitMQ, Redis, Celery, PostgreSQL, RESTful APIs, Docker.
Key Responsibilities :
- Design, develop, and maintain Django-based web applications and APIs.
- Implement asynchronous task handling using RabbitMQ and Celery.
- Optimize application performance using Redis for caching and session storage.
- Manage database operations, including schema design and query optimization, using PostgreSQL.
- Collaborate with front-end developers, DevOps teams, and stakeholders to deliver full-featured solutions.
- Write clean, modular, and well-documented code aligned with industry best practices.
- Troubleshoot, debug, and resolve issues across the application stack.
- Participate in architecture discussions, code reviews, and sprint planning.
- Ensure the scalability, performance, and security of backend services.
Required Technical Skills :
- Minimum 3 Years of experience in Python development.
- Strong hands-on experience with the Django framework.
- Proficiency in RabbitMQ for message brokering.
- Practical experience with Redis for caching and session management.
- Experience using Celery for background job/task queue management.
- Solid knowledge of PostgreSQL (database design, indexing, and optimization).
- Understanding of RESTful API development and integration.
- Familiarity with Docker and containerization.
Preferred Skills :
- Exposure to CI/CD tools and pipelines.
- Experience working with cloud platforms such as AWS or GCP.
- Knowledge of Django ORM optimization techniques.
- Basic familiarity with front-end technologies like HTML, CSS, and JavaScript.
Soft Skills :
- Strong analytical and problem-solving capabilities.
- Effective communication and interpersonal skills.
- Ability to thrive in an agile, fast-paced development environment.
Senior AI Engineer
Code Generation, Agent Architecture & LLM Systems
📍 Mumbai (On-site) | Full-time | 5+ years
About the Role:
Unico Connect is an AI-first technology partner that builds custom mobile, web, and AI products for clients across multiple geographies.
We are hiring a Senior AI Engineer for a dedicated client engagement focused on building an AI-powered application builder platform - a product where users describe software in plain English and the system generates, previews, and iteratively refines working code.
The mandatory requirement for this role is hands-on production experience shipping LLM-powered systems with agent architectures, with experience in code generation or developer tooling contexts a strong advantage.
The role is product-focused and deeply hands-on. You will own everything between the user's prompt and correct code landing in the project: the agentic loop, code generation pipeline, context management, evaluation suite, and model cost strategy.
You will work alongside the Senior MLOps Engineer who operationalises the infrastructure around your system, and collaborate closely with backend, frontend, and DevOps engineers.
Responsibilities:
Agent Architecture
Design and own the agentic loop for the platform - request interpretation, planning, tool-calling sequence (read file, edit file, run build, search code, install package), and stop conditions.
Make and revisit architectural decisions on single-agent vs. multi-agent designs, including planner/executor splits and dedicated build-repair sub-agents.
Code Generation Pipeline
Own the end-to-end generation flow: task classification, context gathering, planning, targeted edits, verification, and commit.
Implement diff/search-replace-based file editing with fuzzy matching and fallback strategies.
Enforce scope discipline so the agent makes minimal diffs and does not modify code it was not asked to touch.
Self-Repair Loop
Build and tune the automated repair loop that pipes compiler, lint, build, and runtime errors back to the model with retry budgets and model escalation.
This loop is the primary quality lever - the difference between 60-70% and 90%+ build success rates.
Context Management
Build file-relevance retrieval so the agent sees the right files, not the whole codebase: dependency graphs, AST/tree-sitter-based chunking, embeddings, recency signals, and hybrid retrieval.
Implement conversation summarisation and memory for long sessions, and address long-project degradation through codebase summaries and periodic consistency passes.
Own token budgeting and prompt caching strategy.
Prompt Engineering as a Discipline
Own the system prompt and per-task prompt variants (new feature, bug fix, styling change).
Maintain few-shot examples and enforce coding conventions, stack rules, and prohibited behaviours such as no hardcoded secrets and no whole-file rewrites.
Version prompts like code with changelogs and rollback capability.
Evaluation and Quality Measurement
Design and own the evaluation suite: representative test prompts run on every prompt and model change, scored on build success rate, instruction adherence, and output quality including LLM-as-judge and visual/screenshot checks where relevant.
Define regression gates that block quality-degrading changes from shipping.
Treat evals the way engineers treat automated testing: versioned, automated, and tracked over time.
This responsibility is non-negotiable at this level.
Model Strategy and Cost
Design model routing - cheap and fast models for classification and small edits, frontier models for complex generation.
Drive cost optimisation through prompt caching, diff-based edits over full-file rewrites, and tighter context selection.
Track cost per agent run and tokens per task; evaluate new model releases against the eval suite and lead migrations when results justify it.
Safety and Reliability of Agent Behaviour
Defend against prompt injection from user content and fetched web content.
Ensure secrets never appear in generated client code.
Define what the agent's tools may and may not do in collaboration with the platform team.
Contribute to output moderation and abuse-pattern awareness.
Mentorship and Engineering Standards
Run code reviews, define engineering conventions for AI work, and raise the engineering bar across the AI team.
Work closely with the Senior MLOps Engineer on handoff of eval design, prompt configurations, and model routing logic.
Requirements:
Hands-on Production Ownership of LLM-Powered Systems with Agent Architectures (Mandatory)
Must have personally shipped and operated at least one complex production AI system - agentic, multi-step, or code generation - with end-to-end ownership of architecture, evaluation, and cost.
POCs, internal demos, and tutorial-grade work do not qualify.
5+ Years of Professional Software or AI Engineering Experience
With at least 3 years focused on LLM applications, AI engineering, or production AI systems.
Candidates with strong backend backgrounds and a clear, substantive pivot into LLM systems qualify.
Strong Python Proficiency and Service Development
Production-grade Python with FastAPI or equivalent: type hints, async patterns, streaming responses, testing, and packaging.
Not notebook-only.
Depth Across LLM APIs and Agent Systems
Production experience with at least two of OpenAI, Anthropic Claude, Google Gemini, or open-weight models (vLLM, Ollama, Together).
Production experience with at least one agent framework (LangGraph, CrewAI, AutoGen, LlamaIndex Agents) or hand-rolled equivalent.
Hands-on with tool calling, structured outputs, and multi-step reasoning.
Demonstrated, Systematic Evaluation Practice - Non-Negotiable
Must have built evaluation harnesses that gate production releases, not ad-hoc testing.
Hands-on with at least one of LangSmith, Langfuse, Promptfoo, Ragas, or DeepEval.
Candidates with no systematic answer to evaluation should not be considered at senior level regardless of other strengths.
Cost Discipline for Production AI
Track record of measurable cost optimisation on production AI features.
Able to speak in specifics: cost per request, savings achieved through caching or model routing, context reduction decisions.
AWS Working Knowledge
Hands-on with EC2, S3, IAM, and Docker.
Comfort with CI/CD workflows and deploying AI services.
Awareness of LLM Security Failure Modes
Familiar with prompt injection patterns, understands that system prompt rules alone are insufficient, and has experience with output validation and content safety in production.
Nice to Have
- Experience with AST/tree-sitter tooling, diff-based editing systems, or compiler-adjacent work
- MCP server authoring
- Open-source AI contributions
- Published technical writing on LLM systems
- Multi-modal model experience
- Fine-tuning exposure (LoRA, QLoRA, PEFT)
Integration Developer
Job Description
Roles and Responsibilities
- Design, Code, test, debug, implement and document complex WSO2 sequences.
- Monitoring and logging tool stacks - Splunk/ELK/Prometheus, Grafana 4 Design, Code, test, debug, implement and document complex WSO2 sequences.
- Perform Build activities for WSO2 ESB Middleware integration, involves writing XSLT, ESB coding, configuration, and Analysis activities.
- Trouble shooting various problems in different stages of development using logs files, Traces and Log Analyzer.
- Responsible for understanding the requirement, solution design, coordinate the development and testing activities (end to end)
- Guide the team regarding WSO2 platform best practices, framework, reusable artefacts and ensure code quality and timely deliverables.
- Work with functional and technical customers to determine solutions that drive additional business value.
- Work with Github, Azure Devops and CI tools to automate dev, build, deployment and testing.
- Good knowledge in messaging brokers: WSO2 Message Broker, Apache Kafka.
- Monitoring the server (Monitoring logs and WSO2 metrics).
- Desired Candidate Profile
Desired Candidate Profile
- Candidate must have minimum 2+ years of hands-on experience in WSO2, preferably with WSO2 certification.
- Extensive experience in Integration by using WSO2 Product Stack (API Manager 2.6/3.x, Enterprise Integrator 6.5 and Identity Server 5.7.0)
- Experience in Implementing APIs in WSO2 EI and On-boarding APIs into WSO2 API Manager
- Experience in WSO2 API Manager for designing API facades and designing and implementing API Proxies.
- Hands-on experience in designing and developing high volume web services using API Protocols and Data Formats (REST, JSON, SOAP & XML).
- Must have hands on experience / knowledge with CI tools to automate dev, build, deploy.
- Experience in programming languages: Java, JavaScript, Python
- Experience in on boarding web applications into WSO2 Identity Server for authentication and authorizatio
Qualifications
- Minimum of a Bachelor's or Master’s degree in Computer Science, or a related four-year degree.
- 4 years of hands on experience in Integration
Job Description: PHP Developer (Laravel/Symfony)
Location: Bengaluru – Kalyani Neptune, Bannerghatta Road
Work Mode: Work from Office (Full-time)
Experience Required: 3+ years
Joining: Immediate Joiners Preferred
About the Role
We are looking for an experienced PHP Developer with hands-on expertise in Laravel or Symfony (preferably Symfony), who can contribute to full-cycle project development. You will be responsible for building robust backend solutions and integrating with multiple services while following best practices of object-oriented design and RESTful architectures.
Key Responsibilities:
- Develop, enhance, and maintain web applications using PHP frameworks (Laravel/Symfony)
- Collaborate with product managers and business analysts to understand requirements
- Create scalable backend services and RESTful APIs using MVC architecture
- Implement and maintain microservice-based architecture
- Integrate third-party APIs, libraries, and services
- Work with relational databases like MySQL/PostgreSQL using ORM tools such as Doctrine or Eloquent
- Participate in code reviews, unit testing, and overall software development lifecycle
- Troubleshoot production issues and provide long-term solutions
Required Skills:
- Strong programming knowledge in PHP with at least 2 years of experience
- Hands-on experience in Symfony or Laravel (Symfony preferred)
- Solid understanding of OOP and MVC design pattern
- Strong experience in creating and consuming REST APIs
- Experience working in service-based architectures or microservices
- Familiarity with Doctrine or Eloquent ORM
- Proficiency in MySQL/PostgreSQL
Good to Have:
- Knowledge of cloud platforms like AWS, GCP, or Azure
- Familiarity with cloud services such as Lambda, S3, and RDS
- Understanding of CI/CD pipelines and containerization (Docker/Kubernetes)
What we are looking for:
=> Bachelors/Masters degree in Computers/IT or equivalent.
=> 5-8 years of relevant experience in web development.
=> Strong PHP, MySQL & Codeigniter (MVC Framework) hands-on experience (at least 12-15 projects).
=> Database schema design and query optimization.
=> AWS hands-on experience with EC2, ELB, RDS, CloudFront, Lambda, code deploy, etc.
=> Experience with e-commerce platforms, payment gateways will be a big advantage, especially on content-heavy platforms.
=> Hands-on experience and a good understanding of GIT Commands.
=> Good to have experience with the RESTful API.
=> Ability to decipher and write complex database queries for analysis and optimization.
=> Troubleshoot, test, and maintain the core product software and databases to ensure strong optimization and functionality.
=> Understanding of scalability issues and their solutions.
=> Need to be articulate with a good degree of written & oral communication skills.
=> Exposure to UI/UX would be a added value.
=> We are looking for an immediate joiner (within 15 days or less).
=> This role may include night shifts.
Head Office: Koramangala, Bengaluru, Karnataka, India.
Work Location: Work From Home
Working Days: Monday to Friday
Shift & Timming: Regular (09:00 AM to 06:00 PM) / Night (08:00 PM to 05:00 AM)
Working Hours: 9 Hrs
Job Description:
We are seeking an experienced senior web developer to join our friendly team to participate in the
development of the next-generation app and who has the technical ability to implement server side
code written in the Laravel framework. Your main responsibility will be designing and implementing
applications that are written in PHP. This means you will work closely with front end developers to
integrate back-end components with the components they're creating for users to interact with.
Therefore, it is important that youre able to effectively communicate and collaborate with your
colleagues. You will take a lead role in the technical side of our company with room to grow as we
continue to grow.
Technologies/ Frameworsk:
PHP, Laravel, Lumen, MySQL, PostgreSQL, MS SQL, RESTful API, Microservice, API Gateway,
JavaScript, jQuery, Docker, Load Balancer, LMAP, Nginx
Skills Required:
• Extensive experience in PHP Laravel, API Gateway
• Hands-on experience in web services-RESTful
• Knowledge of RESTful API design patterns and Integrations technologies. JSON
Language and scripting as well as Rest Oriented Architecture (ROA)
• Knowledge of HTTP and SOAP Protocols
• Hands-on experience with MySQL / PostgreSQL / MS SQL development including data
modelling, concurrency, query optimization, stored procedure development, and tuning
• Familiarity & Expertise with Bitbucket / GitHub,
• Comfortable working with JavaScript and jQuery
• Understanding and Practising of coding best practices
• Creative and efficient problem solver
• Knowledge of AWS API Gateway, Apigee API Gateway, Azure API Gateway or any other
API Gateways.
• Hands-on experience in working with API gateways added advantage
• Understanding and experience on Data Patterns
Responsibilities:
• Ability to work closely with technical architects and architecture governance technical
team for solution development and design reviews
• Analyse, design, develop, as well as implement RESTful services and APIs
• Be involved in the development life cycle and perform definition and feasibility analysis as
well as in the API lifecycle release management
• Implement, integrate, and document a variety of software platforms through the RESTful
API framework
• API development with OpenAPI Specifications and other standards
• Apply the latest software design techniques and contribute to the technical design of new
solutions
• Modify existing programs, prepare test data and functional specifications.
• Troubleshoot issues and solve problems, identify potential process improvement areas
• Implement common APIs based on architecture guidelines and frameworks
• Responsible for mapping, designing specs for transformation between API Gateway and
backend service
• Write object-oriented, clean, and maintainable code
• Deliver quality results on time with minimal supervision
• Ensuring that integrations run smoothly.
• Scaling projects based on client feedback.
• Mentoring/training in API architecture & code quality
• Work closely with API Solutions Architect and Platform Administrators
• Work closely with the Business Product Owners, and must understand the short and
medium term strategy for the business
Requirements:
• Experience working with PHP, performing unit testing, and managing APIs such as
RESTful.
• A solid understanding of application design using Laravel.
• Knowledge of database design and querying using SQL.
• Proficiency in HTML and JavaScript.
• Practical experience using the MVC architecture.
• A portfolio of applications and programs to your name.
• Problem-solving skills and critical mindset. - Great communication skills.
• Desire and ability to learn
Role : Lead Dot net Developer
Experience : 9 to 11 Years
Job Location : Chennai
About OJ Commerce:
OJ Commerce is a fast-growing, profitable online retailer based in Florida, USA with a full-fledged India office based in Chennai driven by a sophisticated, data-driven system to run the operations with virtually no human intervention. We strive to be the best-in-class ecommerce company delivering exceptional value to customers by leveraging technology, innovation and brand-partnerships to provide a seamless & enjoyable shopping of high-quality products at the best prices to our customers.
Responsibilities:
-
Self-Motivated and committed individual with ability to take initiatives and manage change and work towards agreed targets/goals and with creative approach to work
-
Collaborative with team using Agile methodologies to encourage creative design thinking and find innovative ways to develop with cutting edge technologies
-
Provides the Development Lead with accurate and precise estimates for assigned task duration, along with confidence levels and foreseeable dependencies
-
Provides problem resolution support, specific to application issues, identifies and resolves problems in application software, determines symptoms and ensures accurate problem definition
-
Develop documentation throughout the software development life cycle (SDLC)
Skills
-
9+ years of experience as Lead hands-on developer with deep experience in building enterprise grade software in Microsoft ASP.NET Core, ASP.NET MVC, Web API, SOA, Micro-Services and RESTful Services with knowledge of SQL Server database.
-
Strong experience in developing web applications in C#, .NET, LINQ, Net Framework 4.0, MVC 3/4/5, JQuery, Server side development experience with ASP.NET Web API
-
Experience in Containers like Docker, Kubernetes and Cloud platforms like Google Cloud, AWS.
-
Hands-on experience in building SOA or Micro-services preferably on .NET Core.
-
Strong expertise in an object oriented principles and software design patterns.
-
Proven Architectural skills with high standards in Code quality
-
Knowledge of AngularJS or Typescript would be added advantage.
-
Experience in DevOps, Agile practise, CI/CD tools, TFS and Cloud infrastructure.
What we Offer
• Competitive salary
• Medical Benefits/Accident Cover
• Flexi Office Working Hours
• Fast paced start up
Hello to the Amazing Devs out there,
We're ToastApp. We're on a mission to revamp the Dine-In experience for the customers as well as for the restaurants.
We're growing rapidly and this search for a new techie is to enable us and push for exponential growth. This is where you come in. You're a proactive, sharp and self-motivated individual who is eager to learn and take ownership across our applications. You love communicating and working with others in your team towards success, taking us from where we are now to where we want to be!
Our ideal candidate has:
Strong knowledge of Python (3+ years)
Experience with Redis and queues (Celery/Dramatiq)
Strong knowledge of MongoDB and PSQL DBs
Experience with modern APIs based on REST (Flask, FastAPI)
Fluent English and excellent communication skills
Passion for writing clean code and tests
Nice to have:
Experience creating products for developers, data engineers and/or data consumers
Experience with ElasticSearch
Hands-on approach and is proactive
A keen eye for detail, striving for perfection
Our tech stack:
Python, Flask
Redis
RabbitMQ
Mongo, MySQL
Github
On a typical day, you will:
Uphold our high engineering standards and bring consistency to our product development
Create and develop new functionalities as well as maintain existing ones
Write clean and scalable code
Write code-reviews
Learn best practices from other team members
Benefits:
Our team is based out of Hyderabad. We believe the best work happens when given lots of uninterrupted time that's free of distractions.
8L - 28L Based on experience
ESOPs
22 days holidays
Performance-based Quarterly Bonus









