Cutshort logo
PinkBlue.in logo
PinkBlue – Software Engineer–ReactJS/React Native/PHP/Linux/MySQL yrs)
PinkBlue – Software Engineer–ReactJS/React Native/PHP/Linux/MySQL yrs)
PinkBlue.in's logo

PinkBlue – Software Engineer–ReactJS/React Native/PHP/Linux/MySQL yrs)

Vinay Sikharam's profile picture
Posted by Vinay Sikharam
2 - 6 yrs
₹5L - ₹12L / yr
Bengaluru (Bangalore)
Skills
skill iconReact Native
skill iconPHP
skill iconReact.js
MySQL
Linux/Unix
Oracle
skill iconAndroid Development
Description We at PinkBlue.in are looking for a dynamic and agile person who possesses a passion for pushing web and mobile technologies to the limits and will work with our team of talented engineers on the largest B2B eCommerce platform for healthcare supplies in India. Responsibilities • Collaborate with cross-functional teams to analyze, define, design, code and ship new features. • Ensure agile test-driven development for robustness, usability, reliability, security and performance. • Work on fixing bugs by addressing the root cause and improving application performance. • Continuously discover, evaluate, and implement new technologies / tools to maximize development efficiency and productivity. • Hands-on individual contributor, reporting to the Head of Technology. Essential Requirements • Bachelor’s degree in Computer Science Engineering or related disciplines. • Proven work experience of 2-6 years in web and mobile development, with at least 2 years in cloud-based solutions. • Strong full-stack programming skills – Frontend (ReactJS), Backend (PHP), OS (Linux), DB (MySQL/Postgres/Oracle) and mobile development (React Native, Android, iOS) • Solid understanding of OOP, algorithms and data structures. • Hands-on experience in version control using Git. • Strong learnability - ability to quickly grasp new concepts and technologies. • Strong problem finding and solving skills - Confidence to dive deep and understand new problems and arrive at solutions in double-quick time. • Bias towards action - ability to get things moving quickly, and perfect it over a period of time. • Excellent communication skills – both verbal and written. Desirable Requirements • Experience in RESTful web APIs using JSON. • Exposure to eCommerce platforms such as Magento 2.x/OpenCart. • Experience with Continuous Integration tools like Jenkins/Travis/Circle CI. • Working knowledge of Apache/Nginx HTTP server and Redis in-memory cache. • Experience in various AWS offerings (EC2/RDS/S3/CloudFront) would be a definite plus. • Knowledge of data stores and analysis tools such as Elastic stack will be an advantage. What Is On Offer • Best-in-class salaries. Still early stage, so generous on ESOPs. • Opportunity to work on a highly critical role, which will have a direct and big impact on the growth prospects of the company. • Opportunity to work directly with the Senior Management team, who come with significant experience in all areas of management across large corporates and SMEs. • Potential opportunity to become an early employee in a fast-growing company, which comes with its benefits. • Flexibility in the role offered, based on the preferences and strengths of the person, as fast growth is expected to open up a wide array of job opportunities in the medium term.
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 PinkBlue.in

Founded :
2014
Type :
Products & Services
Size :
100-1000
Stage :
Raised funding

About

PinkBlue.in is a healthcare supply chain platform that integrates healthcare product manufacturers and institutions to provide better data and technology for smarter inventory management. PinkBlue.in is a healthcare supply chain platform that aims to integrate every healthcare product manufacturer and institution onto a single platform. By doing so, it enables healthcare institutions to become smarter by providing them with better data and technology. The platform's vision is to enable healthcare institutions to treat materials purchases and inventory management as a digital activity, which involves setting up a few parameters. PinkBlue.in solves the problem of inefficient supply chain management in the healthcare industry by providing a super-efficient supply chain for hospital/clinical supplies. The company's history and use-cases involve building a platform that connects healthcare product manufacturers and institutions to provide better data and technology for smarter inventory management. PinkBlue.in operates in the healthcare industry, specifically in the area of hospital/clinical supplies.
Read more

Connect with the team

Profile picture
Valliappan Kumarappan
Profile picture
Apurv Anand
Profile picture
Mukhund Janardhanamurthy
Profile picture
Vinay Sikharam

Company social profiles

linkedin

Similar jobs

Octobotics Tech
at Octobotics Tech
2 recruiters
Reshika Mendiratta
Posted by Reshika Mendiratta
Noida
4yrs+
Upto ₹24L / yr (Varies
)
skill iconC++
QT
Design patterns
QML
Multithreading
+2 more

Senior C++/Qt Backend Engineer

(High-Performance Systems)

Location: Noida (On-site)


Introduction: Who We Are

We are a lean, product-based startup building the next generation of industrial robotics. Our products are deployed in critical, high-stakes environments, including Railways, Oil & Gas, Chemicals & Fertilizers, and Offshore operations.


We are not just writing code; we are building rugged, intelligent machines that operate in the real world.


1. The Mission (Pure Backend Focus)

You will architect the high-performance C++ Backend of our robotics software.

  • No UI Work: You will NOT be designing UI pixels or writing QML front-end code.
  • The Engine: Your mission is to build the “invisible engine” that processes 50 Mbps of raw scientific data and feeds it efficiently to the UI layer.
  • Ownership: You own the threads, the data structures, and the logic.

2. Critical Outcomes (The First 4 Months)

  • Architect the Data Ingestion Layer:
  • Design a C++ backend capable of ingesting 50 Mbps of live sensor data (from embedded hardware) without dropping packets or consuming excessive CPU.
  • Decouple Backend from UI:
  • Implement Ring Buffers and Lock-Free Queues to separate high-speed data acquisition threads from the main Qt Event Loop, ensuring the backend never freezes the UI.
  • Crash-Proof Concurrency:
  • Refactor the threading model to eliminate Race Conditions and Deadlocks using proper synchronization (Mutexes/Semaphores) or lock-free designs.
  • Efficient IPC Implementation:
  • Establish robust Inter-Process Communication (Shared Memory / Sockets) to allow the C++ backend to exchange data with other Linux processes instantly.

3. Strategic Outcomes (Months 5 Onward)

As the product matures, your focus will shift from “Building the Engine” to “Hardening and Scaling the Ecosystem.”

  • Robust OTA & Redundancy:
  • Implement Linux A/B Partitioning strategies. You will design the fallback mechanism where the system uses atomic updates to revert to the last known good configuration in case of an update failure, ensuring high availability in remote offshore locations.
  • Containerized Deployment:
  • Move from manual builds to automated deployment. You will containerize the application (Docker / Podman) and integrate it with Jenkins / GitLab CI to enable seamless remote deployment to the robot fleet.
  • Remote Diagnostics Engine:
  • Build the internal logic to capture, compress, and transmit critical system logs and core dumps securely to the cloud without saturating the robot’s bandwidth.
  • Fleet Monitoring Infrastructure:
  • Distinct from simple logging, you will architect the heartbeat and telemetry protocols that allow our central command to monitor the health of robots deployed in railways and chemical plants in real time.

4. Competencies (Must-Haves)

  • Qt Core (Backend Only):
  • Expert in QObject, QThread, QEventLoop, and Signal/Slot mechanisms. You understand how to push data to QML, but you don’t style it.
  • High-Performance C++:
  • You handle data at the byte level, preferring Circular Buffers (Ring Buffers) over standard vectors for streams.
  • Concurrency Mastery:
  • You know when to use Lock-Free programming to avoid thread contention and can manage interactions between Data Acquisition and Processing threads without bottlenecks.
  • Design Patterns:
  • Competence in Producer-Consumer (for streams), Singleton (hardware managers), and Factory patterns.
  • Linux System Programming:
  • Comfortable with IPC (Shared Memory, Unix Domain Sockets) and optimizing process priorities.

5. The “Squad” (Your Team)

  • Embedded Engineers:
  • They push the raw 50 Mbps stream to the OS; you write the drivers to catch it.
  • UI / Frontend Developers:
  • They handle QML / UX; you provide the data APIs they need.
  • Robotics (ROS) Engineers:
  • You ensure their heavy algorithms don’t starve your data acquisition threads.
  • Testers:
  • You ensure your code stands up to their stress testing.

6. Why This Role Defines Your Career

  • Deep Backend Engineering:
  • Escape the “button styling” trap. This is 100% logic, memory management, and architecture.
  • Real Engineering Problems:
  • Solve race conditions, memory leaks, and high-velocity data streams.
  • Architectural Autonomy:
  • You decide how the data moves and choose the patterns. You own the “Engine Room.”
Read more
Matellio India Private Limited
Harshit Sharma
Posted by Harshit Sharma
Remote only
5 - 8 yrs
₹3.6L - ₹8L / yr
skill iconLaravel
skill iconPHP
MySQL
skill iconCodeIgniter
  • Must have good analytical and problem solving skills.
  • Good Knowledge of OOPS, PHP, MVC frameworks.
  • Write error free code and follow coding standards. Able to perform Code Review job.
  • Work closely with QA person to assist in the testing process. 
  • Perform R&D tasks if assigned and communicate with the Designer and UI team.
  • Build reusable code and libraries for future use.
  • Able to work closely with the team and meet the tight deadlines where necessary.
  • Strong Communication Skills.
Read more
Our client is a luxury home decor brand.
Our client is a luxury home decor brand.
Agency job
via Merito by Merito Talent
Mumbai
4 - 7 yrs
₹8L - ₹12L / yr
skill iconPHP
MySQL
skill iconLaravel
skill iconCodeIgniter
Design patterns
+4 more

About Company

Our client delivers personalized luxury interior design to India’s discerning homeowners and corporates. Led by highly admired luxury brand builders, internationally trained designers, world-class technology professionals, and curated teams of turnkey project execution specialists. We seek perfection in design and are committed to bringing back trust and excitement in the design process.We are a lean team of high-performing go-getters, we take ownership in our roles and lead with knowledge. Debates and discussions are an important part of our culture and we encourage people to bring unique perspectives to their conversations. Most importantly, we love solving problems. Each day is inspiring and we encourage you to apply for this role and experience it for yourself. 


Requirements

• Write code and tests, build prototypes, solve issues, profile, and analyze bottlenecks

• Design performance gauging, building robust APIs to support mobile and desktop clients

• Manage and optimize scalable distributed systems on the cloud

• Optimization of web applications for performance and scalability

• Develop automated tests to ensure business needs are met and allow for regression testing

• Participate in the entire application lifecycle, focusing on coding and debugging

• Write clean code to develop functional web applications

• Troubleshoot and debug applications

• Perform UI tests to optimize performance

• Manage cutting-edge technologies to improve legacy applications

• Collaborate with Front-end developers to integrate user-facing elements with server-side logic.

• Gather and address technical and design requirements

• Provide training and support to internal teams

• Build reusable code and libraries for future use




What skills we are looking for?

•Good communication skill to communicate with stakeholders, project managers, quality assurance teams, Regularly and other developers  regarding progress on the long-term technology roadmap

•Curious and progressive mind to Create and maintain workflows with teams to provide visibility and to ensure workload balance for consistent visual designs

•Good technical knowledge to Produce quality code, raising the bar for the whole team on quality and speed

•Through analytical skills to Recommend system solutions by comparing advantages and disadvantages of custom development and purchase alternatives.


Who qualifies? 

• PHP Laravel Framework, PHP Design Patterns.

• Proficient in MySQL. MongoDB knowledge is plus

• APIs, REST API, API Security.

• Laravel Events, Queue, Observers

• Excellent foundation in computer science, algorithms, and web design

• Experience writing highly secure web application

• Experience with core AWS web-enabling technologies

• Growth mindset, challenging status quo to find new solutions and out- of-the-box ideas

• Experience designing RESTful APIs, specifically for mobile apps

• Computer science degree or equivalent experience

• Experience leading a team is a bonus.

• 3+ Years of relevant experience.

Read more
Controlf5
at Controlf5
1 recruiter
Anurag Pandey
Posted by Anurag Pandey
Indore
3 - 5 yrs
₹3L - ₹7L / yr
skill iconNodeJS (Node.js)
skill iconMongoDB
Mongoose
skill iconExpress
skill iconJavascript
+5 more

3+ years of experience developing Backends using NodeJS. Should be well versed with its asynchronous nature, event loop, promises, and callbacks.

Node expressProficient in Node.js and working knowledge of JavaScript, JQuery, AJAX, HTML, CSS, and frameworks ( React.js)

Experience in Node JS MVC framework and Rest API frameworks like Express.

Experience developing desktops.

Experience in Mongo DB.

Familiarity with using AWS components.

Postman for documenting/testing APIs.

Read more
Unnati Agri
Ritesh Dhakar
Posted by Ritesh Dhakar
Noida, Delhi, Gurugram, Ghaziabad, Faridabad
1 - 3 yrs
₹6L - ₹10L / yr
skill iconPHP
MySQL
skill iconLaravel
skill iconCodeIgniter
skill iconJava
+1 more

We are looking for a PHP 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, 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.

Responsibilities

  • Integration of user-facing elements developed by front-end developers
  • Build efficient, testable, and reusable PHP modules
  • Solve complex performance problems and architectural challenges
  • Integration of data storage solutions (may include databases, key-value stores, blob stores, etc.)
Read more
Techjockey Infotech PvtLtd
at Techjockey Infotech PvtLtd
1 video
2 recruiters
Techjockey Techjockey
Posted by Techjockey Techjockey
NCR (Delhi | Gurgaon | Noida)
1 - 4 yrs
₹3.5L - ₹4.5L / yr
Drupal
skill iconPHP

Job Description : 

 

- Started in 2016, Techjockey.com is India's only software e-marketplace with over 2200 IT vendors and more than 10,000 Software Products. We are playing a pivotal role in changing the buying behaviour of today's IT customer by making them choose, compare and buy software online on Techjockey.com.

- Product Managers team is driven by patience, ability to interact with different customers and identifying their needs. They are a key to our success strategy and act as a backbone to our business model. Our vision is to disrupt the unstructured IT industry and build a single platform for all business through action planning in and around this business team.

- We are looking for a Drupal Developer responsible for front-end development and theming. This position requires a combination of programming skills (PHP, HTML, CSS, JS, etc.) and aesthetics (understanding element arrangements on the screen, the color and font choices, and so on). The best candidates have a strong understanding of industry trends and content management systems. Experience with responsive and adaptive design is strongly preferred. In addition, an understanding of the entire web development process, including design, development and deployment, with some back-end knowledge, is preferred.

Responsibilities :

- Responsible for helping formulate an effective, responsive design and turning it into a working theme. Work closely with back-end developers and customers to ensure an effective, visually appealing, and intuitive implementation.

- Responsible for designing and implementing new features and functionality, establishing and guiding the website's architecture, ensuring high-performance and availability, and managing all technical aspects of the CMS. Work closely with front-end developers and customers to ensure an effective, visually appealing, and intuitive implementation.

Skills and Qualifications :

- Experience with Drupal7/8

- Experience building user interfaces for websites and/or web applications

- Extremely fluent with HTML5/XHTML and CSS

- Experience working with PHP, JavaScript, and jQuery

- Ability to write JavaScript with and without the use of frameworks such as jQuery

- Experience designing and developing responsive design websites

- Comfortable working with debugging tools like Firebug, Chrome inspector, etc.

- Ability to understand CSS changes to have consistent style across platforms and browsers

- Ability to convert comprehensive layout and wireframes into working HTML pages

Must to have :

- Experience developing web solutions in Drupal and PHP implementations in a LAMP environment

- Ability to architect enterprise Drupal solutions including data, display, and information architecture

- Advanced site-building experience including deep familiarity with Drupal modules such as CTools, Views, and Panels

- Experience creating custom Drupal modules

- Experience building responsive websites using Drupal CMS, HTML/HTML5, CSS/CSS3, and JavaScript/jQuery

- Knowledge of PHP, PHP files and theme functions, and knowledge of the Drupal theme layer

- Through understanding of the Software Development Lifecycle (e.g. Requirements, Design, Development, Testing) and exposure to Agile or iterative SDLCs.

 

 
Read more
Vqcodes Software Solutions LLp
Mohali
2 - 6 yrs
₹2L - ₹8L / yr
skill iconPHP
MySQL
skill iconLaravel
skill iconCodeIgniter
skill iconHTML/CSS
+7 more
Responsibilities : 
  • Analyzing website and application requirements.
  • Writing back-end code and building efficient PHP modules.
  • Developing back-end portals with an optimized database.
  • Troubleshooting application and code issues.
  • Integrating data storage solutions.
  • Responding to integration requests from front-end developers.
  • Finalizing back-end features and testing web applications.
  • Updating and altering application features to enhance performance.

      PHP Developer Requirements:

  • Bachelor’s degree in computer science or a similar field.
  • Knowledge of PHP web frameworks including Yii, Laravel, and CodeIgniter.
  • Knowledge of front-end technologies including CSS3, JavaScript, and HTML5.
  • Understanding of object-oriented PHP programming.
  • Previous experience creating scalable applications.
  • Proficient with code versioning tools including Git, Mercurial, CVS, and SVN.
  • Familiarity with SQL/NoSQL databases.
  • Ability to project manage.
  • Good problem-solving skills.
Read more
INNERCHEF
at INNERCHEF
3 recruiters
Sanjeev Singhal
Posted by Sanjeev Singhal
NCR (Delhi | Gurgaon | Noida)
2 - 5 yrs
₹4L - ₹8L / yr
skill iconAngularJS (1.x)
skill iconJavascript
skill iconPHP
Great work environment, highly efficient and a leader in Food Tech Space.
Read more
Quantsapp
at Quantsapp
3 recruiters
RAGHAV MITTAL
Posted by RAGHAV MITTAL
Mumbai
2 - 4 yrs
₹2L - ₹8L / yr
skill iconPython
NumPy
pandas
MySQL
skill iconAmazon Web Services (AWS)
+1 more
Person need to have good knowledge for writing codes in python and libraries like panda and numpy. also, should know web scraping - fetching data from websites and storing on system and extracting the required set of data.
 making api and wokring on aws and s3 is added advantage. 
Read more
Bengaluru (Bangalore)
3 - 8 yrs
₹10L - ₹15L / yr
skill iconNodeJS (Node.js)
skill iconJavascript
skill iconMongoDB
MySQL
skill iconAngular (2+)
+2 more
Your Mission As a Senior Node.js developer, you will be working directly with our team towards the development of our product, in Node.js, Angularjs, MySQL and more. You are expert in Core JavaScript development and have a sharp knowledge on how to use the object model of JavaScript at best to make your code tidy and reusable. You will use MEAN Stack (MongoDB, Express.js, Angular.js, Node.js) along with Redis for queue management and MySQL for fast transactions. You have a strong product vision, to such an extent that you will be able to turn one line of requirements into a fully fledged feature. We deal with million of billions of records. Think “big data”. You will ensure that your code and queries are properly optimized so as to keep the app quick and responsive – and the servers up! We are deeply versed in reusability (so that we never have to reinvent the wheel). You know about the best Node.js plugins that you can find through npm to fulfill your needs, and you will build reusable components that you will leverage across the codebase. We love to take a step back from our day-to-day activities to improve our product. You will be part of this ongoing process. Your Profile You are first and foremost passionate about product development and digital technologies. You must have completed successful projects with a strong Node.js code Required Skills: core JavaScript experience; Node.js, APIs and modules; experience in handling databases and unit testing is also important. Competencies: excellent bug hunter; good judgement and decision making skills; responsible and motivated; passionate about learning new things. Experience in localisation will be appreciated. Motivated and ready to working in a truly international setting with people from all around the world.
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