Sign up to access all features of our service.
  • Job search
  • Favorites
  • Create a CV
    New
  • Salaries
  • Subscriptions

Fullstack Web Development Peer Tutor

$20 per hour

The Research Foundation of the City University of New York

Thank you for considering a career with the Research Foundation of The City University of New York (RFCUNY).


The team at RFCUNY is made up of dedicated, talented professionals committed to providing the services that allow CUNY researchers, faculty, and staff to focus on their intellectual curiosity and scientific discoveries.


We are pleased that you are interested in exploring opportunities to join RFCUNY.

Primary Location:
BOROUGH OF MANHATTAN C. C.

Bargaining Unit:

No

About the NYC Tech Talent Pipeline (TTP)

TTP is a public-private partnership, launched by the Mayor's Office in May 2014 to support the growth of the NYC tech sector and prepare New Yorkers across the five boroughs for 21st-century jobs. The Tech Talent Pipeline works with public and private partners to define employer needs, develop and test training and education solutions, and scale solutions throughout New York City, delivering quality talent for the City's businesses and quality jobs for New Yorkers.

The Tech Talent Pipeline Residency ( TTPR ), a training and internship placement program for a cohort of computer science undergraduates of CUNY BMCC, is seeking an experienced Fullstack Web Development Peer Tutor to deliver specialized software engineering support in the form of a software engineering coding bootcamp for TTPR. This role is ideal for individuals who possess a deep passion for teaching and a commitment to expanding access to the tech industry. This position is available as of April 2026, and will be terminated at the end of the funding period. We will be hiring: 1 Lead Instructor, 1 Lead Teaching Assistant, 4 Teaching Assistants, and 2 Peer Tutors.

Anticipated Start : 1 June 2026

Anticipated End : 21 August 2026

Program Supported : TTP Residency @ BMCC

Reports To : TTPR Program Manager

Weeks (12)

Week 1: Warp, Cursor, Claude Code + HTML/CSS/JS/Git (Solo Git)

Week 2: Codex, Claude Cowork + HTML/CSS/JS/Git (Collaborative Git)

Week 3: ReactJS + APIs

Week 4: Server

Week 5: Database

Week 6: Client-Side Routing + Review

Week 7: CRUD (Solo) + Deployment + Security

Week 8: Capstone I (Groups of 4)

Week 9: Capstone II (Groups of 4)

Week 10: Capstone III (Groups of 4)

Week 11: Capstone III (Groups of 4)

Week 12: Capstone III (Groups of 4) + Demo Day

Instructional Staff Standard Duties

• Review the material to prepare for help tickets

• Provide resources to students for technical knowledge and technical skillset support

• Complete help tickets for troubleshooting: tool installation, tool configuration, problem-solving related to in-class assignments, homework assignments, or capstone projects

• Identify blockers for a student's project

• Guide students to verbalize their thought process

• Unblock students through advisement, technical project management techniques, or by escalating to another instructional staff member

• Function as a scrum master for capstone projects and also contribute to brainstorming about frontend design, file structure, and project scope (you might be asked to diagram on a whiteboard when in-person or a digital whiteboard when remote)

• Participate in 1 weekly sync up meeting with the instructional staff by default, and with the program manager if available

• Review if a classwork or homework submission was submitted with: a link, an accessible link, a link to the proper project, time of last commit, sum of commits, and amount of commits per group member (use Trello?)

• Hold a mandatory office hour M-Th (no office hour on Friday) (two thirty-minute segments)

• Track individual aggregate contributions at the end of each capstone project by commit history, by copying and pasting it into an internal document

• Flag areas of improvement in student progress within an internal document

• Proctor monthly quiz with assigned students

• Conduct exit interview with assigned students

Other Duties and Expectations :

- Improvising deadlines (including if polling the students is the best way to adjust)

- Improvising the agenda/schedule/EOD announcements, especially on or around challenging topics or demo day, or any mandatory staff member-trainee pair programming/office hour/code review

- Improvising, for example, by adapting support dynamically; for example, if inbound help tickets drop to zero during capstones, shifting to a proactive, outbound model by regularly checking in and providing support across all groups on a consistent, responsive cadence

- Building students' self-efficacy

- Guiding students through the pace and intensity of a bootcamp

- Facilitating capstone topic ideation

- Developing students' first-principles programming skills alongside AI-assisted approaches, balancing foundational understanding with practical outcomes

- Clarifying the limitations of third-party APIs

- Supporting students in intermediate capstone concepts and implementations, including but not limited to: WebSockets, task scheduling (cron jobs), service workers for offline/background syncing, throttling, debouncing, caching, WebRTC, pagination, filters, sorts, searches, etc.

REQUIRED SKILLS

• Applicants must have completed (or are approaching completion of) the most recent TTP Residency Program at BMCC, including a minimum of two capstone projects with active contribution during the Summer 2025 occupational training period

• Associate degree or associate degree-seeking in computer science or related fields

• Proficient in fullstack web development (HTML, CSS, JavaScript, Node, Express, React, Redux, Relational DBMS, ORMs)

• Proficient in developer tools such as CLI/Terminal, Postman, VS Code, Postico, pgAdmin

• Proficient in a project management tool(s) such as Jira, ClickUp, Monday, Asana, Notion, or Trello

• Proficient in industry-standard Git workflows and GitHub (GitHub Projects, GitHub Pages)

• Proficient in developer operations as it pertains to CI/CD and/or deployment/hosting using Netlify and/or Vercel

• Familiarity with: implementation details of Open Authorization protocol

PREFERRED SKILLS

• Prior experience working at a Software Engineering/Cybersecurity/Data Science Bootcamp, an instructional (technical) role in a CUNY or CUNY-related program, or as a collegiate adjunct for a computer science course

• Familiarity with: Figma, Lucidchart, Tailwind, Bulma, Rate Limiting, Hashing/Salting, CORS

• Familiarity of: AWS/GCP/Azure, Firebase, UI/UX principles, React Native, TypeScript

DESIRED SKILLS

• Prior experience as an apprentice, intern, freelance, associate, junior, or senior software engineer

• Prior experience as a or in: solutions engineer, sales engineer, quality assurance, quality engineer, software development engineer in test (SDET), scrum master, or UI/UX and Graphic Design & Digital Design

• Prior experience in other fields such as but not limited to: Data Engineering, Data Science,

Cybersecurity, Artificial Intelligence

• Prior experience with: hackathons, open-source contribution, bug bounties, published scholarly works and research, computer science degree, TA/SI equivalent during undergraduate or graduate studies

Examples of bugs you should be able to troubleshoot:

1: A student says: "node -v isn't working" and you inform them that nodeJS is not yet installed.

2: A student is running their client code on one local server (Port 3000) and their backend code on another local server (Port 1234). With respect to Port 3000, they make an AJAX request through their browser to the local server on Port 1234. The student receives a CORS error. They send the same request through Postman. The student does not receive a CORS error. They put in a help ticket to have a thorough understanding of why this is happening, as well as some possible solutions (forward proxy or whitelisting).

3: A student puts in a help ticket to install postgres on a device running Mac OS. Another student puts in a help ticket to install postgres on a device running Windows OS.

4: A student wants to practice responsive web design, so they take ownership of some open issues on their GitHub project management board for it. They accidentally use a media feature incorrectly such as using min-width versus max-width. You must be able to help them identify this mix up, and provide a solution as to why the style never applied to the intended screen, in a constructive and effective way.

5: A student sets up Okta's Auth0, however the first login fails despite it working upon refresh. It is up to you to discuss with the student, articulate the solution, and if necessary, share the working code.

6: A student puts in a help ticket that just reads as "getting error: detached HEAD state, please help in breakout room 8". You should be able to explain to them git's provided auto-message describing what a detached HEAD state is, that it does not classify as an error, and what is actually happening. Further, you should be able to explain when it is useful and when it is not useful for a student's immediate purposes, especially if they reached that point in the terminal inadvertently. Be able to explain to them that their pointer is pointing to a commit and not to a branch, how that differentiation is operationally relevant, and how to configure the pointer to point back to a branch if that is their intention.

7: A student is making a POST request through Postman. Turns out, they are using "body -> raw -> Text" when they are in fact trying to send the JSON representation of their React Form stored on React State. This is confusing to them, because they are not getting an error, just a blank response displaying on Postman. Everything looks fine, nothing crashes, but it is a silent bug. Server-side, express is configured such that: "app.use(express.json())" for parsing request bodies. From here, you should be able to debug with them such that they instead use ""body -> raw -> JSON" in order for the request to be properly formatted for their purposes, resulting in what they initially anticipated to see from a successful request-response 'cycle' through Postman.

8: A student understands how to use git stash and git stash apply as a tool, but they do not fully understand what's happening under-the-hood. They just 'have a feeling' of when to use them, and have so far been right each time, but they would like to 'have an understanding' of it in a first-principles way. You should be able to explain to them that "git stash" takes a snapshot and hides it off-branch and then "git stash apply" replays that snapshot as a patch onto current code. You do not need to go into how the stash is a stack, but just provide the clear reasoning about its use case.

9: Be able to extensively explain either during lecture, a help ticket, or an office hour about the distinct 'zones' in git such as: working directory, staging area, local repository, and remote repository, especially if a student either is trying to run a terminal command not applicable to that particular zone or if a student wonders why they have to still do "git pull" after pushing to the remote branch and merging onto main on the remote repository. They should be able to both execute the workflow and understand it, through you.

Run-through of Project Appointment

A Holiday (Juneteenth and Observation of Independence Day)

• 0 work

• 0 classes

• 0 compensation

Monday - Thursday (June 1 to August 21): Modality = BMCC Campus


Fridays (June 1 to August 21) : Modality = Remote (Demo Day will be at BMCC Campus)

A Non-Capstone Monday, Tuesday, Wednesday, Thursday (June 1 to July 17):

Before you begin your workshift, lecture, attendance, and lunch break would have happened already

• 1:00PM - 3:50PM: Project Work + Help Tickets

• 3:50PM - 4:00PM: EOD Announcements

• 4:00PM - 4:30PM: Mandatory "Office Hour" w/Student A

• 4:30PM - 5:00PM: Mandatory "Office Hour" w/Student B

A Non-Capstone Friday (June 1 to July 17):

Before you begin your workshift, lecture, attendance, and lunch break would have happened already

• 1:00PM - 3:00PM: Project Work + Help Tickets

• 3:00PM - 4:00PM: EOW Weekly Instructional Staff Meeting

• 4:00PM - 5:00PM: Project Work + Help Tickets ( teaching assistants and peer tutors exit at 4:00PM )

A Capstone Monday, Tuesday, Wednesday, Thursday (July 20 to August 20):

Before you begin your workshift, project work, help tickets, attendance, and lunch break would have happened already

• 1:00PM - 1:15PM: Daily Standup

• 1:15PM - 3:45PM: Project Work + Help Tickets

• 3:45PM - 4:15PM: Pair Programming or Code Review (Frontend) (Becomes optional in final project)

• 4:15PM - 4:45PM: Pair Programming or Code Review (Backend) (Becomes optional in final project)

• 4:45PM - 5:00PM: EOD Announcements

A Capstone Friday (July 20 to August 20):

Before you begin your workshift, project work, help tickets, attendance, and lunch break would have happened already

• 1:00PM - 1:15PM: Daily Standup

• 1:15PM - 1:45PM: Pair Programming (Frontend) or Code Review (Becomes optional in final project)

• 1:45PM - 2:15PM: Pair Programming (Backend) or Code Review (Becomes optional in final project)

• 2:15PM - 4:45PM: Project Work + Help Tickets ( teaching assistants and peer tutors exit at 4:00PM )

• 4:45PM - 5:00PM: EOD Announcements

Demo Day (August 21) :

• 10:00AM - 12:00PM (optional): Prepare students for the event, and classroom-wide retrospective

• 12:00PM - 1:00PM (optional): Lunch

• 1:00PM - 4:00PM: Demo ceremony, demos, and instructional staff farewells

• 4:00PM: Event's end

Technology Stack and Tools

HTML

CSS

JavaScript

Node

Express

ReactJS (React Hooks and React Context)

PostgreSQL

Sequelize

Auth0

Vercel

Neon for Vercel

Agile Methodology

NPM

Vite

Chrome Developer Tools (colorpicker, network tab, breakpoints, device mode)

Figma

dbdiagram [dot] io

CLI/Terminal/Bash

Git (branches, issues, pull requests)

Postman (hosted API documentation)

GitHub

GitHub Pages

GitHub Projects (project management board)

Visual Studio Code

Postman

Postico or Beekeeper Studio/PG Admin

UI/UX/Design (Universal, Inclusive, Responsive) incorporating i18n, l10n, a11y, and u11y

Cloud Spreadsheet

Excalidraw

GitHub ReadME

OneRF Portal

Licensed Zoom

Philosophy :

Everything aims toward the target of students becoming above-average or exceeding expectations of an early-career software engineer intern in the contemporary workforce.

For example, we're not looking for capstone projects that would have stood out years ago; we're looking for original and intentional projects that will stand out in the present-day job market, where every moment, especially the project-building phase, has both instructive and industry value.

With respect to the outcome, the target is not just to attend a bootcamp nor graduate from one, but to be internship-ready and be competitive candidates in the job market because of the training itself and the training environment co-created with them.

With respect to training delivery, the pedagogical idea is to facilitate training that balances structured presentations with interactive discussions, emphasizing other methods such as two-way communication, flipped classrooms, and peer-to-peer collaboration (pair-programming via driver-navigator) as keys to learner success.

With respect to agile ceremonies, students should receive training to actively communicate and actively listen, internalizing them as opportunities for a real dialogue, rather than as only a routine formality.

With respect to technical documentation, students should receive training to diagram and document as if they were contributing to a professional runbook or participating in a sprint review.

With respect to technical communication, students should receive training to talk with precision about a technical concept, and not talk around it nor talk past it.

With respect to technical implementation, students should receive training to not just understand, observe, nor code-along, they should apply (so they know they know it) and demonstrate (so others know they know it).

With respect to persistence, we believe in being able to promptly identify and address accordingly when a student is experiencing one of the following in their learner journey: unproductive struggle and productive struggle.

With respect to a support system, the aim is to provide active support and guidance to students, adapting between standardized and personalized approaches as needed, with strong active listening skills.

Final remark: We are committed to showing up for others, responding not only to what is asked, but to what is needed. If a trainee or staff member needs support, whether stated or unstated, expressed or not, we step forward to meet the need and act with care, awareness, and initiative.

Notices:
  • Please Be Notified That : All appointments are subject to budgetary guidelines, fiscal constraints, a background check, and satisfactory performance assessment with no presumption of retention. This position is a non-tax-levy appointment supported by funds administered through the RFCUNY. As such, the individual who fills this role will be considered an employee of the RFCUNY and will be subject to its personnel policies and procedures for project employees. RFCUNY employees are also expected to comply with the rules and policies applicable to the worksite to which they are assigned.
  • Grant-Funded Position : This is a grant-funded position, as long as funding allocated to the particular position remains available.
  • Pool Category: Part-Time B
  • Definition of Part-Time B: Part-time employees scheduled to work no more than 38 hours per bi-weekly pay period and paid on an hourly basis
  • Status of Position: Temporary
  • Definition of Temporary: Temporary employees are employed on a full-time or part-time basis for one job only for a set duration of no more than 19 weeks in any 12-month period, have no substantial expectancy of continued employment and have been notified of this fact. These employees are not eligible for annual leave.
  • Modality : Hybrid
    • Monday: Onsite
    • Tuesday: Onsite
    • Wednesday: Onsite
    • Thursday: Onsite
    • Friday: Remote
    • Where "Onsite" refers to Borough of Manhattan Community College
    • Where "Remote" refers to Licensed Work-Provisioned Zoom
  • Work Schedule (Default):
    • Monday : 1:00PM ET to 5:00PM ET (4 Hours)
    • Tuesday : 1:00PM ET to 5:00PM ET (4 Hours)
    • Wednesday : 1:00PM ET to 5:00PM ET (4 Hours)
    • Thursday : 1:00PM ET to 5:00PM ET (4 Hours)
    • Friday : 1:00PM ET to 4:00PM ET (3 Hours)
    • Saturday: Absolutely No Work Scheduled (0 Hours)
    • Sunday: Absolutely No Work Scheduled (0 Hours)
    • Total of 19 hours per workweek
    • Total of 38 hours per bi-weekly pay period
  • According to RFCUNY's Policy No. 506-L - Time Off and Leave Benefits: " All Part-time - No holiday benefits"
    • 0 work, 0 classes, 0 compensation for Juneteenth and Observation of Independence Day
  • According to RFCUNY's Policy No. 507-I - Benefits Programs for Project Employees: " Employees who are appointed for 19 hours or less per week regardless of length of appointment are entitled to statutory benefits."
    • For this: please see the RFCUNY Project Employee Benefits Guide PDF


Pay Range:

Minimum - Maximum: $20.00/hour

RFCUNY Benefits
RFCUNY Employee Benefits and Accruals

Equal Employment Opportunity Statement
The Research Foundation of the City University of New York is an Equal Opportunity/Affirmative Action/Americans with Disabilities Act/E-Verify Employer. It is the policy of the Research Foundation of CUNY to provide equal employment opportunities free of discrimination based on race, color, age, religion, sex, pregnancy, childbirth, national origin, disability, marital status, veteran status, sexual orientation, gender identity, genetic information, marital status, domestic violence victim status, arrest record, criminal conviction history, or any other protected characteristic under applicable law.
Vacancy posted 4 days ago
Similar jobs that could be interesting for youBased on the Fullstack Web Development Peer Tutor in New York, NY vacancy
  •  ...monitor performance. Write and review code: contribute to the quality of our codebase not only through coding, but also by reviewing peers’ work and maintaining strong testing standards. Work closely with ecosystem partners: integrate with leading Solana DeFi protocols,... 
    Fullstack
    Remote work

    Framework Ventures

    New York, NY
    1 day ago
  • $100k - $120k

     ...Job Description Job Role: Fullstack Java & Oracle Developer Job Location: Jersey...  ...Primary Responsibilities Lead the design, development, and enhancement of complex software...  ...Git, Maven, and CloudBees. Conduct peer code reviews, uphold coding standards, and... 
    Fullstack
    Full time
    Shift work

    Diverse Lynx

    Jersey City, NJ
    4 days ago
  •  ...global capital marketing businesses Collaborate with your peers across the globe to build innovative user experiences...  ...of APIs, components, security standards, testing tools, web browsers, mobile development, etc. to deliver outstanding outcomes Work closely with... 
    Fullstack

    TriOptus LLC

    New York, NY
    13 hours ago
  •  ...Sr. Fullstack Engineer We're assisting a well-funded startup in the healthtech space with...  ...the first scaled network of Certified Peer Specialists. The role will work a hybrid...  ...our tools 3. Own full-stack product development Build end-to-end features across React... 
    Fullstack
    Work at office

    DRH Search

    Brooklyn, NY
    13 hours ago
  •  ...Java 8, unit testing tools such as JUnit, JMock, etc. Development tools - specifically JAX-RS and Swagger/OpenAPIDocument...  ...new programming languages and databases. Engaging in peer design and code reviews. RESTful web service architecture and API management. Prior experience... 
    Fullstack

    Two95 International Inc.

    New York, NY
    1 day ago
  •  ...highly skilled in advanced technologies to support Application Development, Artificial Intelligence, Cloud & DevOps, Data Engineering, and...  ...model for the rest of the company. Think about the feedback your peers typically give you – if it usually sounds like the below, we... 
    Fullstack
    Remote work

    Andela

    New York, NY
    1 day ago
  •  ...Fullstack Developer - Kotlin or Java/React MAS means “more” in Spanish...  ...seeking feedback from peers, managers, and stakeholders....  ...work will support the product development lifecycle through close collaboration...  .... Experience building web apps with React . Experience... 
    Fullstack

    MAS Global Consulting

    New York, NY
    1 day ago
  •  ...a proven track record in developing robust web applications. You will be responsible for both front-end and back-end development, ensuring seamless integration and functionality...  ...and provide constructive feedback to peers. Debug and troubleshoot issues across the... 
    Fullstack
    Work experience placement
    Work at office

    Virtusa

    New York, NY
    3 days ago
  •  ...Principal Fullstack AWS Engineer Must sit in Jersey City, NJ Must be LEAD-level. 10+ years experience minimum Must Have Skills: -AWS services -Terraform -Java/Kubernetes (EKS) -Kafka -Cucumber/Jest automation -brokerage domain (ISIN, SEDOL)- preferred... 
    Fullstack

    Anveta

    Jersey City, NJ
    3 days ago
  •  ...implementation requirements and limitations. Provide mentorship to peers in the broader engineering team through code reviews, technical...  ...in digital assets. Required At least 3+ years of software development experience. Experience working with Node.js, TypeScript, MongoDB... 
    Fullstack
    Work at office
    Worldwide
    Monday to Friday

    Framework Ventures

    New York, NY
    1 day ago
  • Toolbox OTT, a leading technology solutions provider in the United States, is seeking talented developers to join our dynamic team. You will work on cutting-edge products in a microservices architecture that directly impacts how millions enjoy entertainment. Ideal candidates...
    Fullstack

    Toolbox OTT

    New York, NY
    1 day ago
  • A growing tech startup in the United States is looking for a software engineer to join their early-stage team. You will have the chance to architect and develop product features while collaborating closely with company founders. Ideal candidates should have over 3 years...
    Fullstack

    Dittowords

    New York, NY
    1 day ago
  •  ...Mid-Level Fullstack Software Engineer Software Guidance & Assistance, Inc., (SGA), is...  ...scalability Lead and participate in peer code reviews and design review sessions,...  ...~3+ years of experience with frontend development using Angular or similar frameworks ~3... 
    Fullstack
    Contract work

    SGA

    Jersey City, NJ
    3 days ago
  • $172k - $210k

     ...Senior Software Engineer, Fullstack (Risk Engineering) New York, NY; San Francisco...  ...product, design, and engineering peers to launch new features across our web and mobile platforms...  ...6+ years of professional software development experience. ~5+ years of hands-on... 
    Fullstack
    Full time
    Local area
    Relocation package
    Flexible hours
    2 days per week
    3 days per week

    FLEX Inc

    New York, NY
    13 hours ago
  • A leading fintech company based in New York is seeking a Fullstack Engineer to join their dynamic team. In this role, you will work on...  ...engineering with strong skills in NodeJS, TypeScript, and API development. This position is fully remote, offering a competitive salary... 
    Fullstack
    Remote work

    Prometheum

    New York, NY
    3 days ago
  •  ...LTK USA is looking for an engineering leader to manage a fullstack team focused on enhancing creator growth and onboarding systems. This role involves conducting software development activities, ensuring effective team management in an Agile environment, and providing... 
    Fullstack
    Remote work

    LTK USA

    New York, NY
    1 day ago
  • $180k - $220k

     ...Join to apply for the Senior Fullstack Software Engineer role at Conveyor...  ...with teammates and peers. You'll inform the product roadmap...  ...Experience building and scaling web applications with real users,...  ...Industries Software Development Referrals increase your chances... 
    Fullstack
    Full time
    Remote work
    Work from home

    Conveyor

    New York, NY
    1 day ago
  • Pragmatike is seeking a Fullstack Engineer to join a fast-paced, AI-driven startup. You'll be responsible for building and shipping product features across the stack, using modern AI coding tools, and collaborating closely with founders. This fully remote role offers high... 
    Fullstack
    Remote work

    Pragmatike

    New York, NY
    3 days ago
  • A prominent tech venture firm in the United States seeks a Full-Stack Engineer to architect and develop new features focused on monetization. You will work closely with data scientists and engineers to implement experimentation and pricing features. Ideal candidates should...
    Fullstack

    Framework Ventures

    New York, NY
    1 day ago
  •  ...impactful products in a collaborative environment and be part of a fast-paced startup. The role requires 3+ years of experience in fullstack development, effective communication, and a self-sufficient work style. Enjoy a modern tech stack and the chance to innovate while... 
    Fullstack
    Remote work

    Prospyr Medical

    New York, NY
    1 day ago
  • £3,000 per month

     ...centred product and are looking for a Senior Fullstack Engineer with a backend focus to join...  ...role, you should have extensive backend development experience, ideally with TypeScript –...  ...knowledge of fullstack development. Align with peers across the business to ensure a fully... 
    Fullstack
    Work experience placement
    Remote work
    Home office
    Flexible hours

    Feedinkoo

    New York, NY
    1 day ago
  •  ...A technology recruitment firm is seeking a Senior Fullstack Software Engineer to enhance moderation workflows in the United States. You will design and maintain scalable applications, mentor junior engineers, and collaborate across teams to deliver impactful features.... 
    Fullstack
    Remote work

    Jobgether

    New York, NY
    1 day ago
  •  ...Eine innovative Softwarefirma in den Vereinigten Staaten sucht einen erfahrenen Fullstack Engineer, der für Design, Entwicklung und Implementierung von Microservices sowie Webanwendungen verantwortlich ist. Mindestens 7 Jahre Erfahrung in der Softwareentwicklung, Kenntnisse... 
    Fullstack
    Remote work
    Flexible hours

    QAVION SALES & RECRUITING GmbH

    New York, NY
    1 day ago
  •  ...PHP Fullstack Reactjs Developer (Java Backend + Reactjs Frontend) Location: Any client/persistent office hybrid 2 days Duration: 6+ months Location: USA (should be open for both EST and PST timezone) Skills: PhP Backend ReactJS Must have SMS experience... 
    Fullstack
    Work at office

    Zortech Solutions

    New York, NY
    13 hours ago
  •  ...FullStack Developer Orlando, FL 32817 OR New York, NY 10286: Hybrid Role 12 Months CTH Notes: That person should be able to go...  ...stack developer (60/40 - 70/30 Front end/Back end) End to end development Top tech: Angular, Java, Spring Must have proven, hands-... 
    Fullstack
    Work at office

    Samprasoft

    New York, NY
    1 day ago
  •  ...States is seeking a Senior Full Stack Engineer focused on AI-first development to design complex systems and collaborate on product features....  ...with AI coding tools. The role demands ownership of codes, peer reviews, and quality assurance, emphasizing direct communication... 
    Fullstack

    Peek

    New York, NY
    1 day ago
  • $145k - $165k

     ...A global hotel technology company is seeking a Senior Fullstack Engineer to develop and enhance solutions that connect its ecosystem to major distribution channels. Candidates need to have 5+ years of PHP and JavaScript experience, strong Docker skills, and a background... 
    Fullstack
    Remote work

    Third-Party Job Posts

    New York, NY
    1 day ago
  • A mental health technology firm is seeking experienced engineers to build innovative software solutions that enhance accessibility to mental healthcare. This role focuses on developing platforms for therapists and patients, emphasizing a collaborative and mission-driven...
    Fullstack
    Remote work
    Flexible hours

    Headway - Design & Development

    New York, NY
    3 days ago
  • Principal Java Full Stack Developer Jersey City NJ (Hybrid, Locals preferred) No H1B and CPT with Linkedin profile (Mandatory) Retail Domain Client Skills: Extensive Java Springboot & NodeJS, Kubernetes deployment (EKS), Heavy KAFKA experience, Solutioning Experience...
    Fullstack
    H1b
    Local area

    ShiftCode Analytics

    Jersey City, NJ
    16 days ago
  • Manara is looking for a skilled developer to join their remote team. In this role, you will implement complex workflows and improve the tech infrastructure while having a significant impact on user experience. The ideal candidate has strong JavaScript and Node.js skills...
    Fullstack
    Remote work

    Manara

    New York, NY
    13 hours ago

Do you want to receive more vacancies?

Subscribe and receive similar vacancies to Fullstack Web Development Peer Tutor. Be the first to apply!