Cutshort logo
DuckTale IT Services Pvt Ltd logo
Fullstack Developer
DuckTale IT Services Pvt Ltd's logo

Fullstack Developer

Shivani Gautam's profile picture
Posted by Shivani Gautam
1 - 5 yrs
₹2.5L - ₹8L / yr
Mohali
Skills
skill iconNodeJS (Node.js)
MERN Stack
skill iconJavascript
skill iconReact.js
skill iconAngular (2+)
skill iconAngularJS (1.x)
skill iconMongoDB
Must have exp. in Handling Stack Technologies (Angular, React Js, Node Js, Vue Js)
Skills Required:
  • Previous working experience as a MERN/MEAN  Stack Developer for 1 year (Minimum).
  • In depth knowledge of NodeJS, ExpressJS or Restify
  • Experience implementing applications using Angular 2+ versions or React
  • Experience creating front end applications using HTML5, Angular/React, LESS/SASS
  • Hands on experience with JavaScript
  • Development on both client and server-side
  • Experience on Angular 2+  and React Js will be an plus point
  • Experience on both MEAN/MERN Technologies will be an advantage.
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 DuckTale IT Services Pvt Ltd

Founded :
2018
Type :
Services
Size :
20-100
Stage :
Profitable

About

undefined

Read more

Connect with the team

Profile picture
Aarti Brar
Profile picture
Amandeep Kaur
Profile picture
Shivani Gautam

Company social profiles

bloginstagramlinkedinfacebook

Similar jobs

Fountane inc
Remote only
5 - 8 yrs
₹20L - ₹30L / yr
skill iconReact.js
skill iconNodeJS (Node.js)
skill iconMongoDB
Generative AI (GenAI)
Retrieval Augmented Generation (RAG)
+3 more

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.



Read more
Adesso India
Remote only
6 - 20 yrs
₹10L - ₹25L / yr
skill iconJava
Fullstack Developer
skill iconJavascript
Utilities
Energy management
+4 more

Interested candidates are requested to email their resumes with the subject line "Application for [Job Title]".

Only applications received via email will be reviewed. Applications through other channels will not be considered.


Overview

Adesso India specialises in optimization of core business processes for organizations. Our focus is on providing state-of-the-art solutions that streamline operations and elevate productivity to new heights.

Comprised of a team of industry experts and experienced technology professionals, we ensure that our software development and implementations are reliable, robust, and seamlessly integrated with the latest technologies. By leveraging our extensive knowledge and skills, we empower businesses to achieve their objectives efficiently and effectively.


Job description

As part of our dynamic international cross-functional team you will be responsible for the design, development and deployment of modern high quality software solutions and applications as an experienced and skilled Full-stack developer.

 

Responsibilities:

Design, develop, and maintain the application 

Write clean, efficient, and reusable code

Implement new features and functionality based on business requirements

Participate in system and application architecture discussions

Create technical designs and specifications for new features or enhancements

Write and execute unit tests to ensure code quality

Debug and resolve technical issues and software defects

Conduct code reviews to ensure adherence to best practices

Identify and fix vulnerabilities to ensure application integrity

Working with other developers to ensure seamless integration backend and frontend elements 

Collaborating with DevOps teams for deployment and scaling


Requirements:

Bachelor’s degree in computer science or information technology, or a related field.

Proven experience as a skilled Full-stack developer. Experience in Utilities / Energy domain is appreciated.

Strong experience with Java (Springboot), AWS / Azure or GCP, GitLab and Angular and / or React. Additional technologies like Python, Go, Kotlin, Rust or similar are welcome

Excellent problem-solving and debugging skills. 

Strong communication and collaboration abilities to work effectively in a team environment.


Skills & Requirements

Java, Spring Boot, AWS, Azure, GCP, GitLab, Angular, React, Python, Go, Kotlin, Rust, Full-stack development, Software architecture, Unit testing, Debugging, Code reviews, DevOps collaboration, Microservices, Cloud computing, RESTful APIs, Frontend-backend integration, Problem-solving, Communication, Team collaboration, Software deployment, Application security, Technical documentation.



Read more
Healthcare tech - funded by Sequoia Capital.
Healthcare tech - funded by Sequoia Capital.
Agency job
via Hirepedia by Nupur HR
Bengaluru (Bangalore)
5 - 8 yrs
₹25L - ₹30L / yr
skill iconNodeJS (Node.js)
skill iconPython
Fullstack Developer
skill iconReact.js
skill iconMongoDB
+5 more

We are looking for a Full Stack Engineer for a client of ours, that is headquartered in USA and is operating in the field of health tech space, offering an innovative solution for dominate health issues. The company is well funded and backed by investors like Sequoia Capital.

 

They are looking for people who are interested to join their company and help them make an impact on their product development and growth.

 

In this role you will be part of the Product Engineering Team, and will be responsible for working with cross functional teams.

 

Experience Required

5+ years experience, having worked on both frontend and backend development - hands on development experience from front end, middle tier and back end.

3+ years of experience building Restful web service using node.js

3+ years of experience for writing batch/cron jobs using Python and shell scripting

3+ years of experience in web application development using javascript and ReactJs

Have understanding of javascript, Typescript, HTML, CSS, JSON, Rest based applications

Experience in database techs - mongodb, mysql, redis, elastic search

Experience of building applications deployed on the cloud using AWS, Docker and kubernetes

 

Good to have : - understanding of code versioning tools like Git

Experience or understanding of JS based build tools like Grunt, Gulp, Bower, Webpack and NPM

 

Good communication, willingness to work in a diverse team, and a fast paced environment would be a requirement to be successful in this role.

 

Education Experience

Degree in Computer science would be preferred / equivalent professional experience in product companies.

Read more
Delhi, Gurugram, Noida, Ghaziabad, Faridabad
6 - 8 yrs
₹12L - ₹20L / yr
skill iconNodeJS (Node.js)
skill iconAndroid Development
skill iconiOS App Development
skill iconReact Native
skill iconMongoDB
+1 more
If You have less than 2 years of Experience in React-Native, PLEASE DO NOT APPLY.
 
 
Roles and Responsibilities
- You need to complete hands on to take up this Role

- Expert in React Native is MUST

- Expertise in design and development of Full Stack applications using one or more JS frameworks like Angular, and Node JS, and developing apps using React Native

- Expert in Angular, React Native, NodeJS, Mongo, Postgres
 

- Ensuring responsiveness of applications.

- Designing and developing APIs, integrating with 3rd Party API for smooth Transaction and working.

- Experience on AWS Code Commit and Pipeline

- Hands on experience in Integration Node.jst with AWS (S3, CloudFront, ELB, EC2 etc)

- Extensive experience in architecting tech platforms.

- Integrating user-facing elements developed by front-end developers with server side logic.

- Writing reusable, testable, and efficient code.

- Design and implementation of low-latency, high-availability, and performing applications.

- Implementing security and data protection.

- Integrating data storage solutions.

- Proficiency in JavaScript with object oriented and functional concepts.

- Good knowledge of Node.js with the expertise in working with Express framework.

- Hands-on experience in integrating Node.js with MongoDB, PostgreSQL, and creating the REST APIs using Node.js.

- Good understanding the nature of asynchronous programming and its quirks and workarounds.

- User authentication and authorization between multiple systems, servers, and environments.
 

- Understanding fundamental design principles behind a scalable application.

- Understanding differences between multiple delivery platforms, like mobile vs. desktop, and optimising output to match the specific platform.

- Creating database schemas that represent and support business processes.

- Implementing automated testing platforms and unit tests.

- Proficient understanding of code versioning tools, such as Git, SVN etc

- Experience within the eCommerce / fantasy quiz platform would be an advantage.

- Design, Develop, Test, Deploy, Maintain, and Improve software and new user-facing features.
 
Tech skills required :
- Angular
- Nodejs
- React Native
- MongoDB (DynamoDB)
- SQL databases ( PostgreSQL, MySql Server)
- MERN/MEAN Stack

 
 
Preferred Candidates :
As we want to speed up and reach our Mission and Vision, we would like candidates who can join us on Priority and can work from our Delhi/NCR Office
 
 
ESOPs
Happy to offer ESOPs to Candidates with right fit and attitude who have spent considerate amount of time with the company and shown their worth.

About Us:
We, at QuizKart, are backed by our Parent Company which is a Singapore VC Fund and are riding a rocketship to become a Unicorn in the next 3 years.

We are India's first Fantasy Ecommerce platform that enables a new method of shopping and saving by playing fun based quizzes for everyone.
 
Read more
CricHeroes
at CricHeroes
2 recruiters
People CricHeroes
Posted by People CricHeroes
Remote, Ahmedabad
2 - 6 yrs
₹3.6L - ₹7.2L / yr
skill iconNodeJS (Node.js)
skill iconJavascript
MySQL
skill iconAngularJS (1.x)
skill iconReact.js
+3 more

Full-Stack Developer

Are you a cricket enthusiast who also loves to build world-class
technology products?

CricHeroes is looking for an All Rounder Full Stack Developer, who is passionate about scaling up India's one of a kind niche B2C platform and the pulse of the nation - Cricket!

This might be a great opportunity for you if

  • You are an action and result oriented highly driven person who aspires to be part of a team that is scaling up a successful B2C product.
  • You are an analytical problem solver with strong Node.JS knowledge and a passion for teamwork and innovation
  • You have hands-on experience in designing and developing applications and object-oriented analysis and design using common
  • design patterns.

Who are we?
CricHeroes is the world's largest Cricket Network with more than 7 Million
users. It helps local cricketers showcase their talent, get recognition and
improve their game with data.

What are we looking for, in you?

  • You are an ambitious problem solver who is constantly learning and
  • updating yourself with the latest technology and an expert in
  • technology development.
  • In-depth knowledge of Node.js and used it for product development in a B2C fast-paced product company for 2-6 years
  • Strong analytical skills and problem-solving aptitude
  • Attention to details
  • You have demonstrated a track record in delivering ambitious targets.
  • You believe in teamwork.
  • You have a Bachelor's degree in Computer Science (or Equivalent).
  • Mandatory Technical background: Node.js, Javascript, MySQL, MongoDB, Redis
  • Preferable skills in AWS, Big Data, Analytics, Google Cloud.

What are we looking for, from you?

  • You will write well-designed, testable, efficient code.
  • You will ensure the code and designs are in compliance with specifications as developed.
  • You will prepare and produce releases of the software platform and support continuous improvement by investigating alternatives and technologies.
  • Work as part of a team developing applications and services using Agile development methods
  • Contribute to team and organizational improvements in process and infrastructure
  • Build customer-facing UI and back-end services
  • Code, test and operate node.js based services
  • Effectively use tools and ingenuity to identify and fix defects before they become a problem
  • A good Stackoverflow profile is a big plus.

We are made in India by the passionate cricketers for the passionate cricketers of the world!

If this excites you and you want to be part of our team to help us win the
scores by building a one-of-a-kind app for all the cricketers around the
world, please apply here.

Read more
Tech9
at Tech9
11 recruiters
Komal Lahoti
Posted by Komal Lahoti
Remote, Pune
3 - 12 yrs
₹5L - ₹30L / yr
skill iconReact.js
skill iconNodeJS (Node.js)
skill iconHTML/CSS
skill iconGo Programming (Golang)

Tech9 India is looking for Software Developers to join our team.  We have mid level to principal roles available.  Depending on the role, the position requires the use of Front and back End Technologies. This is a great opportunity to work with a company that has a primary focus of making our customers happy by delivering value, without all the burdensome policies and rules that have become typical for outsourced software development companies.

If you are looking for a change this is what we can promise you:

  • You will have challenging problems to solve
  • You will have flexibility and autonomy to solve problems and deliver solutions
  • We will provide a highly collaborative environment with skilled and super friendly teammates
  • We will fully support you in developing software the right way
  • We won't burden you with useless policies and procedures
  • We will provide you the tools you need to do your job right

If this sounds attractive please apply! We'd love to talk to you!

Responsibilities:
 

  • Work with cross-functional teams, using agile practices, write, debug and deliver code
  • Produce solid, thoroughly tested features

           ​​​​​​​Requirements:

  • 3+ years of experience in Javascript engineering, frameworks, unit testing frameworks 
  • At least 3 years of experience developing in Node, React, and nice  to have experience on Go Language
  • Strong verbal and written communication skills
  • Experience working with product managers and scrum teams to effectively translate business requirements into workflows  
  • Demonstrated ability to remove problems and overcome roadblocks
  • Cloud platform experience 

        Good to have for Mid/Sr. and must have for Principal role 

  • Hands-on experience with APIs, microservices
  • Experience with CI/CD systems such as Jenkins
  • Experience with JSON and developing REST Services
  • Expert experience leveraging container based technologies
  • Multiple years of experience delivery solutions through an Agile delivery methodology
  • Experience with bash shell scripts, LINUX utilities & UNIX Commands
  • Ability to understand complex systems and solve challenging analytical problems
  • Ability to leverage multiple tools and programming languages to analyze and manipulate data sets from disparate data sources
  • Strong collaboration and communication skills within and across teams
  • Strong problem solving skills and critical thinking ability
Read more
Innkey Infosystems
at Innkey Infosystems
1 video
2 recruiters
Charu Shah
Posted by Charu Shah
Ahmedabad
2 - 4 yrs
₹3L - ₹4L / yr
skill icon.NET
ASP.NET
MS SQLServer
skill iconAngular (2+)

Innkey PMS Overview:-

 

Innkey Infosystems Pvt. Ltd. is a rapidly growing IT company from the hospitality industry offering a Fully Integrated PMS solution on the Cloud for Hotels. We provide best in class products and services to make Hotel’s goals more easier, enabling them to focus on their core business.

Founded in 2011 in Ahmedabad, India, we have a young team of professional from the IT industry. We strive to offer best possible service to our clients, by providing support in critical situations and catering to their insightful requirements. Innkey has more more than 400+ clients across in 11 countries.

visit http://www.innkeypms.net">www.innkeypms.net

 

Skills Required :-  Dot net Core, MSSQL, Angular

 

 

Responsibility:-  Developing the web based software using computer programming languages such as MSSQL, dot net

 

Creating and maintaining the ASP.NET based websites and their web applications as per the initial guidelines of the client

 

Making changes to existing web applications according to the feedback received from the end users or clients. In some cases, changes are also made in order to update the application’s compatibility with the latest operating systems.

 

Understanding the life cycle of software and determining any changes that may be needed as per the observations and feedback of software testing professionals.

Read more
Ideapoke Technologies
at Ideapoke Technologies
7 recruiters
Divya RS
Posted by Divya RS
Bengaluru (Bangalore)
10 - 20 yrs
₹10L - ₹40L / yr
skill iconJava
skill iconJavascript
skill iconAmazon Web Services (AWS)
Spring
Hibernate (Java)
+4 more

Job Description

We are looking for applicant from top schools and product based technology companies who can play a key technical leadership role.

Responsibilities

  • Lead the technical direction of the product.
  • Document current, intermediate, and future state technical architectures that support the product’s vision and mission.
  • Assist product development teams to provide technical leadership and guidance
  • Facilitate and collaborate with scrum teams and product owners to create technical architectural documentation as required.
  • Responsible for contributing to the technical direction of the product for the next 3-5 years by incorporating best of breed technologies.
  • Provide ongoing evaluation of technology solutions and capabilities to ensure appropriate alignment of business objectives.
  • Assess options, risks and cost-benefit analyses as they pertain to data architecture, security, and other technology issues.
  • Outline technical recommendations and identify technological requirements that support the product roadmap.
  • Develop a technical roadmap that maps to the product’s future state.
  • Promote technical standards, guidelines, best practices and quality control measures for enabling and implementing software systems.
  • Develop a foundational strategy to scale our platform to meet upcoming growth
  • Hands-on coding, code reviews, and leadership of the technical team
  • Continuous drive to explore, improve, enhance, automate, and optimise systems and tools to best meet evolving business and market needs
  • Attention to detail, coupled with ability to think abstractly
  • Create prototypes and proof-of-concepts for iterative development
  • Keen to learn new technologies and apply the knowledge in production systems
  • Take complete ownership of projects and their development cycle


Additional Requirements:

  1. 10+ years of Software Development background.
  2. Min 3 Years of working experience as an Architect.
  3. Deep background knowledge in software development and architecture with Java for Enterprise solutions.
  4. A solid grounding in Computer Science fundamentals (based on a BS or MS in CS or related field) from IITs and Premier Engineering College.
  5. Excellent Object Orientation, coupled with excellent problem solving and debugging skills.
  6. Highly skilled at Java and related technologies, including Java Frameworks like Spring-boot or Drop wizard, RESTful web services, J SON, Servlet, JSP, MySQL, MongoDB, Kafka, AWS, Solr.
  7. Must have hands-on experience in building scalable and secure back-end systems.
  8. Have hands-on experience with systems that are asynchronous, RESTful and demand concurrency
  9. Good to have knowledge of best software engineering practices for all stages of the software development life cycle, including coding standards, code reviews, testing, deployment.
  10. 5-9 years of software development experience in Java with web architecture and scalable design.
  11. Experience with agile development, continuous delivery, and DevOps and related tools.
  12. Proactive and communicative to be closely aligned within the Product Management and customer requirements.
  13. Strong communication and influencing skills with the ability to develop technical and business artifacts.
  1. Exposure to Bigdata related technologies / tools.
  2. Exposure to Elastic Search.
  3. Large scale application development.
  4. Able to manage large data structure and huge volume of data.
  5. Exposure of developing interactive graphs and business intelligence tools
  6. Object-Oriented design, patterns, algorithms, data structures
  7. Exposure to business process workflow.
  8. Start up work culture mindset.


ABOUT IDEAPOKE
Emerging Technologies | Bengaluru, India

Ideapoke is a global, fast growing start-up with offices in Bengaluru, Bay Area, Tokyo and Shanghai. Our software, search and insights power the innovation agenda of the largest Fortune 500 and Global 2000 companies worldwide.

Our growth is powered by our people and their unwavering commitment to the company-wide vision, strong work ethic and an entrepreneurial do-it-all spirit. We push the boundaries and break existing thought processes with the strong belief that innovation amplifies success in every piece of work we do and by extension, amplifying the success of our clients.

Ideapoke’s like to constantly learn, grow and make a difference. Join us and be part of our story.

 

Read more
Utiliex
at Utiliex
1 recruiter
Aziz Adnan
Posted by Aziz Adnan
Remote, Bengaluru (Bangalore), Pune, Chennai, Hyderabad, Ahmedabad, NCR (Delhi | Gurgaon | Noida), Mumbai
0 - 3 yrs
₹2L - ₹3L / yr
skill iconJavascript
skill iconHTML/CSS
skill iconPython
skill iconRuby
skill iconPHP
+2 more

We are looking for a full stack developer to produce scalable software solutions.

 

As a full stack developer, you should be comfortable around both front-end and back-end coding languages, development frameworks and third-party libraries. You should also be a team player with a knack for visual design and utility.

 

If you’re also familiar with Agile methodologies, we’d like to meet you.

 

Responsibilities:

  • Developing front end website architecture.
  • Designing user interactions on web pages.
  • Developing back end website applications.
  • Creating servers and databases for functionality.
  • Ensuring cross-platform optimization for mobile phones.
  • Ensuring responsiveness of applications.
  • Working alongside graphic designers for web design features.
  • Seeing through a project from conception to finished product.
  • Designing and developing APIs.
  • Meeting both technical and consumer needs.
  • Staying abreast of developments in web applications and programming languages.

Requirements:

  • Degree in Computer Science.
  • Strong organizational and project management skills.
  • Proficiency with fundamental front end languages such as HTML, CSS and JavaScript.
  • Familiarity with JavaScript frameworks such as Angular JS, React and Amber.
  • Proficiency with server side languages such as Python, Ruby, Java, PHP and .Net.
  • Familiarity with database technology such as MySQL, Oracle and MongoDB.
  • Excellent verbal communication skills.
  • Good problem solving skills.
  • Attention to detail.

 

Reporting directly to the Founder

 

The job requires a great deal of responsibility early on, but we're working on something exciting and there's lots of opportunity of growth and learning.

 

The job is full-time, remotely based, and with flexible hours.

Read more
Widely
at Widely
1 video
2 recruiters
Anshuli Gupta
Posted by Anshuli Gupta
NCR (Delhi | Gurgaon | Noida)
1 - 5 yrs
₹3L - ₹5L / yr
skill iconJavascript
skill iconHTML/CSS
Progressive Web Apps (PWA)
skill iconAngularJS (1.x)
skill iconNodeJS (Node.js)
+3 more
What are we looking at? Someone who is passionate about future of web apps, progressive web apps and mobile solutions for the world. Widely is going to become the world leader is providing the best PWA product in the industry, being a hardcore tech product, we're looking to onboard someone who shares the same vision and would give her/his time and hard work to help Widely grow. Responsibilities Being a CTO you'll be responsible for architecture scaling as we're growing in numbers each day Handling 6 Dev and testing team members to be structured & work effectively Leadership in tasks alignment to driving user stories based on business requirement Directly align with CEO and CMO to develop right strategy of product roadmap Critical coding implementation & guiding team with right techniques Strong communications and technical skills Setting up strong automated testing (Performance & Functional) for the product Cloud Scaling, architecture and full functional understanding Offerings Equity Join as a Co-Founder Work Hours Flexibility Pre-requisites You should not be looking towards making money here, as we aim to be bootstrapped for some more time, it would suit us if you do not have any financial dependencies for a year, which doesn't mean that we're not earning, in fact looking towards getting 5 digit USD revenue very soon. (But all the money should go in the business initially) We'd be sharing profit & salary as the company grows stronger. More detailed discussion about the current state, vision, and alignment would be there, we believe more than anything if you fit into the vision everything else would work out.
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