
BigCommerce Developer
at Leading IT solutions provider with global reach and workflow
Job Description:
We are looking for a skilled BigCommerce Developer. This role involves leading the development and customization of BigCommerce solutions, ensuring smooth execution and delivering high-quality projects. If you're passionate about eCommerce development and thrive in a dynamic environment, this is the perfect opportunity for you!
Key Responsibilities:
- Lead and contribute to the development and customization of BigCommerce and Shopify-based solutions.
- Collaborate with cross-functional teams to define, design, and deliver eCommerce solutions that meet client requirements.
- Develop, test, and maintain websites using web technologies including HTML, CSS, JavaScript, jQuery, ReactJS, and NextJS.
- Ensure that all eCommerce projects are delivered on time, within scope, and within budget.
- Troubleshoot and resolve issues related to website functionality, integrations, and performance optimization.
- Stay up-to-date with the latest BigCommerce platform updates and industry trends.
- Mentor and guide junior developers, providing technical direction and support.
Requirements:
- Proven experience as a Team Leader or Senior Developer in eCommerce development, specifically with BigCommerce and Shopify.
- Strong knowledge of eCommerce platforms (BigCommerce, Shopify) and related integrations.
- Proficiency in web development languages such as HTML, CSS, JavaScript, jQuery, ReactJS, and NextJS.
- Experience with project management tools and methodologies, with a successful track record of delivering projects.
- Strong problem-solving abilities and strategic thinking.
- Exceptional communication and interpersonal skills.
- Ability to adapt and work effectively in a fast-paced, dynamic environment.
- Must be a positive, energetic individual with a winning mentality, curiosity, and creativity.
Desirable Qualities:
- Excellent communication skills, both written and verbal.
- A collaborative mindset with a focus on fostering a positive team culture.
- Eagerness to contribute to the growth and success of the company by bringing innovative ideas and solutions.

Similar jobs (10)

Position: Full Stack Developer ( PHP Codeigniter)
Company : Mayura Consultancy Services
Experience: 2 yrs
Location : Bangalore
Skill: HTML, CSS, Bootstrap, Javascript, Ajax, Jquery , PHP and Codeigniter or CI
Work Location: Work From Home(WFH)
Apply: Please apply for the job opening using the URL below, based on your skill set. Once you complete the application form, we will review your profile.
Website:
https://www.mayuraconsultancy.com/careers/mcs-full-stack-web-developer-opening?r=jlp
Requirements :
- Prior experience in Full Stack Development using PHP Codeigniter
Perks of Working with MCS :
- Contribute to Innovative Solutions: Join a dynamic team at the forefront of software development, contributing to innovative projects and shaping the technological solutions of the organization.
- Work with Clients from across the Globe: Collaborate with clients from around the world, gaining exposure to diverse cultures and industries, and contributing to the development of solutions that address the unique needs and challenges of global businesses.
- Complete Work From Home Opportunity: Enjoy the flexibility of working entirely from the comfort of your home, empowering you to manage your schedule and achieve a better work-life balance while coding innovative solutions for MCS.
- Opportunity to Work on Projects Developing from Scratch: Engage in projects from inception to completion, working on solutions developed from scratch and having the opportunity to make a significant impact on the design, architecture, and functionality of the final product.
- Diverse Projects: Be involved in a variety of development projects, including web applications, mobile apps, e-commerce platforms, and more, allowing you to showcase your versatility as a Full Stack Developer and expand your portfolio.
Joining MCS as a Full Stack Developer opens the door to a world where your technical skills can shine and grow, all while enjoying a supportive and dynamic work environment. We're not just building solutions; we're building the future—and you can be a key part of that journey.
About the Role
We’re looking for a Senior Software Engineer who takes ownership seriously, someone who
designs solutions, ships them, and stands behind them in production. You’ll work across a
technically interesting stack on systems that process millions of provider records.
This is a role with real scope: you’ll influence architecture, shape engineering practices, and
work directly with product and leadership to solve hard problems in a domain that genuinely
matters.
Problems You’ll Solve
Healthcare’s provider data problem is a hard distributed systems problem. Hundreds of primary
sources state boards, payers, federal registries each with their own schema, SLA, and failure
mode. Downstream, real credentialing and network decisions depend on whatever truth we can
surface.
API contract stability at velocity. You’re building a platform hundreds of integrations depend
on. How do you evolve a Quarkus/REST API, adding resources, deprecating fields, shifting data
models without breaking consumers? Contract-first design, versioning strategy, and backward
compatibility aren’t theoretical here.Integration reliability at scale. Upstream sources go down, change schemas, and return dirty
data. You’ll build the patterns that absorb that chaos idempotent consumers, dead-letter queues,
circuit breakers, and reconciliation pipelines on top of Kafka and Spanner.
Entity resolution on messy real-world data. Deduplicating and reconciling provider records
across hundreds of heterogeneous sources, where a wrong merge has downstream
consequences. MDM patterns, confidence scoring, and deterministic vs. probabilistic matching
at scale.
AI-augmented velocity without regression. We use Cursor and Claude Code as force
multipliers. The engineering problem is building review culture, eval frameworks, and test
coverage that keeps quality high as output volume increases.
Observability for a data platform, not just a service. Uptime isn’t enough; you need to know
when a provider record is stale, inconsistent, or wrong. You’ll instrument data quality and
lineage, not just p99 latency.
What We’re Looking For
Engineering fundamentals
* 8+ years building and maintaining production-grade systems including systems where
your API is someone else’s dependency and breaking it has real downstream
consequences
* Track record of shipping high-quality software in fast-paced environments you define the
solution, not just implement a spec
* Strong engineering fundamentals: testing, clean code, maintainability, and performance
optimization
* Experience improving system reliability you’ve debugged hard production problems and
made them not happen again, with SLOs and alerting to prove it
* Comfort mentoring earlier-career engineers and influencing technical direction
API & architecture depth
* Deep experience designing and evolving APIs under active consumers: versioning
strategy, backward compatibility, and contract-first thinking
* Fluency across API paradigms REST, GraphQL, gRPC, and async/event-driven APIs
(webhooks, Kafka topics as contracts) and the judgment to know when each is the right
tool
* Hands-on experience with service-oriented and distributed architectures you’ve worked
across SOA, microservices, and event-driven patterns and can make principled tradeoffs
between them based on coupling, latency, and operational complexity
* Experience designing for API consumers as first-class stakeholders SDK ergonomics,
pagination, rate limiting, error semantics, and documentation as part of the contract, not
an afterthought
* Experience with integration patterns at scale you’ve built or maintained systems that
aggregate and normalize data from many heterogeneous upstream sources, and you
understand the reliability and consistency tradeoffs that come with it: circuit breakers, retry
strategies, idempotency, eventual consistency
Data-intensive systems• Strong data modeling instincts you understand the difference between a schema that’s
easy to write and one that’s easy to query, evolve, and trust at scale
* Experience with high-throughput, event-driven systems: you understand ordering
guarantees, consumer lag, and failure modes in Kafka-like architectures
* Strong sense of data quality: lineage, freshness, and correctness matter as much to you
as throughput
AI-era engineering
* In an AI-augmented engineering environment, you write less and review more you’re
skeptical of generated code in the right ways, and you use that leverage to ship 2–3x
what a non-AI-fluent engineer would
* Fluency with AI-assisted engineering tools (Cursor, Claude Code, MCP servers) this is
part of how we work, not a nice-to-have
Communication & compliance
* Strong written and verbal communication you can explain a technical tradeoff to an
engineer and a product manager in the same conversation
* Experience with sensitive data and security best practices (PII, access controls) in
regulated or compliance-adjacent environments
Nice to Have
* Experience building or operating AI/LLM pipelines in production (not just prototypes)
including eval frameworks, fallback behavior, and monitoring for non-deterministic outputs
* Experience with entity resolution or MDM systems at scale deduplicating messy
real-world data across disparate sources
* Familiarity with healthcare credentialing workflows
* Familiarity with healthcare, compliance, or regulated environments
Technologies & Tools
Java 21 / Quarkus · React / TypeScript · GCP (Spanner, BigQuery) · Kafka · Docker /
Kubernetes · GitHub Actions · Sentry · REST / GraphQL / gRPC · Cursor / Claude
Code / Codex
Senior Full Stack Java Developer
Location: Bangalore/ Remote
Experience: 5+ years
Shift: U.K Shift (01:30 PM IST to 10:30 PM IST)
Summary
We are seeking a highly skilled Senior Full Stack Java Developer with strong expertise in backend and frontend technologies. The ideal candidate will have hands-on experience in building scalable applications using Java, Spring Boot, JSP, and modern frontend frameworks, along with excellent communication skills to collaborate effectively with global teams.
Key Responsibilities
- Design, develop, and maintain scalable full-stack applications.
- Implement best practices and design patterns for clean, maintainable code.
- Work with Spring Boot, JSP, and MySQL to build robust backend services.
- Develop responsive UI components using HTML, CSS, JavaScript, jQuery, and Bootstrap.
- Optimize database queries and ensure efficient performance.
- Collaborate with cross-functional teams to deliver high-quality solutions.
- Participate in code reviews, testing, debugging, and deployment activities.
- Work in a U.K shift to support international clients and project requirements.
Must-Have Skills
- Strong expertise in Java and Spring Boot.
- Hands-on experience with JSP, MySQL, and backend services.
- Proficiency in HTML, CSS, JavaScript, jQuery, and Bootstrap for frontend development.
- Solid understanding of design patterns and software architecture.
- Strong debugging, problem-solving, and performance optimization skills.
- Excellent communication and collaboration abilities.
About the Role :
We are seeking a highly skilled Lead Software Developer with a strong background in SaaS product development and expertise in designing scalable, secure, and resilient systems. You will lead the technical architecture of our cloud-native platforms, manage cross-functional
engineering efforts, and implement best practices across backend, frontend, and infrastructure layers.
This is a leadership role based on-site in Jaipur and ideal for someone who enjoys solving complex system challenges and building high-impact software.
Key Responsibilities:
● Lead the design and implementation of scalable SaaS application architecture
● Architect and develop solutions using Laravel, NestJS, Node.js, and AWS
● Build and manage microservices and serverless infrastructure for high availability and maintainability
● Implement and manage asynchronous and parallel request handling for optimized system performance
● Design and scale load handling and queue management systems using BullMQ and Redis
● Develop and integrate real-time data workflows using webhooks and external APIs
● Configure and manage Node.js clusters for performance and fault tolerance
● Collaborate with frontend developers working on React and Vue.js to deliver seamless UI/backend integration
● Ensure code quality, observability, and maintainability across services
● Monitor, debug, and resolve issues in production using logs and performance tracking tools
● Drive CI/CD implementation, infrastructure automation, and DevOps practices
Required Skills & Qualifications:
● 5 - 7 years of experience in full-stack or backend software development
● Proven experience as a Lead Developer on SaaS products
● Proficient in Laravel, NestJS, and Node.js
● Deep understanding of BullMQ, Redis, and message/queue-based architectures
● Experience with asynchronous processing, parallel request handling, and load distribution
● Proficient in microservices and serverless architecture patterns
● Strong command of AWS (EC2, Lambda, RDS, S3, API Gateway, IAM, CloudWatch)
● Hands-on experience with webhooks, job queues, background tasks, and rate-limiting strategies
● Familiarity with Node.js cluster mode and scaling strategies
● Solid experience in debugging, tracing, and performance monitoring
● Frontend integration experience with React or Vue.js (please specify your exposure)
● Strong leadership, collaboration, and mentoring abilities
Preferred Skills (Nice to Have):
● Experience with Docker, Kubernetes, and CI/CD pipelines
● Exposure to event-driven architecture and multi-tenant SaaS platforms
● Familiarity with observability tools such as Grafana, Datadog, or New Relic
- Understand fundamental design principles and best practices for developing backend servers and web applications Gather requirements, scope functionality, estimate and translate those requirements into solutions.
- Implement and integrate software features as per requirements.
- Deliver across the entire app life cycle.
- Work in a product creation project and/or technology project with implementation or integration responsibilities, Improve an existing code base, if required, and ability to read source code to understand data flow and origin
- Design effective data storage for the task at hand and know how to optimize query performance along the way.
- Follow an agile methodology of development and delivery
- Strictly adhere to coding standards and internal practices; must be able to conduct review code Mentor and possibly lead junior developers
- Contribute towards innovation Performance optimization of apps
- Explain technologies and solutions to technical and non-technical stakeholders
- Diagnose bugs and other issues in products
- Continuously discover, evaluate, and implement new technologies to maximize development efficiency
Must have / Good to have:
- 4+ years experience with Core Python development Design and implementation of high-availability, and performant applications on Unix environment
- Good with multithreading and data structures
- Develop back-end components to improve responsiveness and overall performance
- Familiarity with database design, integration wiht applications and python packaging. Familiarity with front-end technologies (like JavaScript and HTML5), REST API, security considerations
- Familiarity with functional testing and deployment automation frameworks
- Experience in development for 3-4 production ready application using Python as programming language
- Experience in writing unit test cases including positive and negative test cases
- Experience of CI/CD pipeline code deployment (Git, SVN, Jenkins or Teamcity)
- Experience with Agile and DevOps methodology
- Very good problem-solving skills
- Experience with Web technologies is a plus
- Experience with ELK stack is a plus.
Summary:
The Learner Company is an education start-up that designs personalized learning experiences by integrating them with the best of what technology offers. We are currently building an online learning engine to host adaptive online courses, simulations, and multiplayer games for institutional partners. We are now in the software development stage of the project.
We are looking for a full-stack developer to join our development team. The developer will be responsible for the overall development and implementation of front and back-end software applications. Their responsibilities will extend from designing system architecture to high-level programming, performance testing, and systems integration.
We are looking for an individual who is optimistic about technology and people, is open to and excited by new ideas, and considers themselves a life-long learner.
Responsibilities:
- Meeting with the software development team to define the scope and scale of software projects.
- Designing software system architecture.
- Completing data structures and design patterns.
- Designing and implementing scalable web services, applications, and APIs.
- Developing and maintaining internal software tools.
- Writing low-level and high-level code.
- Troubleshooting and bug fixing.
- Identifying bottlenecks and improving software efficiency.
- Collaborating with the design team on developing micro-services.
- Writing technical documents.
Required Competencies:
- Bachelor’s degree in computer engineering or computer science.
- Previous experience as a full stack engineer.
- Advanced knowledge of front-end languages including HTML5, CSS, TypeScript, JavaScript, C++, JQuery, React.js and Next.js.
- Knowledge of relational database systems and SQL.
- Familiarity with AWS architecture and working knowledge of services like S3, SES, EC2, RDS and more.
- Proficient in back-end languages including Java, Python, Rails, Ruby, .NET, and PHP.
- Advanced troubleshooting skills.
- Familiarity with MS Word, Excel, PowerPoint, Notion, Veed.io, Linear, Intercom, Plateau, and Miro.
- A strong belief that a team as a whole is greater than the sum of its parts.
- Excellent leadership, communication, and organization skills
Experience Needed: 2+ Years
Location: Bengaluru
- Meeting with the software development team to define the scope and scale of software projects.
- Designing software system architecture.
- Completing data structures and design patterns.
- Designing and implementing scalable web services, applications, and APIs.
- Developing and maintaining internal software tools.
- Writing low-level and high-level code.
- Troubleshooting and bug fixing.
- Identifying bottlenecks and improving software efficiency.
- Collaborating with the design team on developing micro-services.
- Writing technical documents.
Job description
Dear Candidate,(Notice Period - 15 days or Immediate Joiner)
Urgent opening for Full Stack Developer (Angular + React + Node)
Company Name - Askme Technologies
Location - H161, BSI Business Park, Sec 63, Noida
Shift: 10 AM to 7 PM
Job description
We are looking for an experienced and motivated Full Stack professional to be an integral part of our team. You will get hands-on experience in the latest technologies
and skills like ReactJS, NodeJS, MongoDB, REST API, etc. This role is ideal for you if you have a background in Full Stack development and are looking for the next level of
career growth in a fast-paced, learning-based, and merit-driven work environment.
Required Candidate profile
What we are looking for:
- Strong coding and design skills.
- Good command over Data Structures & Algorithms.
- The ability to produce bug-free and production-grade code.
- Skills we consider: React.JS, Vue.JS, Angular.JS, Node.js, Express.JS, MongoDB e.t.c
- Must have prior working experience in any one of PHP Framework i.e Laravel, Codeigniter, CakePHP
- Develop a very high sense of ownership, and the zeal to build scalable applications.
- Develop a deep understanding of the start-up ecosystem.
- Work with a performance-oriented team driven by ownership and open to experiments.
- Build customer-facing technology products for global customers.
- Design and develop end-to-end applications with very high quality.
- Design and develop end-to-end applications with very high quality.











