Cutshort logo
Coconut Media Box LLP logo
Senior Copywriter
Coconut Media Box LLP's logo

Senior Copywriter

Farha shaikh's profile picture
Posted by Farha shaikh
3 - 7 yrs
₹4L - ₹7L / yr
Mumbai
Skills
Content Writing
Creative Writing
Copy Writing
  • The ability to write and think creatively
  • Significant experience in writing strong, accurate copy that is grammatically correct
  • A flexible approach and willingness to adapt ideas as per clients requirement
  • The ability to work to strict deadlines without compromising on work quality
  • Great organizational skills
  • An eye for detail
  • Strong research skills
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 Coconut Media Box LLP

Founded :
2015
Type :
Services
Size :
100-1000
Stage :
Profitable

About

Coconut Media Box has a wide range of entertainment media verticals like Digital Marketing, Digital Communications, Experiential Outdoor, Motion Pictures, Events, Weddings and more.
Read more

Connect with the team

Profile picture
Payal Deshmukh
Profile picture
Farha shaikh
Profile picture
Radha Dasari

Company social profiles

facebook

Similar jobs

Cyber Infrastructure
at Cyber Infrastructure
2 recruiters
GyanendraSingh Bhadouriya
Posted by GyanendraSingh Bhadouriya
Indore
2 - 5 yrs
₹8L - ₹12L / yr
ASP.NET
skill iconC#
MVC Framework
SQL

Job description

Position : Dot Net Developer

Technology: ASP.NET, C#, .NET, MS-SQL, MVC, .NET CORE 3.0, ANGULAR 8, ANGULAR 4 JS

Experience Required: 2- 5 years


Job Overview: The project work undertaken will be the development and unit testing of straightforward or low-complexity components. The main responsibility is to follow low-level designs, supported by colleagues and team leaders. May assist in any other aspect of the project life-cycle under supervision.


Responsibilities:-

  • Design, develop, and configure software modules, interfaces and components
  • Programming ASP. Net MVC using C#,Dot net Core,Web API,Entity
  • Framework, HTML 5, Java Script, J Query, CSS, Bootstrap
  • Participate in requirements analysis
  • Collaborate with internal teams to produce software design and architecture
  • Write clean, scalable code using .NET programming languages
  • Test and deploy applications and systems
  • Revise, update, refactor and debug code
  • Improve existing software
  • Develop documentation throughout the software development life cycle (SDLC)
  • Serve as an expert on applications and provide technical support
  • Database: MS SQL Server
  • Apply knowledge of technologies, applications, methodologies, processes and
  • tools to support the system
  • Ability to work as a team member
  • Ability to work creatively and analytically in a problem-solving environment
  • Good command of English communication (written and oral) and interpersonal
  • skills Interact with various stakeholders to finalize the design and interfaces.


Qualifications -

  • Bachelors/Masters degree in computer science or engineering with a focus on language processing.
  • At least 2- 4 years of experience in coding using .NET languages (C+, VB, .NET).
  • Familiarity with the ASP.NET framework, SQL Server and design/architectural patterns (e.g. Model-View-Controller (MVC).
  • Knowledge of at least one of the .NET languages (e.g. C#, Dot net Core) and HTML5/CSS3.
  • Familiarity with architecture styles/API s (REST, RPC).
  • Understanding of Agile methodologies.
  • Excellent troubleshooting and communication skills.
  • Proficiency in using MVC.
  • A strong foundation in SSRS/SSIS.
  • Producing code using .NET languages (C#).
  • Upgrading, configuring and debugging existing systems.
  • Providing technical support for web, desktop or mobile applications.


Read more
Unico Connect Private Limited
Reshika Mendiratta
Posted by Reshika Mendiratta
Mumbai
3 - 6 yrs
Best in industry
Generative AI (GenAI)
Large Language Models (LLM)
skill iconPython
Agentic AI
Artificial Intelligence (AI)
+2 more

About the role:

Unico Connect is an Al-first technology partner that builds custom mobile, web, and AI products for clients across multiple geographies. We are hiring a Senior Al Engineer for a dedicated client engagement focused on building an Al-powered application builder platform - a product where users describe software in plain English and the system generates, previews, and iteratively refines working code. The mandatory requirement for this role is hands-on production experience shipping LLMpowered systems with agent architectures, with experience in code generation or developer tooling contexts a strong advantage. The role is product-focused and deeply hands-on. You will own everything between the user's prompt and correct code landing in the project: the agentic loop, code generation pipeline, context management, evaluation suite, and model cost strategy. You will work alongside the Senior MLOps Engineer who operationalises the infrastructure around your system, and collaborate closely with backend, frontend, and DevOps engineers.


Responsibilities:

Agent architecture: Design and own the agentic loop for the platform - request interpretation, planning, tool-calling sequence (read file, edit file, run build, search code, install package), and stop conditions. Make and revisit architectural decisions on singleagent vs. multi-agent designs, including planner/executor splits and dedicated buildrepair sub-agents.


Code generation pipeline: Own the end-to-end generation flow: task classification, context gathering, planning, targeted edits, verification, and commit. Implement diff/search-replace-based file editing with fuzzy matching and fallback strategies. Enforce scope discipline so the agent makes minimal diffs and does not modify code it was not asked to touch.


Self-repair loop: Build and tune the automated repair loop that pipes compiler, lint, build, and runtime errors back to the model with retry budgets and model escalation. This loop is the primary quality lever - the difference between 60-70% and 90%+ build success rates.


Context management: Build file-relevance retrieval so the agent sees the right files, not the whole codebase: dependency graphs, AST/tree-sitter-based chunking, embeddings, recency signals, and hybrid retrieval. Implement conversation summarisation and memory for long sessions, and address long-project degradation through codebase summaries and periodic consistency passes. Own token budgeting and prompt caching strategy.


Prompt engineering as a discipline: Own the system prompt and per-task prompt variants (new feature, bug fix, styling change). Maintain few-shot examples and enforce coding conventions, stack rules, and prohibited behaviours such as no hardcoded secrets and no whole-file rewrites. Version prompts like code with changelogs and rollback capability.


Evaluation and quality measurement: Design and own the evaluation suite: representative test prompts run on every prompt and model change, scored on build success rate, instruction adherence, and output quality including LLM-as-judge and visual/screenshot checks where relevant. Define regression gates that block qualitydegrading changes from shipping. Treat evals the way engineers treat automated testing: versioned, automated, and tracked over time. This responsibility is nonnegotiable at this level. 


Model strategy and cost: Design model routing - cheap and fast models for classification and small edits, frontier models for complex generation. Drive cost optimisation through prompt caching, diff-based edits over full-file rewrites, and tighter context selection. Track cost per agent run and tokens per task; evaluate new model releases against the eval suite and lead migrations when results justify it.


Safety and reliability of agent behaviour: Defend against prompt injection from user content and fetched web content. Ensure secrets never appear in generated client code. Define what the agent's tools may and may not do in collaboration with the platform team. Contribute to output moderation and abuse-pattern awareness.


Mentorship and engineering standards: Run code reviews, define engineering conventions for Al work, and raise the engineering bar across the Al team. Work closely with the Senior MLOps Engineer on handoff of eval design, prompt configurations, and model routing logic.


Requirements:

Hands-on production ownership of LLM-powered systems with agent architectures (mandatory). Must have personally shipped and operated at least one complex production Al system - agentic, multi-step, or code generation - with end-to-end ownership of architecture, evaluation, and cost. POCs, internal demos, and tutorialgrade work do not qualify.


5+ years of professional software or Al engineering experience, with at least 3 years focused on LLM applications, Al engineering, or production Al systems. Candidates with strong backend backgrounds and a clear, substantive pivot into LLM systems qualify.


Strong Python proficiency and service development. Production-grade Python with FastAPI or equivalent: type hints, async patterns, streaming responses, testing, and packaging. Not notebook-only. 


Depth across LLM APIs and agent systems. Production experience with at least two of OpenAl, Anthropic Claude, Google Gemini, or open-weight models (vLLM, Ollama, Together). Production experience with at least one agent framework (LangGraph, CrewAI, AutoGen, Llamalndex Agents) or hand-rolled equivalent. Hands-on with tool calling, structured outputs, and multi-step reasoning.


Demonstrated, systematic evaluation practice - non-negotiable. Must have built evaluation harnesses that gate production releases, not ad-hoc testing. Hands-on with at least one of LangSmith, Langfuse, Promptfoo, Ragas, or DeepEval. Candidates with no systematic answer to evaluation should not be considered at senior level regardless of other strengths.


Cost discipline for production Al. Track record of measurable cost optimisation on production Al features. Able to speak in specifics: cost per request, savings achieved through caching or model routing, context reduction decisions.


AWS working knowledge. Hands-on with EC2, S3, IAM, and Docker. Comfort with CI/CD workflows and deploying Al services.


Awareness of LLM security failure modes. Familiar with prompt injection patterns, understands that system prompt rules alone are insufficient, and has experience with output validation and content safety in production.


Nice to have: experience with AST/tree-sitter tooling, diff-based editing systems, or compiler-adjacent work; MCP server authoring; open-source Al contributions; published technical writing on LLM systems; multi-modal model experience; fine-tuning exposure (LORA, QLORA, PEFT).

Read more
SDX Partners
Pratik Ahir
Posted by Pratik Ahir
Bengaluru (Bangalore)
2 - 4 yrs
₹9L - ₹12L / yr
skill iconPython
skill iconDjango
skill iconPostgreSQL
skill iconAmazon Web Services (AWS)

Job Summary

We are seeking a skilled Python Platform Developer to join our engineering team. You will be responsible for building, optimizing, and maintaining the core backend infrastructure and internal platforms that power our applications. The ideal candidate will build scalable API architectures, enhance data security, and implement automation to improve developer productivity. 


Key Responsibilities

  • Platform Development: Design, develop, and maintain robust and scalable backend services, API frameworks, and shared libraries using Python.
  • Infrastructure Automation: Build and maintain tools for infrastructure automation using technologies such as AWS (Lambda, EC2, S3), Docker, and Infrastructure as Code (IaC) tools like Terraform or CloudFormation.
  • Performance Optimization: Improve system performance, low-latency API interactions, and data storage solutions.
  • CI/CD Optimization: Develop, maintain, and improve automated testing and continuous integration/continuous deployment (CI/CD) pipelines.
  • Collaboration: Work closely with product engineers, DevOps, and frontend developers to define requirements and deliver reliable infrastructure solutions.
  • Security & Monitoring: Implement strong security protocols and monitoring solutions (e.g., Prometheus, Datadog) to ensure platform reliability. 


Required Skills and Qualifications

  • Education: Bachelor’s degree in Computer Science, Engineering, or a related field.
  • Experience: 3–5+ years of experience in software development with a heavy focus on Python.
  • Core Python: Deep understanding of Python 3.x, object-oriented programming (OOP), and asynchronous programming (e.g., asyncio).
  • Frameworks: Hands-on experience with web frameworks like FastAPI, Django, or Flask.
  • Cloud Platforms: Experience with AWS or GCP services.
  • Tools: Proficient with Git, Docker, and CI/CD pipelines.
  • Database: Strong knowledge of SQL and database management. 


Preferred Skills

  • Experience with serverless architectures.
  • Knowledge of Kubernetes.
  • Experience in a DevOps or Site Reliability Engineering (SRE) role.


Read more
Foxit Software
Chandra Bisht
Posted by Chandra Bisht
Noida
3 - 5 yrs
₹12L - ₹15L / yr
skill iconJava
J2EE
skill iconSpring Boot
Hibernate (Java)
Spring
+7 more

·       3+ yrs of experience in product development (Preferring SaaS based)

·       Must have experience in Java web-based application development

·       Hands on development experience on Java/J2EE, Springboot, Spring, Struts, Hibernate, REST Services

·       Experience on HTML, JavaScript, JQuery

·       Hands on experience on database-writing queries/procedures

·       Experience on SVN,GIT,

·       Knowledge of Server configuration

·       Knowledge of cloud preferably AWS

Read more
UK based
UK based
Agency job
via VRemember Technologies by Rashida P
Mumbai
3 - 5 yrs
₹5L - ₹12L / yr
skill iconVue.js
skill iconAngularJS (1.x)
skill iconAngular (2+)
skill iconReact.js
skill iconJavascript
+4 more
This is a contract to hire position for one of our UK based client for 6months, can be converted into full-time employment. Immediate joiners only.

Exp: Min 3yrs
Strong in Java Development and React js, Springboot, Hibernate, SQL, MangoDB.
Experience with agile practices, quick iterations, and integration of regular feedback.
Good understanding of all aspects of the Software Development Lifecycle.
Quick learning skills and good.
communication skills.
Should be ready to work from office. Currently work from office.
This is an urgent requirement as the project starts soon.
Read more
Zindagi Technologies Private Limited
at Zindagi Technologies Private Limited
2 candid answers
1 video
AbhijitSingh Anand
Posted by AbhijitSingh Anand
Delhi, Gurugram, Noida, Ghaziabad, Faridabad
3 - 8 yrs
₹5L - ₹16L / yr
skill iconJava
J2EE
skill iconSpring Boot
Hibernate (Java)


 

Job Roles and Responsibilities – Java Developer           

Primary Role and Responsibility: .

· Bachelor’s degree in computers / Electronics/Any Graduate

· 3-6 years of relevant experience.

· Contribute to all phases of the development lifecycle

·  3 to 6 years of experience.

· Write well designed, testable, efficient code

· Ensure designs are compliant with specifications

· Prepare and produce releases of software components

· Support continuous improvement by investigating alternatives and technologies and presenting these for architectural review

· Work from Office

Expertise You ll Bring

· Development skills in Language and Framework

· Strong coding skills in Core Java 8.0

· Expertise in J2EE

· Spring Boot

· Spring Data JPA

· Hibernate

· Expertise in REST API development and deployment using a microservices paradigm

· A good understanding of RDBMS concepts

· Knowledge of deployment and build tools

· A good understanding of Terraform scripts (needing only minor changes / enhancements)

  •  

 

Read more
Lohono Technologies
Lohono Technologies
Agency job
via TekLects Technologies by Prachi Naware
Mumbai
6 - 12 yrs
₹0L - ₹15L / yr
Product Management
skill iconGoogle Analytics
SQL
skill iconAdobe XD
Mixpanel
+1 more

Responsibilities:

  • Conceptualize and define product vision, create the roadmap and drive its execution
  • Define, track and improve the key product metrics
  • Think analytically about workflows and the impact of product features on conversion
  • Collaborate with cross-functional teams like product managers, developers, designers, marketing and SEO to drive the product execution
  • Develop and provide thought leadership in the user experience across devices.
  • Leverage available insights like market analysis, customer feedback, site metrics, and usability findings
  • Prioritize the features based on user requirements and cost benefit analysis
  • A keen, flexible and aggressive intellect with superb conceptual thinking, analytical and problem-solving skills
  • Ability to work with diverse teams across the organization
  • Be the brand custodian and ensure design guidelines are followed for digital communications
  • Design sprints and conduct daily scrums with the team

 

Requirements:

  • Excellent understanding of product development life cycle
  • Deep understanding of how your products work, know every step of the funnel.
  • You'll be expected to delve deep into datasets, build dashboards and design and accurately measure experiments
  • Excellent experience in creating product roadmap, optimization chart & prioritization sheet
  • Good knowledge of tech, design, SEO & marketing
  • Strong hand on analytical tools like Google Analytics, Mixpanel, Clevertap, Redash etc
  • Strong interpersonal skills with the ability to communicate upwardly to top management and downward to a wide range of audiences, especially tech teams
  • Must be self-directed and motivated and able to multitask in a fast paced environment
  • Excellent skills in prototyping tools such as Balsamiq, Adobe XD, Just In Mind, etc
  • SQL knowledge is a must
  • Ability to rapidly visualize/prototype concepts
  • Ability to AB test prototypes and conduct experiments
  • Ability to provide deliverables within specified deadline with a quality bar
  • Excellent team orientation and communication skills
  • Experience in hospitality domain is a plus Experience
  • 4+ years of product management experience
  • 6+ years of overall experience
  • Programming knowledge is a plus
  • Bachelors' degree in Engineering
  • MBA is a plus
  • Salary range is flexible based on interview performance and relevant experience
Read more
QUT
QUT
Agency job
via Hiringhut Solutions Pvt Ltd by Neha Bhattarai
Bengaluru (Bangalore)
4 - 7 yrs
₹7L - ₹10L / yr
skill iconJava
J2EE
skill iconSpring Boot
Hibernate (Java)
Apache Kafka
+5 more
What You'll Do

•Design and develop distributed, scalable, high availability web services.
•Work independently completing small to Mid-sized projects while
managing competing priorities in a demanding production environment.
•you will be writing reusable and maintainable quality code.

What You'll Bring

•BS in CS (or equivalent) and 4+ years of hands-on software design and
development experience in building high-availability, scalable backend
systems.
•hands-on coding experience is a must.
•Expertise in working on Java technology stacks in Linux environment -
Java, Spring/ Hibernate, MVC frameworks, TestNG, JUnit.
•Expertise in Database Schema Design, performance efficiency, and SQL
working on leading RDBMS such as MySQL, Oracle, MSSQL, etc.
•Expertise in OOAP, Restful Web Services, and building scalable systems
Preferred Qualifications:
•Experience using Platforms such as Drools, Solr, Memcached, AKKA, Scala,
Kafka etc. is a plus
•Participation in and Contributions to Open-Source Software Development and contributions
Read more
i-Lanam Technologies
at i-Lanam Technologies
1 recruiter
Juli M
Posted by Juli M
Ahmedabad
0.6 - 2 yrs
₹1L - ₹2L / yr
skill iconHTML/CSS
skill iconJavascript

Dear Candidate,

Hope you are doing great!!

 

As per our telephonic discussion, I have attached JD.


Company Details : 
Company Name: i-Lanam Technologies

i-Lanam was established in the year 2020 with an insight to provide a

competitive approach towards application development to deliver the best quality applications at the cheapest of the prices. Looking at the need to have a company that can understand the ownership of the application output some quality developers came together to establish this company

 Canada Office

182 Central Ave, 3, London, Ontario N6A 1M7, CA


Ahmedabad Location
417 SHIVALIK SHILP Iscon Cross Road, 4th Floor, Ahmedabad,Gujarat 380015, IN

 

HTML Developer Responsibilities:

  • Meeting with Web designers to discuss project design and layout.
  • Coding the entire HTML site from end to end.
  • Debugging code and front-end web applications.
  • Ensuring cross-platform compatibility.
  • Troubleshooting application errors.
  • Conducting website performance and usability tests.
  • Meeting publication deadlines.
  • Providing user support.

HTML Developer Requirements:

  • Bachelor's degree in computer science, computer engineering, MIS, or similar.
  • At least 1 years' experience as an HTML Developer.
  • In-depth knowledge of front-end coding languages including HTML, CSS, JavaScript, and XML.
  • Ability to troubleshoot coding and application errors.
  • Knowledge of web design and user application requirements.
  • Ability to meet strict publication deadlines.
  • Excellent communication and interpersonal skills.
  • Strong attention to details
 
Read more
Thyrocare Technologies
at Thyrocare Technologies
1 video
5 recruiters
milind jadhav
Posted by milind jadhav
Navi Mumbai
1 - 6 yrs
₹3L - ₹9L / yr
skill iconC#
skill icon.NET
ASP.NET
skill iconC++
SQL server

Key Responsibilities :

- Take on development of key modules in the application
- You will be responsible for day-to-day development tasks across the Software Development Life Cycle assigned to your team.
- Development of application framework components
- Allocation of development tasks to the team
- Code review on a regular basis and ensuring code quality and adherence to company coding standards.

Required Technical Skills :

Angular :

- Modules, components basic architecture
- Typescript in depth
- Reactive forms
- CRUD operations in paged tabular listing
- Validation and error handling in Angular
- Security concepts like JWT based authentication, oAuth with social platforms, route guards, role driven menu
- Server-side rendering (SSR) with Angular Universal
- PDF making and email sending using SSR
- Localization and internationalization

 

ASP.Net C# Web API :

- Controllers
- Models with validation attributes, custom validations
- Asynchronous programming
- Error handling and logging
- Server side UI table operations - sorting, searching, paging, page sizing
- Entity framework with database first approach, edmx designer 
-React JS, Angular JS

SQL Server :

- Tables, views, stored procedures, functions
- Optimizations - keys, indexes, partitions
- Working with XML/JSON data

HTML/CSS :

- JavaScript/jQuery, CSS 3.0/Less/SCSS,
- Bootstrap
- Responsive design

 

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