
This position is for our social media wing.
We would expect you to come armed with a sense of humor and an obsession with colors. Know your software, ditch the normal, and create more wacky Wednesdays than we could have ever imagined. You should be someone who can take direction from written or spoken ideas and convert them seamlessly into images, layouts, and other designs. You must be persistent and creative, with experience and demonstrated success in graphics designing.
This position is a full-time job at QBF Noida Sector 1 location.
Work Experience: 2+ years hands-on experience
Roles and Responsibilities
- Be part of the creative process from concept to completion.
- An intimate understanding of design, copy, and web best practices/guidelines, and a strong understanding of the latest creative trends.
- Possession of creative flair, versatility, conceptual/visual ability, and originality.
- Self-starter with a positive and enthusiastic attitude, the ability to work independently as well as in cross-functional groups and professionalism regarding time, costs, and deadlines.
- Stays abreast of the evolving technology and design landscape including the emergence of new standards and devices.
- Excellent communication skills, ability to multi-task in a fast-paced environment.
- Prioritize and manage work while adhering to project timelines in a fast-paced environment.
- Continually push your design experience and knowledge of new design trends and tools to help contribute to improved work processes within the team.
- Creative agency or editorial background a plus.
- Collaborates with the creative team in the production of marketing materials and media.
- Ensures visual communication and brand standards are met.
- Contributes innovative ideas to shape effective ad experiences across digital, mobile, print, and video platforms.
- Meet with internal clients to develop the materials needed.
- Meet deliverables timelines.
- Think creatively and develop new design concepts, graphics, and layouts.
- Prepare rough drafts and present your ideas.
- Illustrates concept by designing rough layout of art and copy regarding arrangement, size, type size and style, and related aesthetic concepts
Required Experience and Skills
- Bachelor's Degree in Graphics Designing or other relevant courses
- 2+ years of experience in graphics designing
- English: Fluent
- Adobe Photoshop, Adobe Illustrator, Video Editing is a must.
Perks
- 5 days working
How to apply
- Please share your CV along with the work portfolio.
- Applications without a portfolio will be rejected.

Similar jobs
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.
- Strong Software Development & DSA Profile
- Mandatory (Experience): Must have 2+ YOE in Software Development (preferably in product-based companies)
- Mandatory (Skills 1): Must have proficiency in programming languages such as C++, Java, or Python
- Mandatory (Skills 2): Must have strong expertise in scalable systems and applied DSA in practice
- Mandatory (Skills 3): Must have strong understanding of System Design (liek HLD, LLD, microservices, caching, database scaling)
Job Summary
NextNation is seeking a passionate and motivated Inside Sales Associate to join our growing team. As a fast-expanding immigration consultancy, we are looking for individuals who are dedicated to helping clients achieve their global career and mobility goals.
Key Responsibilities:
- Provide clear advice to clients on immigration services through phone, email, and in-person consultations.
- Stay up-to-date with the latest immigration laws and visa requirements, offering accurate and timely guidance.
- Evaluate client profiles and offer honest, helpful feedback on their immigration opportunities.
- Develop plans and set goals to help meet sales targets and deliver results.
- Follow up with potential clients to turn inquiries into signed contracts.
- Stay in touch with clients throughout their journey, making sure they have the support they need at every stage.
- Help clients gather and submit the necessary documents for their visa applications.
- Contribute ideas for marketing strategies and help create content to attract new clients.
- Collaborate with team members to share knowledge and improve sales strategies.
What We Are Looking For:
- A bachelor’s degree in a relevant field like Travel and Tourism, Law, or International Relations.
- 1-3 years of experience in immigration consulting, sales, or similar roles (fresh graduates with strong skills are also welcome).
- A good understanding of immigration laws and requirements for different countries.
- Excellent communication skills, with the ability to explain complicated processes simply and clearly.
- A strong sales mindset and a focus on delivering great customer service.
- Attention to detail and excellent research skills.
- Proficiency in MS Office and CRM software.
- Fluency in English is essential; additional language skills are a plus.
About NextNation:
NextNation believes that your dreams should never be limited by borders. We are dedicated to helping people around the world move to new opportunities, whether for study, work, or family. Our team provides end-to-end support throughout the immigration process, helping clients reach their goals with confidence.
Why Join NextNation?
- Make a Difference: Help individuals achieve their dreams by guiding them through the immigration process.
- Professional Growth: Learn from industry experts and stay up-to-date on the latest immigration trends.
- Ownership and Creativity: Have the freedom to share your ideas and take ownership of your role.
- Work-Life Balance: We offer flexible work arrangements to support your well-being.
- Team Collaboration: Join a dynamic, enthusiastic team that values teamwork and excellence.
Job Location: HSR Layout Bangalore
We are seeking a Senior Golang Engineer to join our team of talented developers. As a Full Stack Developer, you will work with a group of rockstar developers, including IIT'ans/BITS grads with 10+ years of experience, and collaborate with F500 companies as our clients. This is an excellent opportunity for accelerated career growth and a chance to work with the top 0.1% of developers in the industry.
Responsibilities:
- Collaborate with cross-functional teams to design, develop, and deploy high-quality software solutions.
- Write clean, efficient, and reusable code.
- Participate in code reviews to ensure code quality and maintain best practices.
- Continuously learn and stay updated with the latest technologies and trends in full-stack development.
Requirements:
- Minimum of 3 years of experience in a Golang.
- Aptitude for learning new technologies quickly.
- Good problem-solving and analytical skills.
Company Background:
We are a multinational software company experiencing rapid growth. With offices in Florida and New Delhi, we serve clients across the US, Australia, and APAC regions. Our team has expanded significantly in recent weeks, and we anticipate further growth, adding 125+ employees by the end of Q1 2024. You can learn more about us on our website: codevyasa.com.
What We Offer:
- Glassdoor rating of 4.8, indicating high employee satisfaction.
- Free healthcare benefits.
- Strong focus on upskilling and professional development opportunities.
- Diverse and inclusive work environment.
- Competitive compensation and benefits package.
- Emphasis on maintaining a healthy work-life balance.
- Write copy for a variety of media including social, print, video, and online
- Edit and proof work to ensure high editorial standards are met across all content outputs
- Collaborate with creative, product, marketing, and legal to assess project needs and help with messaging
- Drive brand consistency across all company communications
- Develop and implement brand guidelines
- Stay current on trends and competitors within the editorial sphere
- See projects through the whole creative lifestyle, from inception to deployment
- Strong creative thinking skills and ability to think conceptually
- Comfortable working independently with little direction under tight deadlines
- Excellent writing, editing, and proofreading skills with a diligent eye for detail, language, flow, and grammar
- Proven ability to demonstrate brand voice
- Strong attention to detail
- Excellent portfolio of work
Frontend Developer
2-4 years/Remote or Kochi
Farmers Fresh Zone, is a Direct to Consumer Brand Backed by the Indian Angel Network. The startup lives across 5 South Indian cities. We cater to the needs of urban customers with our safe-to-eat, pesticide-free fruits & vegetables that are directly sourced from our farmers. This is possible with our technology-driven platform & demand prediction model. In short, we’re the high-tech marketplace that’s beneficial to both, the consumers & farmers.
For more info visit our website: https://www.farmersfz.com/">https://www.farmersfz.com/
The role, in a nutshell
As a Frontend Developer at FFZ, you will be part of our core development team, and will have complete ownership of our frontend application. You will bring concepts / user stories to life with ReactJS/Next.JS, HTML and CSS and an opportunity to create highly responsive web designs that work across multiple platforms and browsers.
What you’ll do at FFZ
- Bring concepts / user stories to life with ReactJS/Next.JS , HTML and CSS
- Create highly responsive web designs that work across multiple platforms and browsers.
- Ensure the technical feasibility of UI/UX designs and implement them.
- Explore and implement SEO best practices
Who you are
- At least 2 years of experience working on Typescript/JavaScript, React/React Native
- Experience / willingness in working with Next.js
- Experience with front-end development tools, build tools and versioning tools.
- Ability to write clean code, necessary tests and ensure high code quality.
- Experience integrating REST APIs and services
- Understanding / familiarity with web security concepts.
Nice to have
- Experience working with Flutter (preferred) or any other cross-platform development tool
- Experience developing mobile applications.
What we offer
- Complete ownership of our frontend application.
- Competitive salary and an excellent equity package.
- Stellar team, great start-up culture, work-life balance with generous holidays.
- Responsible for collecting all in-scope business requirements
- Able to prioritize requirements and negotiate on deployment timeframes on behalf of the development team
- Ability to perform detailed analysis to ensure all aspects of the business requirement are understood
- Able to formalize business requirements, ready for two way communication business communications up and technical communications down
- Capable of managing all non-technical aspects of the new requirements
- Capable of working with the test team to develop/ review test scripts and profile of test data
- Able to produce ad-hoc SQL queries/ ad-hoc reports that can be used to monitor success of the new requirement by ensuring data is being created as it should
- Must have worked on medium to large size custom application development projects and has exposure to all phases of the SDLC
- Experience in Insurance Domain is a must
- Proficient in using Microsoft Office tools
- Get actively involved in various project phases
- Act as a key interface between users and development teams
- Technology Graduate: B.Sc IT, MSc IT / B.Tech, M.Tech/ BCA, MCA
- Monitoring the market & competitor activities & providing relevant reports.
- Maintain a database of potential business partner's contact numbers and emails.
- Brainstorm new and creative growth strategies.
- Come up with new marketing Ideas.
- Market product to target customers.












