
Key Responsibilities:
- Lead and mentor a team of Java and Python developers, providing technical guidance and fostering a culture of continuous learning and improvement.
- Oversee the design, development, and implementation of high-performance, scalable, and secure software solutions for the financial services industry.
- Collaborate with product managers and architects to translate business requirements into technical specifications and ensure alignment with overall product strategy.
- Drive the adoption of best practices in software development, including code reviews, testing, and continuous integration/continuous deployment (CI/CD).
- Manage project timelines and resources effectively, ensuring on-time and within-budget delivery of projects.
- Identify and mitigate technical risks, proactively addressing potential issues and ensuring the stability and reliability of our platforms.
- Stay abreast of emerging technologies and trends in Java, Python, and related fields, and evaluate their potential application to our products and services.
- Contribute to the development of technical documentation and training materials.
Required Skillset:
- Demonstrated expertise in Java and Python development, with a strong understanding of object-oriented principles, design patterns, and data structures.
- Proven ability to lead and mentor a team of software engineers, fostering a collaborative and high-performing environment.
- Experience in designing and developing scalable, high-performance, and secure software solutions.
- Strong understanding of software development methodologies, including Agile and Waterfall.
- Excellent communication, interpersonal, and problem-solving skills.
- Ability to work effectively in a fast-paced, dynamic environment.
- Bachelor's or Master's degree in Computer Science or a related field.
- Experience with relational databases (e.g., MySQL, PostgreSQL) and NoSQL databases (e.g., MongoDB, Cassandra).
- Experience with cloud platforms (e.g., AWS, Azure, GCP) is a plus.

About Euphoric Thought Technologies
About
Similar jobs
Fountane Archipelago · Island Role
A Little Bit About the Role
We are looking for a Senior Product Engineer (L3) who thrives in complexity. Most engineers build on blank canvases — you build on someone else’s mess and leave it better than you found it.
The majority of your work at L3 will be on existing, live codebases — disorganised, partially documented, built by multiple teams over multiple years. Your job is to enter those systems, understand them before touching them, extend and clean them without breaking what works, and progressively bring them up to a standard where AI tooling can accelerate further development. This is the core of what L3 does at Fountane. If you have only built greenfield projects, this role will be hard.
You are expected to be genuinely full stack: comfortable owning web applications and mobile apps, the frontend, backend, database, state management, and API integration layer — without needing to hand off to a specialist.
You will work closely with the Concept Engineer on your Island — translating their prototypes into production architecture, raising technical blockers early, and keeping the sprint honest. You will also review code, mentor junior engineers, respond to production incidents, and contribute to the network’s shared knowledge base.
All of this is done primarily with Cursor and Claude as your execution and reasoning tools. AI-assisted engineering is not a feature of this role — it is the method.
AI-First Engineering Expectation
Cursor and Claude are your primary tools — not supplements. Engineers at L3 who are not using AI at the codebase level are not operating at this level.
At L3, AI-assisted engineering means:
- Loading full codebase context into Cursor before writing a single line — understanding the system before touching it.
- Writing scoped, precise refactor prompts that isolate changes to one concern at a time.
- Using Cursor to generate tests that document existing behaviour before any restructuring begins.
- Using Claude for architecture reasoning, decision documentation, and translating CE briefs into structured technical plans.
- Producing inline documentation and decision records as part of the AI-assisted workflow — not as an afterthought.
- Sharing effective prompt patterns and Cursor discoveries with the broader Fountane network — kept to yourself, they are a missed contribution.
Key Responsibilities
Legacy Codebase Refactoring & the Cleaning Phase
This is the primary L3 engagement type at Fountane. You will be handed existing, partially documented codebases — built by previous teams, often without tests, with inconsistent patterns — and your job is to refactor them into a clean, AI-promptable state without losing existing functionality. You use Cursor’s codebase context window to navigate safely, write characterisation tests before touching anything, and make changes in small, reviewable increments. The standard is: every module you leave should be easier to extend by AI tooling than when you found it.
Full Stack Development — Web & Mobile
Build and own the full application layer: React / Next.js web frontends, React Native or Flutter mobile apps, Node.js / Python backends, and relational and non-relational databases. You should be able to pick up web or mobile on any engagement without needing a handoff. Schema design, data modelling, and state architecture are yours to own — including diagnosing and fixing broken or leaking state in existing frontends.
Third-Party API Integrations
Integrate complex third-party services — payments (Stripe), communications (Twilio), auth (Auth0), and others — reliably and without creating brittle dependencies. Own the integration layer end to end: error handling, retries, failure modes, and documentation. If a third-party integration is flaky in production, that is your problem to own.
CE Collaboration & Sprint Integrity
Work directly with the Concept Engineer to translate prototypes into buildable technical plans. Review CE briefs before the sprint starts — if the scope is technically unrealistic, the time to say so is before work begins, not on demo day. Raise blockers against acceptance criteria proactively. You are the technical check on what the CE promises the client.
Security Awareness
Write code that does not require the Lead to security-audit every line. This means: input validation by default, no hardcoded secrets, correct auth scoping, safe handling of user data, and awareness of common vulnerabilities (injection, broken auth, insecure direct object references) in the context of the stacks you work in. You are not the security architect — the Lead owns that — but you are expected to produce code that does not introduce obvious vulnerabilities.
Production Incident Response
When something breaks in production, you are on it. Diagnose the issue, apply a safe fix or rollback, document what happened and why, and hand a clear summary to the Lead for the client post-mortem. Speed matters, but a bad fix that causes a second incident is worse than a slow fix that is correct. Response expectation: acknowledged within 1 hour, resolved or escalated with a clear status within 4 hours.
Codebase Navigation & Safe Refactoring
On all engagements — not just Cleaning Phase work — keep changes small, focused, and reviewable. One type of change per commit. Write tests that document existing behaviour before restructuring. Leave every module easier to understand than when you found it.
Code Review
Review pull requests from L1 and L2 engineers with specific, actionable feedback — not rubber-stamp approvals. A good code review at L3 leaves the author understanding what to do differently next time, not just what to fix now. Review weekly; do not let PRs age.
Mentoring
Review junior engineers’ code weekly with specific, useful feedback — this is distinct from quality-gate code review. The goal here is teaching, not gatekeeping. Run monthly pairing sessions to help them grow. The measure of good mentoring is whether they are becoming more capable and less dependent on you over time.
Documentation
Write short decision records when you make significant technical choices. Leave every module you touch easier to understand than when you found it. Treat documentation as part of the engineering work, not a separate task you do at the end.
Qualifications
- 5+ years of experience as a software engineer, with a strong track record on real production codebases you did not build from scratch — incomplete documentation, inconsistent patterns, other people’s decisions. If your experience is primarily greenfield, this role will be a difficult fit.
- Genuinely full stack across web and mobile: proficient in React / Next.js and at least one of React Native or Flutter, Node.js or Python on the backend, and comfortable with both relational and non-relational databases including schema design.
- Hands-on, daily Cursor and Claude usage at the codebase level. You should be able to describe concretely how you use AI in your engineering workflow — not in general terms.
- Experience integrating complex third-party APIs in production environments — not just following a quickstart guide. You should be able to describe an integration that failed in production and what you did about it.
- Solid security awareness for the stacks you work in: input validation, auth scoping, safe data handling. You do not need a security specialism, but you should not be writing code that introduces obvious vulnerabilities.
- Has conducted meaningful code reviews that improved the code and the author, not just approved the PR.
- Has coached or mentored junior engineers before, and done it well.
- Comfortable with production incident response — diagnosing issues under pressure, applying safe fixes, and communicating clearly to a Lead or client about what happened.
- Treats documentation as part of the job, not an afterthought.
- Bachelor’s or Master’s in Computer Science or a related field, or equivalent experience.
About Fountane
Fountane is a technology ventures lab - one part product studio, one part startup engine. We build high-quality software and AI products for clients ranging from fast-moving startups to large enterprises, and we co-build and invest in new companies when we see the right opportunity.
Founded in 2017 and headquartered in Minneapolis, we have grown to 60+ people across four continents and were recognised as one of America’s fastest-growing companies, ranking No. 699 on the Inc. 5000 with 595% three-year growth.
We are radically open-minded, serious about craft, and direct about expectations. If you want to do meaningful work without politics, this is the place.
Job Title: Data Engineer – GCP (Fullstack)
Location: Remote (Chennai Preferred)
Shift: Day Shift
Experience: 4+ Years
Role Overview
We are seeking a skilled Data Engineer / Platform Engineer to drive value delivery within cross-functional squads by leveraging strong technical expertise. The role involves designing, building, and supporting scalable data and application solutions using GCP, Databricks, Apache Spark, and cloud-native services, while following Agile and engineering best practices.
Key Responsibilities
- Design, build, and maintain backend services and APIs using C#, deployed on GCP Cloud Run.
- Develop and support scalable data and application solutions using Databricks.
- Implement and manage data governance, security, and lineage using Unity Catalog.
- Utilize Apache Spark for large-scale data processing and performance optimization.
- Build, optimize, and maintain robust data pipelines and transformations.
- Work closely with cross-functional teams in Agile squads for solution delivery.
- Implement CI/CD pipelines (preferably using Azure DevOps).
- Manage Infrastructure as Code (IaC) using Terraform on GCP.
- Work with Firestore (NoSQL) and relational databases like PostgreSQL/MySQL.
- Perform debugging, troubleshooting, and performance tuning of applications and data workloads.
Required Skills & Expertise
- 4+ years of experience in Data Engineering / Platform Engineering.
- Strong hands-on experience with Databricks and Apache Spark.
- Experience with Unity Catalog for governance and access control.
- Strong knowledge of GCP services, especially Cloud Run.
- Proficiency in building REST APIs using C#.
- Experience with CI/CD pipelines (Azure DevOps preferred).
- Experience with Terraform (IaC on GCP).
- Hands-on experience with Firestore and relational databases.
- Strong analytical, problem-solving, and debugging skills.
- Experience working in Agile environments.
Job Title:Full Stack Developer
Location: Bangalore, India
About Us:
Meraki Labs stands at the forefront of India's deep-tech innovation landscape, operating as a dynamic venture studio established by the visionary entrepreneur Mukesh Bansal. Our core mission revolves around the creation and rapid scaling of AI-first and truly "moonshot" startups, nurturing them from their nascent stages into industry leaders. We achieve this through an intensive, hands-on partnership model, working side-by-side with exceptional founders who possess both groundbreaking ideas and the drive to execute them.
Currently, Meraki Labs is channeling its significant expertise and resources into a particularly ambitious endeavor: a groundbreaking EdTech platform. This initiative is poised to revolutionize the field of education by democratizing access to world-class STEM learning for students globally. Our immediate focus is on fundamentally redefining how physics is taught and experienced, moving beyond traditional methodologies to deliver an immersive, intuitive, and highly effective learning journey that transcends geographical and socioeconomic barriers. Through this platform, we aim to inspire a new generation of scientists, engineers, and innovators, ensuring that cutting-edge educational resources are within reach of every aspiring learner, everywhere.
Role Overview:
As a Full Stack Developer, you will be at the foundation of building this intelligent learning ecosystem by connecting the front-end experience, backend architecture, and AI-driven components that bring the platform to life. You’ll own key systems that power the AI Tutor, Simulation Lab, and learning content delivery, ensuring everything runs smoothly, securely, and at scale. This role is ideal for engineers who love building end-to-end products that blend technology, user experience, and real-time intelligence.
Your Core Impact
- You will build the spine of the platform, ensuring seamless communication between AI models, user interfaces, and data systems.
- You’ll translate learning and AI requirements into tangible, performant product features.
- Your work will directly shape how thousands of students experience physics through our AI Tutor and simulation environment.
Key Responsibilities:
Platform Architecture & Backend Development
- Design and implement robust, scalable APIs that power user authentication, course delivery, and AI Tutor integration.
- Build the data pipelines connecting LLM responses, simulation outputs, and learner analytics.
- Create and maintain backend systems that ensure real-time interaction between the AI layer and the front-end interface.
- Ensure security, uptime, and performance across all services.
Front-End Development & User Experience
- Develop responsive, intuitive UIs (React, Next.js or similar) for learning dashboards, course modules, and simulation interfaces.
- Collaborate with product designers to implement layouts for AI chat, video lessons, and real-time lab interactions.
- Ensure smooth cross-device functionality for students accessing the platform on mobile or desktop.
AI Integration & Support
- Work closely with the AI/ML team to integrate the AI Tutor and Simulation Lab outputs within the platform experience.
- Build APIs that pass context, queries, and results between learners, models, and the backend in real time.
- Optimize for low latency and high reliability, ensuring students experience immediate and natural interactions with the AI Tutor.
Data, Analytics & Reporting
- Build dashboards and data views for educators and product teams to derive insights from learner behavior.
- Implement secure data storage and export pipelines for progress analytics.
Collaboration & Engineering Culture
- Work closely with AI Engineers, Prompt Engineers, and Product Leads to align backend logic with learning outcomes.
- Participate in code reviews, architectural discussions, and system design decisions.
- Help define engineering best practices that balance innovation, maintainability, and performance.
Required Qualifications & Skills
- 3–5 years of professional experience as a Full Stack Developer or Software Engineer.
- Strong proficiency in Python or Node.js for backend services.
- Hands-on experience with React / Next.js or equivalent modern front-end frameworks.
- Familiarity with databases (SQL/NoSQL), REST APIs, and microservices.
- Experience with real-time data systems (WebSockets or event-driven architectures).
- Exposure to AI/ML integrations or data-intensive backends.
- Knowledge of AWS/GCP/Azure and containerized deployment (Docker, Kubernetes).
- Strong problem-solving mindset and attention to detail.
Job Title: Java Full Stack Developer
Experience: 6+ Years
Locations: Bangalore, Mumbai, Pune, Gurgaon
Work Mode: Hybrid
Notice Period: Immediate Joiners Preferred / Candidates Who Have Completed Their Notice Period
About the Role
We are looking for a highly skilled and experienced Java Full Stack Developer with a strong command over backend technologies and modern frontend frameworks. The ideal candidate will have deep experience with Java, ReactJS, and DevOps tools like Jenkins, Docker, and basic Kubernetes knowledge. You’ll be contributing to complex software solutions across industries, collaborating with cross-functional teams, and deploying production-grade systems in a cloud-native, CI/CD-driven environment.
Key Responsibilities
- Design and develop scalable web applications using Java (Spring Boot) and ReactJS
- Collaborate with UX/UI designers and backend developers to implement robust, efficient front-end interfaces
- Develop and maintain CI/CD pipelines using Jenkins, ensuring high-quality software delivery
- Containerize applications using Docker and ensure smooth deployment and orchestration using Kubernetes (basic level)
- Write clean, modular, and testable code and participate in code reviews
- Troubleshoot and resolve performance, reliability, and functional issues in production
- Work in Agile teams and participate in daily stand-ups, sprint planning, and retrospective meetings
- Ensure all security, compliance, and performance standards are met in the development lifecycle
Mandatory Skills
- Backend: Java, Spring Boot
- Frontend: ReactJS
- DevOps Tools: Jenkins, Docker
- Containers & Orchestration: Basic knowledge of Kubernetes
- Strong understanding of RESTful services and APIs
- Familiarity with Git and version control workflows
- Good understanding of SDLC, Agile/Scrum methodologies
Job Description below :
Required Skills
BSc/B.E./B.Tech in Computer Science or an equivalent field.
5+ years' solid commercial experience in software development using experience using Java8, Spring boot, Hibernate, Spring Cloud and related frameworks.
Experience with Angular 8+ versions, B.J‹JS 6, IS/TypeScript
Knowledge of HTML/CSS
Good understanding of Design Patterns
Proficiency with SQL database development, including data modelling and DB performance tuning
Ability to work with customers, gather requirements and create solutions independently
Active participation within and among teams and colleagues distributed globally
Excellent problem-solving skills, in particular a methodical approach to dealing with problems across distributed systems.
Agile development experience
Desired Skills
Experience with angular forms
Experience with dynamic forms/ dynamic angular components
Experience with java Spring boot
Knowledge of Kafka Stream Processing
Understanding of secure software development concepts, especially in a cloud platform
Good communication skills.
Strong organizational skills.
Understanding of test management and automation software (e.g. ALM, Jira, JMeter).
Familiarity with Agile frameworks and Regression testing.
Previous experience within the Financial domain.
Job description
Full Job Description
Experience: 2 to 4 years
Requirements:
Skills And Qualifications
- Strong knowledge of PHP web frameworks
- Understanding the fully synchronous behavior of PHP
- Understanding of MVC design patterns
- Basic understanding of front-end technologies, such as JavaScript, HTML5, and CSS3
- Knowledge of object oriented PHP programming
- Understanding accessibility and security compliance
- Strong knowledge of the common PHP or web server exploits and their solutions
- Understanding fundamental design principles behind a scalable application
- User authentication and authorization between multiple systems, servers, and environments
- Integration of multiple data sources and databases into one system
- Familiarity with limitations of PHP as a platform and its workarounds
- Creating database schemas that represent and support business processes
- Familiarity with SQL/NoSQL databases and their declarative query languages
- Proficient understanding of code versioning tools, such as Git
Location:
- Banjarahills, Hyderabad, Telangana
- Bachelor's (Preferred)
Experience:
- PHP: 2 to 4 years (Preferred)
Company : A product development MNC
Job Location: Hyderabad
Share profile to connectatfiletaskdotin
About the company:
Saara is a fast-growing, Techstars backed E-commerce returns reduction and automation startup. We use AI/ML to not only help e-tailers be successful but also save the environment by reducing returns.
Overview:
We are currently looking to hire sharp Software developers who are passionate & excited to learn. This position is part of our engineering team.
Responsibilities
- As a Software developer, you will design and implement multi-tier (DB, services, and web) software applications, and document, test, fix and enhance systems when needed.
- In your agile team, you will closely work with other engineers, your manager and create solutions that meet business requirements.
- You will spend most of your time developing clean code with limited abstraction. You will constantly work to learn new technologies and improve your skillsets.
Requirements :
- 3-6 years of experience preferably in the e-commerce solution domain
- Good Knowledge of Python, Node.js, MySQL/Mongo, Javascript, HTML5, CSS3.
- Expertise in at least one JavaScript framework such as Vuejs, Angularjs or reactjs, etc.
- Must have experience in Django/Flask framework along with Microservices
- Must have good experience in writing SQL queries and optimization.
- Working knowledge of code repositories like Gitlab/Bitbucket.
- Should have the ability to use well-known design patterns to plan implementations or refactor existing solutions.
- Must have a good understanding of RESTful best practices
- A plus if you have worked with diverse data sources especially the NoSQL database.
- Knowledge of Azure/Aws is a must for server deployments.
- Knowledge of ML is added advantage.
- Good colleges preferred.
- Startup experience preferred
|
Responsibilities: A listing of the key responsibilities |
|
· Build an enterprise application using Java, Spring boot, Hibernate, Gradle. · Work with Postgres database on AWS RDS. · Manage the application on AWS cloud. · Maintain necessary documentation for the project. · Fix the issues reported by application users. · Code Review and Code Optimization · Coordinate with the development team to manage the fixes and code changes and code merge · Manage the backend Java, Database changes/bugs along with UI changes/bugs. · You should know what RESTful services are and have experience working with such APIs in the backend. · Exposure to Java based technologies such as the Spring framework and RDBMS such as PostgreSQL is preferred. You must be able to connect to a database, write simple SQL statements to verify end-to-end functionality. |
|
· |
Minimum Qualifications:
- Minimum 5 years of experience with Java platform and technologies.
- Minimum 5 years of experience with HTML5, CSS and Angular.
- Experience with enterprise level application design and development is a must.
- Expert level knowledge in Java Spring framework, JHipster, PostgreSQL, HTML5, Angular, CSS
- Must have previously worked in an environment using version control systems such as Bitbucket.
- Good knowledge of RDBMS such as Postgres and MySQL. Should be proficient in SQL and assessing performance of queries. Some ability to monitor and maintain the database is needed.
- Experience with AWS RDS is MUST.
- Minimum 3 years of experience deploying Java applications on the AWS cloud.
- Ability to handle front-end development (Angular JS) is a MUST.
- Experience working with Monday, Atlassian project management tools (JIRA/Bitbucket/Confluence) or similar is a must.
2. Should have good communication skills.
3. Should have good Git knowledge.
4. Should have great problem-solving skills.
5. Should have good knowledge about REST architecture and HTTPS.
6. Should have knowledge about object-oriented programming.
7. Knowledge about Firebase & Node.js is an added advantage.
8. Mention the word 'React' at the start of your application so that we know
you read our requirements clearly.
Greetings from SMARK Info Solutions!!
We are writing to you from SMARK Info Solutions we are a young company with a technically capable, entrepreneurial, and sophisticated team.
We are reaching out to you for Full-stack Senior Software Engineer (SSE) opportunity with one of our client here in Hyderabad.
The Role
The Full-stack Senior Software Engineer (SSE) in this role will support development and design teams to build scalable web applications and products.
Responsibilities include (but are not limited to):
Support delivery of software components including design and writing/reviewing code
Work within and across Agile to design, develop, test, and implement technical solutions across a full-stack of development tools and technologies
The Candidate
The ideal Full-stack Senior Software Engineer has strong coding skills, has a solid design aesthetic and is determined to create great user experiences.
Key Requirements and Qualifications:
- 3-9 years of professional experience with designing, implementing, deploying, and maintaining front end web applications and related backend services
- Must have worked on Java Spring & Hibernate Framework with strong experience in JavaScript/ Angular-JS, Core Java, J2EE and other related technologies
- Knowledge of Web Service implementation (Restful and SOAP)
- Hands on experience in OOAD and Design Patterns
- Knowledge of Data Structures and Algorithm
- Front-end experience with Angular, JavaScript, HTML, CSS, JQuery, Type Script, ES6
- Experience in JS frameworks (Angular/AngularJS,) and willingness/ability to learn new frameworks if required
- Knowledge of professional software engineering practices and best practices
- Strong communication, organization and project management skills.
Thanks,
Anusha.M
SMARK Info Solutions,
www.smarkinfosolutions.com









