
Working Days: Monday to Friday
Working Hours: 9:30 AM to 6:30 PM
Interview Process: Virtual or Face-to-Face
Experience Required: 1 - 5 yrs
Along with resume portfolio is must to share
Job Title: Architecture/Interior Design Specialist with Advanced SketchUp Modeling Experience
Job Description: company is seeking a highly skilled and creative Architecture/Interior Design
Specialist with advanced SketchUp modeling experience to join our dynamic design team. The ideal
candidate will have a strong background in architecture or interior design and be proficient in using
SketchUp for creating detailed 3D models, including furniture modeling. Familiarity with SketchUp
plugins is a plus.
Responsibilities:
• Create detailed 3D models using SketchUp, including architectural and interior designs.
• Model and design various types of furniture pieces with precision and creativity.
• Collaborate with the design team to translate conceptual ideas into functional and
aesthetically pleasing designs.
• Utilize SketchUp plugins and other relevant tools to enhance modeling efficiency and quality.
• Produce high-quality renderings and visualizations to effectively communicate design
concepts to clients and stakeholders - Optional
• Ensure designs meet company standards, project requirements, and regulatory compliance.
• Stay up-to-date with the latest industry trends, software updates, and best practices in
SketchUp modeling.
• Participate in design reviews and provide constructive feedback to team members.
• Support the team in other design-related tasks as needed.
Qualifications:
• Bachelor’s degree in Architecture, Interior Design, or a related field.
• Proven experience with advanced SketchUp modeling, including both architectural and
interior design projects.
• Expertise in furniture modeling using SketchUp; familiarity with various furniture design
styles and materials.
• Experience with SketchUp plugins for enhanced functionality is highly desirable.
• Strong portfolio showcasing previous SketchUp modeling projects.
• Proficiency in other design software (e.g., AutoCAD, Revit, Adobe Creative Suite) is a plus.
• Strong attention to detail and ability to work on multiple projects concurrently.
• Excellent communication and collaboration skills.
• Creative thinking and problem-solving abilities.

About Hunarstreet Technologies Pvt Ltd
About
At Hunarstreet Technologies Pvt Ltd, we specialize in delivering India’s fastest hiring solutions, tailored to meet the unique needs of businesses across various industries. Our mission is to connect companies with exceptional talent, enabling them to achieve their growth and operational goals swiftly and efficiently.
We are able to achieve a success rate of 87% in relevancy of candidates to the job position and 62% success rate in closing positions shared with us.
Similar jobs
Job Title : SEO & Digital Marketing Specialist - (Web3 Product/Organization) (SMO, SEO, Meta Ads / Promotions Ads / PPC)
Experience : 2+ Years
Location : Noida Sector 18
Working Days : 6 Days (Monday to Friday WFO + Saturday WFH)
Job Summary :
We are looking for a results-driven SEO & Digital Marketing Specialist with hands-on experience in Web3 products/organizations. The ideal candidate will be responsible for enhancing online visibility, executing SEO/SMO strategies, managing paid campaigns, and driving growth through effective digital marketing initiatives.
Key Responsibilities :
- Develop and implement SEO strategies (on-page, off-page, technical) to increase organic traffic.
- Plan and execute SMO strategies to strengthen brand presence across social platforms.
- Manage and optimize paid ad campaigns (Meta Ads, Promotion Ads, PPC, Google Ads) for maximum ROI.
- Conduct keyword research, competitor analysis, and performance tracking for continuous improvement.
- Work with CMS platforms (excluding WordPress) to publish, update, and optimize content.
- Collaborate with Web3 product/organization teams to create tailored marketing campaigns.
- Stay updated with Web3 industry trends, SEO algorithms, and ad platform updates.
Mandatory Skills :
- SEO (on-page, off-page, technical)
- SMO (social media optimization & engagement)
- Paid Ads (Meta Ads, Promotion Ads, PPC, Google Ads)
- CMS management (any CMS except WordPress)
- Proven experience in Web3 products/organizations marketing
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.
- 3+ years of hands-on experience in ColdFusion development (CFML), including frameworks such as ColdBox, FW/1, or Model-Glue.
- Architect, Design, Develop and maintain web applications and solutions in Cold Fusion, HTML, CSS, Java Script.
- Strong proficiency in frontend technologies: HTML, CSS, JavaScript and jQuery
- Developing highly optimized database applications/Queries based on SQL, Oracle, or MySQL.
- Familiarity with web services (REST/SOAP), XML, and JSON.
- Experience with bug tracking and version control software (e.g. Git)
- Architect’s solutions to maximize scalability, performance, and security.
- Understanding of MVC architecture, Object-oriented programming (OOP) design and principles
- Experience with ColdFusion Builder and ColdFusion Report Builder.
- Authentication using SAML and Authorization using OAuth 2.0
- Excellent analytical and problem-solving skills with thorough attention to detail, quality, and precision
- Ability to manage multiple data-driven tasks concurrently.
- Good communication and documentation skills
- Enjoy working in a fast-paced environment.
- Self-starter with a natural willingness to get the job done.
- Ability to work independently as well as in a collaborative, Agile team environment
Role & Responsibilities:
- Deliver training on SEO, PPC (Google AdWords), Social Media Marketing, Email Marketing, Affiliate Marketing, Content Marketing, SEM, ORM, Website design, and Web Analytics.
- Assist students in practical digital marketing tasks.
- Plan and prepare course materials and lesson plans.
- Conduct demo sessions and doubt-solving sessions.
- Continuously improve teaching methodologies for better student satisfaction.
Preferred Candidate Profile:
- Bachelor's degree in Marketing, Business, or related field.
- 1-3 years of hands-on experience in digital marketing, with at least 1 year of experience as a Digital Marketing Trainer.
- Expertise in SEO, PPC, Social Media, Content Marketing, and more.
- Familiarity with tools like Google Analytics, WordPress, SEMrush, MailChimp, etc.
- Certifications (e.g., Google AdWords, HubSpot Content Marketing) are a plus.
Soft Skills:
Strong communication and presentation skills.
- Energetic, passionate, and a natural motivator.
- Problem-solving and analytical abilities.
React Native Role :
We are looking for a qualified React Native developer to join our Engineering team. Ultimately, you should be able to design and build the next generation of our mobile applications.
What is expected of our App Developers?
- Understand the healthcare context and identify key problems
- Innovate, evaluate, and deploy various android and IOs Features that can solve complex healthcare needs
- Ability to take extreme ownership over your work. Every day is a challenge to ensure you are performing to the expectations you and your team have agreed upon, both in regards to estimates and to general process. An understanding of React Native best practices and acommitment to following them.
- Ability to create and maintain continuous integration and delivery of applications.
- A positive mindset and can-do attitude.
- Forensic attention to detail.
Qualifications:
- Bachelor’s degree in CS/IS.
- Experience with React Js, React Native, JavaScript including DOM Manipulation and
JavaScript object model.
- Thorough understanding of React Native and its core Principles.
- Hands on experience on React Native Framework at least 2 years.
- Good Knowledge of HTML5, CSS.
- Familiarity with code versioning tools (Such as Git, SVN or Mercurial)
- Familiarity with RESTful APIs
- Familiarity with modern front-end build pipelines and tools.
- Experience with common front-end development tools such as Babel, Web pack, NPM etc.
10.Experience with Native Mobile app deployment on App store and google play store.
· Strong knowledge of core java & spring boot
· Hands-on experience on payment switch integration
· Good knowledge of ISO8583 and EMV Data.
· Hands-on experience on any database like MySQL, oracle...etc.
· Should be strong in creating/ defining Swagger specs for REST APIs, understand REST principles, Guidelines.
· In depth knowledge of Card Scheme Specifications (VISA, MasterCard, Rupay and AMEX), Card
· Well versed with payment standards and ISO8583 and EMV data (mandatory),
· Hands on experience with Switch payment integration
· Resolve technical issues for designers and developers during project lifecycle
· Excellent problem solving/troubleshooting skills on Java/J2EE technologies
· Result oriented and a versatile engineer who is expert in providing solutions, creating architecture and designs.
· Excellent communication (written and verbal) and interpersonal skills
Payment card industry preferred
We believe that great change begins with individuals who are given the freedom to make a difference, and we champion this in all that we do here at Vamstar. Hence we are urgently looking to hire a senior person to fill in for a Full Stack Engineer
The ideal candidate will be responsible for developing high-quality applications along with designing and implementing testable and highly scalable codes. If you have a gig towards Java, Node, AWS, Javascript and Typescript and have worked extensively in web application development; we are looking for you.
Responsibilities
- Managing team(s)
- Develop quality software and web applications
- Analyze and maintain existing software applications
- Design highly scalable, testable code
- Discover and fix programming bugs
Qualifications
- B.Tech - CS from a Tier 1/2 college
- Minimum 5 years of experience
- Great communication skills
Key Benefits
- Performance Bonus on a Quarterly basis on performance
- 25 days paid holidays each year including your accrued leaves, sick leaves, fixated and optional holidays.
- Flexible working hours
- Permanent Work from home
- Yearly virtual cross-tribe pollinations (we have another engineering team in UK, US and Vietnam)
- Wholesome development experience with MacBook Pro and extra monitor(s) post completion of Probation period/ machine bonuses
- Regular and transparent appraisals based on performance.
More about our Team: As an engineering team, we are dedicated, hardworking and always looking to learn and improve our craft. This happens in regular knowledge sharing sessions with both Full Stack and Machine Learning teams, and we are always keen to collaborate when a challenging problem comes up. In our work, we use industry best practices like Github. AWS, Ally, Trello, Slack, TDD, CI/CD and code reviews as part of building every feature. We also continually evaluate new technologies to see if they can help improve our platform.
- Ensuring that micro services are used wherever it makes sense.
- Mentoring team and finding the right balance towards process and documentation.
- Working on interesting technical challenges in a product centric and open-source driven environment.
- Helping set a very high bar on code quality.
- Taking ownership of product features from conception to implementation, testing deployment and support.
- Working on open source as much as possible, and blogging about cool things that he/ she learnt and built.
- Helping define who we become as a company.
- Getting stock options in line with Silicon Valley standards.
What you need to have:
- Any engineering graduate
- 4 to 10 years of experience in building app architecture
- The role requires a good knowledge of Algorithmic Design and Architecture, Data structures, OOPS Concepts, serverless architectures and complex problem solving skills.
- Knowledge of Full stack CTO
- Must have worked as backend lead
- Ownership - A lot of freedom on when and where you work from - just get stuff done.
POSITION SUMMARY
Essential Skills & Key Responsibilities
- Expertise in P2P domain which includes Procurement and Account Payables and Fusion
- P2P functional implementation experience including Interfaces & RICE objects with other legacy applications.
- Leading the business analysis capability in the procurement space, building excellent business connect, influencing and negotiating between tech and business.
- Capture & clarification of business requirements through a range of analysis techniques for the Business (data flow diagrams, case tool analysis, gap analysis and work & process flow diagrams)
- Function as a techno-functional resource and assist in designing solutions for business
- Understand the business data in depth, analyse key performance indicators and use the same to analyse the requirements further
- Obtaining agreement on business analysis deliverables and ensuring that they meet all the requirements of the business
- Proactively working with business to identify, define, and clarify the scope / issues in terms of complex business/systems requirements.
- Identify options for potential solutions and assessing them for both technical and business suitability/feasibility
- Working with business to capture & clarify business requirements & support business & technology teams in data analysis, in UAT phase etc.
- Acting as a proxy customer with the development teams, facilitating open communication between the customer & development team
- Driving user acceptance criteria with the customer
- Aware of the AGILE terminologies and should have knowledge of AGILE tools like JIRA, Confluence etc.
- Basic knowledge of PL/SQL for data querying & analysis will be an added advantage.
- Exposure to MS Office products like Visio and Excel








