Cutshort logo
DevotTED logo
MEAN Backend / Full Stack Developer
MEAN Backend / Full Stack Developer
DevotTED's logo

MEAN Backend / Full Stack Developer

DevotTED Talent's profile picture
Posted by DevotTED Talent
3 - 6 yrs
₹3L - ₹5L / yr
Hyderabad
Skills
skill iconNodeJS (Node.js)
MEAN stack
skill iconMongoDB
skill iconJavascript
Agile/Scrum
NOSQL Databases
skill iconHTML/CSS
AWS Lambda
MEAN Backend / Full Stack Developer Job Description MEAN Back-end (MongoDB, Express.JS, Angular.JS, Node.JS) developer (Full Stack) is responsible for the development and maintenance of back-end applications. Your primary focus will be the development of Back end applications and their integration with front-end services. You will be working along-side other engineers and developers working on different layers of the infrastructure. Therefore, commitment to collaborative problem solving, sophisticated design, and creating quality products is essential. Responsibilities / Duties Architect entire back-end which includes both Database and back end layers which connects with android front-end seamlessly. Design, build, and maintain high performance, reusable, and reliable code. Contribute in all phases of the development life cycle. Ensure the best possible performance, quality, and responsiveness of the application Identify and correct bottlenecks and fix bugs. Help maintain code quality. Should work on minimum supervision, strong communication and interpersonal skills, and positive learning attitude, pleasant personality and professional mindset. Performance tuning, optimization techniques, quality standards, industry best practices. Knowledge of Agile Scrum, Waterfall, Pair programming. Experience of product release cycles, etc. Write unit tests and work with the QA team to further develop testing frameworks. Participate in code and design reviews with your peers to ensure high quality, efficient code and design are used in all your work Spend time researching and evaluating new and relevant technologies and techniques in the mobile space. Evaluate new versions of Android, Android Studio and related libraries and technologies used in our apps. Self-motivator, facilitator, and capable of executing and managing entire App Development process (End to End). Good communication and interpersonal skills, pleasant personality and professional mindset. Excellent problems solving, debugging skills, Can help, mentor and manage the technical team, junior developers. Skills Required: Solid working experience in MEAN Backend (MongoDB, Express.JS, Node.JS) with very strong JavaScript and strong knowledge on entire MEAN Stack (Including Angular.JS). Knowledge on HTML5, CSS3, Bootstrapping, XML, and other NoSQL databases (DynamoDB, etc.), RDBMS (MySQL, SQL Server, Oracle, etc.) is an added advantage. Distributed Technology Web Services (SOAP, RESTFUL) Strong experience in API development & integration, Database Design, third party libraries. AWS Cloud framework (Serverless) and technologies experience. Utilize GIT and JIRA/Confluence to manage your work. Performance tuning, optimization techniques, quality standards, industry best practices. Experience: At least 2 years in MEAN Front-end development, and total (3-5) years of overall experience. Previous working experience with a startup would be an advantage. Education: Engineering (Preferably CS), MCA, M.Tech or any equivalent or higher technical degree from a good university/college with good academic score. Compensation: Total CTC will be 3-5 Lakhs/Year depends on the experience, skill, knowledge and mindset.
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 DevotTED

Founded :
2017
Type :
Products & Services
Size :
20-100
Stage :
Bootstrapped

About

Company Offerings (Your Career Growth with us):

DevotTED is a highly motivated and mission oriented Startup Company (Founded and Funded by NRIs) with a great vision and high projected growth, strongly believe in Solid SEED Team to take the company to the next level who would REAP THE BENEFITS of the growth of the company (Win-Win).

 

We are designed to scale up and grow exponentially which will benefit the early stage employees along with the company’s growth, both in terms of financial and job positioning.

Read more

Connect with the team

Profile picture
DevotTED Talent
Profile picture
aparna rao

Company social profiles

linkedin

Similar jobs

J&F
Remote, Delhi, Noida, Chennai, Bengaluru (Bangalore)
4 - 10 yrs
₹14L - ₹35L / yr
skill iconPython
skill iconNodeJS (Node.js)
AWS Lambda
skill iconPostgreSQL
Serverless
+2 more

Role overview:

We are hiring one Senior Backend Engineer to take end-to-end ownership of our serverless backend — a hands-on IC role for someone both technically excellent and comfortable being one of the few people the entire backend depends on. You'll own the services across several Node.js and Python repositories, work directly with the founders and product team, and set the technical bar for reliability, security, and performance.


Key responsibilities

  • Design, build, and operate AWS Lambda services across our HCM/workforce, project-management, commercial/revenue, permissions, and document domains — each comprising dozens of functions.
  • Own the multi-tenant PostgreSQL data layer — schema design, query performance, and the permission/relationship model — end to end.
  • Maintain and evolve the request path — API Gateway → custom Lambda authorizer → VPC-bound Lambda → private databases — including the runtime IAM/credential model that scopes every request.
  • Safeguard tenant isolation and security across a per-company Cognito authentication model.
  • Build and maintain integrations with external construction data environments (Asite, Autodesk Construction Cloud), including large-scale document synchronization.
  • Optimize performance and reliability to keep latency-sensitive endpoints well within platform limits under growing load.
  • Raise the engineering bar — testing, observability, CI/CD, and modernization of legacy components.
  • Debug and resolve production incidents to root cause, and put safeguards in place so they don't recur.
  • Document decisions and designs and collaborate with the frontend (Angular) and product teams.


Challenges you'll solve.

We prefer to be candid — these are the problems that make this role genuinely interesting:

Latency under a hard ceiling

API Gateway terminates any request beyond ~29 seconds regardless of the Lambda's own timeout — yet much of our value comes from heavy cross-project reporting. You'll keep p95 latency within budget through set-based SQL, pagination, streaming, and asynchronous processing.

Least-privilege, per-request security

A shared custom authorizer mints short-lived, request-scoped credentials via sts:AssumeRole under a strict 2,048-character inline session-policy limit. You'll design permission models that stay within that budget and reason about IAM precisely.

Graph-shaped data, relational store

The permission and relationship model is inherently graph-like, but lives in PostgreSQL — you'll model it with recursive queries, careful indexing, and set-based traversal rather than reaching for a separate graph engine.

Watertight multi-tenancy

One Cognito pool per company and tenant-scoped access throughout — isolation is a first-order concern.

VPC-bound serverless

Lambdas run inside a VPC to reach private databases; you'll manage cold starts, connection lifecycles, and pool limits.

Resilient external integrations

Syncing large document sets from third-party APIs (including SOAP/XML) demands backpressure, deduplication, retries, and graceful partial-failure handling.

Compute-heavy workloads

Server-side PDF generation, image processing, and multi-currency handling within Lambda's memory and time constraints.


The stack.

Runtime — Node.js, Python, AWS Lambda

AWS services — -1 API Gateway, Lambda, Cognito, STS / IAM, Secrets Manager, S3 CloudWatch, VPC, EC2

Infrastructure & CI/CD- AWS SAM, CodePipeline → CodeBuild Shared Data —PostgreSQL


Qualifications.

  • 5+ years building and operating production backend systems.
  • Deep expertise in Node.js and JavaScript — the asynchronous model, event loop, and memory behavior — plus solid working proficiency in Python and its production behavior.
  • Strong hands-on AWS experience, ideally serverless (Lambda, API Gateway, IAM/STS, VPC, Secrets Manager, CloudWatch) — able to reason about IAM policies, not just apply them.
  • Advanced SQL and relational data modeling — set-based query design and a working understanding of why N+1 patterns cause production issues.
  • Proven production-debugging ability — root-cause analysis in distributed systems from logs and first principles.
  • Strong ownership, sound judgment, and clear written communication — able to make good decisions with incomplete information and explain trade-offs to non-engineers.


Interview Process:

Introductory call-Mutual fit and role overview.

Technical deep-dive- A walkthrough of a challenging production problem you have owned.

Practical exercise -A realistic backend task, or a walkthrough of your own representative code.

System design- Collaborative design on a real scenario.

Final conversation- Values, ownership, compensation, and offer.


Read more
Vivanet
at Vivanet
1 candid answer
Ashish Uikey
Posted by Ashish Uikey
Pune
5 - 8 yrs
Best in industry
skill iconPython
skill iconDjango
skill iconFlask
API
RESTful APIs
+8 more

Job Description: Senior Python Developer (Document Automation)

Experience: 5+ Years

Location: Pune (Work from Office)

Employment Type: Contract (6 Months + Renewable)

Compensation: Market Standards / Open

 

Professional Summary

We are looking for a Senior Python Developer with 5+ years of experience for a contract-based role in Pune. The ideal candidate will have deep expertise in backend systems and specialized experience in document generation and manipulation using Python libraries.


Key Responsibilities

  • Develop and maintain backend services using Python.
  • Implement automated document generation workflows (DOCX, PDF, etc.).
  • Design and optimize data extraction and document manipulation modules.
  • Ensure high performance and responsiveness of backend applications.
  • Collaborate with the team to define and implement API integrations.


Technical Requirements

  • Minimum 5 years of professional experience in Python development.
  • Hands-on experience with Python-docx for creating and updating .docx files.
  • Proficiency in document processing libraries (e.g., PyPDF2, ReportLab, or Pandas for data export).
  • Strong knowledge of Python web frameworks (Django, Flask, or FastAPI).
  • Experience with XML and template-based document generation.
  • Solid understanding of SQL/NoSQL databases.
  • Experience with version control (Git) and CI/CD pipelines.
Read more
Media and Entertainment Industry
Media and Entertainment Industry
Agency job
via Peak Hire Solutions by Dharati Thakkar
Noida
4 - 8 yrs
₹20L - ₹45L / yr
TypeScript
skill iconMongoDB
Microservices
MVC Framework
Google Cloud Platform (GCP)
+14 more

Required Skills: TypeScript, MVC, Cloud experience (Azure, AWS, etc.), mongodb, Express.js, Nest.js

 

Criteria:

Need candidates from Growing startups or Product based companies only

1. 4–8 years’ experience in backend engineering

2. Minimum 2+ years hands-on experience with:

  • TypeScript
  • Express.js / Nest.js

3. Strong experience with MongoDB (or MySQL / PostgreSQL / DynamoDB)

4. Strong understanding of system design & scalable architecture

5. Hands-on experience in:

  • Event-driven architecture / Domain-driven design
  • MVC / Microservices

6. Strong in automated testing (especially integration tests)

7. Experience with CI/CD pipelines (GitHub Actions or similar)

8. Experience managing production systems

9. Solid understanding of performance, reliability, observability

10. Cloud experience (AWS preferred; GCP/Azure acceptable)

11. Strong coding standards — Clean Code, code reviews, refactoring

 

Description 

About the opportunity

We are looking for an exceptional Senior Software Engineer to join our Backend team. This is a unique opportunity to join a fast-growing company where you will get to solve real customer and business problems, shape the future of a product built for Bharat and build the engineering culture of the team. You will have immense responsibility and autonomy to push the boundaries of engineering to deliver scalable and resilient systems.

As a Senior Software Engineer, you will be responsible for shipping innovative features at breakneck speed, designing the architecture, mentoring other engineers on the team and pushing for a high bar of engineering standards like code quality, automated testing, performance, CI/CD, etc. If you are someone who loves solving problems for customers, technology, the craft of software engineering, and the thrill of building startups, we would like to talk to you.

 

What you will be doing

  • Build and ship features in our Node.js (and now migrating to TypeScript) codebase that directly impact user experience and help move the top and bottom line of the business.
  • Collaborate closely with our product, design and data team to build innovative features to deliver a world class product to our customers. At company, product managers don’t “tell” what to build. In fact, we all collaborate on how to solve a problem for our customers and the business. Engineering plays a big part in it.
  • Design scalable platforms that empower our product and marketing teams to rapidly experiment.
  • Own the quality of our products by writing automated tests, reviewing code, making systems observable and resilient to failures.
  • Drive code quality and pay down architectural debt by continuous analysis of our codebases and systems, and continuous refactoring.
  • Architect our systems for faster iterations, releasability, scalability and high availability using practices like Domain Driven Design, Event Driven Architecture, Cloud Native Architecture and Observability.
  • Set the engineering culture with the rest of the team by defining how we should work as a team, set standards for quality, and improve the speed of engineering execution.

 

The role could be ideal for you if you

  • Experience of 4-8 years of working in backend engineering with at least 2 years of production experience in TypeScript, Express.js (or another popular framework like Nest.js) and MongoDB (or any popular database like MySQL, PostgreSQL, DynamoDB, etc.).
  • Well versed with one or more architectures and design patterns such as MVC, Domain Driven Design, CQRS, Event Driven Architecture, Cloud Native Architecture, etc.
  • Experienced in writing automated tests (especially integration tests) and Continuous Integration. At company, engineers own quality and hence, writing automated tests is crucial to the role.
  • Experience with managing production infrastructure using technologies like public cloud providers (AWS, GCP, Azure, etc.). Bonus: if you have experience in using Kubernetes.
  • Experience in observability techniques like code instrumentation for metrics, tracing and logging.
  • Care deeply about code quality, code reviews, software architecture (think about Object Oriented Programming, Clean Code, etc.), scalability and reliability. Bonus: if you have experience in this from your past roles.
  • Understand the importance of shipping fast in a startup environment and constantly try to find ingenious ways to achieve the same.
  • Collaborate well with everyone on the team. We communicate a lot and don’t hesitate to get quick feedback from other members on the team sooner than later.
  • Can take ownership of goals and deliver them with high accountability.

 

Don’t hesitate to try out new technologies. At company, nobody is limited to a role. Every engineer in our team is an expert of at least one technology but often ventures out in adjacent technologies like React.js, Flutter, Data Platforms, AWS and Kubernetes. If you are not excited by this, you will not like working at company. Bonus: if you have experience in adjacent technologies like AWS (or any public cloud provider, Github Actions (or CircleCI), Kubernetes, Infrastructure as Code (Terraform, Pulumi, etc.), etc.

 

 

Read more
Next gen email marketing platform startup
Next gen email marketing platform startup
Agency job
via Qrata by Blessy Fernandes
Remote only
2 - 6 yrs
₹15L - ₹35L / yr
skill iconNodeJS (Node.js)
NOSQL Databases

Responsibilities

  • Take product ideas from ideation to implementation
  • Design and develop backend services that expand the capabilities of the product
  • Write high quality, structured application/interface code and tests
  • Lead engineering discussions to ensure the best practices, maintainability and security of the application
  • Participate in design and code reviews

We are looking for

  • 3+ years of experience building quality applications
  • Proficient in Node JS, NoSQL databases
  • Strong working knowledge of Web technologies and APIs
  • Passion for best design and coding practices and a desire to develop new bold ideas
  • Experience in planning, designing architecture and working with teams
  • Experience with SaaS product or an early stage startup is a plus
Read more
xoxoday
at xoxoday
2 recruiters
Agency job
via Jobdost by Sathish Kumar
Bengaluru (Bangalore)
4 - 7 yrs
₹20L - ₹35L / yr
skill icon.NET
ASP.NET
skill iconC#
skill iconAmazon Web Services (AWS)
MVC Framework
+4 more

 

Senior Backend Developer (C# and .NET)

Hybrid / On-site (Bangalore)

What is the role?

Xoxoday is looking for a candidate who has a strong background in the design and implementation of scalable architecture and a good understanding of Algorithms, Data structures, and design patterns. Candidates must be ready to learn new tools, languages, and technologies. We are offering hybrid / remote options as well.

Basic Qualifications:

  • At least 4 -7 years of experience as a software developer.
  • At Least 3 years of experience in .net core C#, AWS stack, MS SQL Server, MVC, NodeJS experience is a plus
  • Strong working knowledge in distributed event-driven messaging architecture/platform
  • Strong knowledge in data access layer especially ability to work with stored procedure
  • Established and stimulated software development standards and processes along with best practices for delivery of scalable and high-quality software.
  • Production experience with AWS stack
  • Fluent English speaker

Preferred Qualifications:l

  • Experience working with OOP languages.
  • Experience designing and developing Microservices and SOA.
  • Experience working with AWS Kinesis, Lambda, SQS, S3, ElastiCache, ElasticSearch, Kubernetes, EventBridge, RDS, CloudWatch, APIGateway
  • Experience designing and building high-performance scalable web services.
  • Experience in REST API design and implementation.
  • Experience in unit testing, test automation, and continuous delivery.
  • Experience with stream-processing and message-broker software.

Nice to have:

  • Experience working with distributed teams.
  • Ability to work independently and as part of a team.
  • Ability to work quickly toward tight deadlines, and make smart tradeoffs between speed, accuracy, and maintainability.
  • Bachelor's or Master's degree in computer science (or equivalent professional experience).

What can you look for?

A wholesome opportunity in a fast-paced environment that will enable you to juggle between concepts, yet maintain the quality of content, interact, and share your ideas and have loads of learning while at work. Work with a team of highly talented young professionals and enjoy the benefits of being at Xoxoday.

We are

Xoxoday is a rapidly growing fintech SaaS firm that propels business growth while focusing on human motivation. Backed by Giift and Apis Partners Growth Fund II, Xoxoday offers a suite of three products - Plum, Empuls, and Compass. Xoxoday works with more than 2000 clients across 10+ countries and over 2.5 million users. Headquartered in Bengaluru, Xoxoday is a 300+ strong team with four global offices in San Francisco, Dublin, Singapore, New Delhi.

Way forward

We look forward to connecting with you. As you may take time to review this opportunity, we will wait for a reasonable time of around 3-5 days before we screen the collected applications and start lining up job discussions with the hiring manager. We however assure you that we will attempt to maintain a reasonable time window for successfully closing this requirement. The candidates will be kept informed and updated on the feedback and application status.

Read more
App Innovation Technologies
AIT Careers
Posted by AIT Careers
Coimbatore, Erode, Trichur, Salem
1 - 4 yrs
₹1L - ₹4L / yr
skill iconNodeJS (Node.js)
skill iconMongoDB
Mongoose
skill iconExpress

A Node.js job description typically outlines the responsibilities, qualifications, and expectations for a Node.js developer or related role. Node.js is a popular runtime environment for executing JavaScript on the server-side, making it an essential technology for web and application development. Below is a sample Node.js job description:

Job Title: Node.js Developer

Job Description:

Position Overview:

We are seeking a skilled Node.js developer to join our dynamic team. As a Node.js developer, you will be responsible for designing, implementing, and maintaining server-side applications using Node.js. Your primary focus will be on developing scalable, efficient, and high-performance applications while working closely with our front-end and back-end developers.

Responsibilities:

  1. Develop server-side applications using Node.js and Express.js or other Node.js frameworks.
  2. Collaborate with front-end developers to integrate user-facing elements with server-side logic.
  3. Build and optimize APIs for mobile and web applications.
  4. Implement security and data protection measures.
  5. Troubleshoot and resolve software defects and performance issues.
  6. Write clean, maintainable, and testable code.
  7. Deploy applications on cloud platforms like AWS, Azure, or Heroku.
  8. Stay up-to-date with Node.js and related technologies, and incorporate best practices and emerging trends into development processes.
  9. Perform code reviews to ensure code quality and adherence to coding standards.
  10. Participate in the development of technical documentation.
  11. Collaborate with cross-functional teams to develop and maintain software applications.
  12. Support and maintain the application infrastructure, including monitoring, scaling, and performance optimization.

Qualifications:

  1. Proven experience as a Node.js developer or similar role.
  2. Strong proficiency in JavaScript and its core concepts.
  3. Experience with Node.js and server-side frameworks like Express.js.
  4. Familiarity with front-end technologies such as HTML, CSS, and JavaScript.
  5. Understanding of asynchronous programming and event-driven architecture.
  6. Knowledge of database systems (e.g., MongoDB, PostgreSQL, MySQL).
  7. Experience with version control systems (e.g., Git).
  8. Basic knowledge of DevOps and cloud platforms.
  9. Good communication and collaboration skills.
  10. Problem-solving abilities and attention to detail.
  11. Ability to work both independently and as part of a team.
  12. Bachelor's degree in Computer Science, Information Technology, or a related field (or equivalent work experience).

Additional Skills (Preferred but not required):

  • Experience with microservices architecture.
  • Knowledge of containerization technologies like Docker and Kubernetes.
  • Familiarity with test-driven development (TDD).
  • Understanding of authentication and authorization mechanisms.
  • Experience with continuous integration and continuous deployment (CI/CD) pipelines.

Company Culture and Benefits:

  • We offer a collaborative and innovative work environment.
  • Competitive salary and benefits package.
  • Opportunities for professional growth and development.
  • Flexible work arrangements and remote work options.


Read more
Bacancy Technology
at Bacancy Technology
2 recruiters
Shraddha Parekh
Posted by Shraddha Parekh
Remote only
3 - 10 yrs
₹4L - ₹18L / yr
skill iconNodeJS (Node.js)
Node
skill iconJavascript
skill iconMongoDB
skill iconExpress

Roles and Responsibility: 

∙ Develop functional and fast-responsive web applications, using markup languages. ∙ Maintain websites. 

∙ Elaborate mobile-based and web-based features. 

∙ Troubleshoot apps for bugs. 

∙ Fix bugs if necessary and improve usability. 

∙ Improve apps for maximum speed. 

∙ Troubleshoot UI and improve its performance accordingly. 

∙ Employ the latest technology in order to re-built legacy apps. 

∙ Integrate UI elements with server-side ones. 

∙ Detect and fulfill front-end and back-end requirements. 

∙ Perform training and support activities. 

∙ Develop reusable code. 

∙ Write comprehensive manuals, guides, and documents. 

∙ Compile prototype and quality mockups. 

∙ Make sure that high-quality graphic standards are met.

Read more
t3cogno pvt ltd
at t3cogno pvt ltd
1 recruiter
Gunjan Anand
Posted by Gunjan Anand
Chennai
2 - 6 yrs
₹4L - ₹15L / yr
skill iconPostgreSQL
skill icon.NET
skill iconVisual Studio
ASP.NET
skill iconC#
+7 more

 2+ years of .NET Development experience


- Exceptional skills Experience with .NET,  technologies (WPF, Web Forms, .NET Core). Also skilled in MS SQL and PostgreSQL, Bootstrap and DevOps.


- Experience with DevExpress, Elasticsearch.Net, VS Studio is preferred SolarSearch


- Great business process understanding and written and verbal communication skills


- GitHub and Git experience.

Read more
KULT
at KULT
1 recruiter
Karishma Khokhar
Posted by Karishma Khokhar
Mumbai
3 - 7 yrs
₹15L - ₹25L / yr
Technical Architecture
skill iconJava
skill iconPython
skill iconJavascript
skill iconAmazon Web Services (AWS)
+3 more
We are a securely seed funded startup, with over 40 order a day even before launch. Our Machine learning algorithm recommends the right products from over 100,000 products. We have over 500 influencers on ground working for us. We also have on board senior advisors Rahul Yadav (Founder of housing.com) and Dharmil Sheth (Founder of Pharmeasy ) We are looking for a Tech co founder with extensive experience to lead the team and product end
Read more
Ahy Consulting
at Ahy Consulting
1 recruiter
Naqeeb Ansari
Posted by Naqeeb Ansari
Mumbai
1 - 7 yrs
₹3L - ₹7L / yr
Magento
skill iconHTML/CSS
skill iconPHP
skill iconElastic Search
OBJECTIVE We are looking for a Magento Developer responsible for managing back-end services and the interchange of data between the server and the users. Your primary focus will be the development of all server-side logic, magento modules, plugins, definition and maintenance of the central database, and ensuring high performance and responsiveness to requests from the front-end. You will also be responsible for integrating the front-end elements built by your co-workers into the application. Therefore, a basic understanding of front-end technologies is necessary as well. BASIC REQUIREMENTS Minimum of 1-2 years PHP web development experience Minimum of 1 years real-world e-commerce experience with Magento development Competent with PHP object-oriented programming & MVC applications Competent with MySQL-based database concepts Solutions-oriented thinking; always looking for the smart solution to a problem rather than jumping at the first answer A preoccupation with staying on top of industry trends and technologies SKILLS AND QUALIFICATIONS Expert understanding of Magento's code structure, extension architecture, theming hierarchy, and fallback components Expertise in authoring and extending Magento extensions Thorough experience in customizing Magento's front-end components using layout XML, blocks, and templates Thorough knowledge of vanilla Magento feature set and configuration Competent knowledge of e-commerce data organization and relationships Store catalog (categories/ products/ attributes) Sales orders (quotes/ orders/ invoices/ shipments/ credits) Competent in authoring JavaScript and using libraries such as jQuery Competent in web services integrations (REST/ SOAP) A desire to be personally responsible for production-level code Ingenuity to leverage all available tools at your disposal Comfort working with Linux-based systems 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
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