1

Entry Full Stack Developer Jobs in Florida (NOW HIRING)

They are seeking a Full Stack Engineer to build HPOS, a property management platform, from scratch, involving database design, API contracts, and frontend components. The role emphasizes a zero-to ...

Employee Recognition Program Perr&Knight is looking for a Senior Full-Stack Developer to fulfill the following objectives on our PK1Cloud Software team: * Collaborating with product and architecture ...

Northstrat, a GRVTY company is seeking a Full-Stack Software Developer to join a growing program comprised of multiple agile development teams. As a member of the team you'll participate in our fully ...

Sr. Java Full Stack Developer

Tampa, FL · On-site

$47.75 - $61.75/hr

Job Summary We are seeking an experienced Senior Java Full Stack Developer with 10+ years of hands-on experience in designing, developing, and maintaining enterprise-grade web applications. The ideal ...

Northstrat is seeking a Full-Stack Software Developer to join a growing program comprised of multiple agile development teams. As a member of the team you'll participate in our fully Agile ...

Northstrat is seeking a Full-Stack Software Developer to join a growing program comprised of multiple agile development teams. As a member of the team you'll participate in our fully Agile ...

Java Full Stack

Sunrise, FL · On-site

$50 - $64.50/hr

Java Full Stack Developer Sunrise, FL (Onsite, LOCAL ONLY) 6 months Java 21, Spring, Spring Boot, Microservices REST/SOAP APIs, JSON, JBOSS, Tomcat, WSDL SQL, OAuth, Jenkins, JIRA, Maven, AWS 56 yrs ...

Java Full Stack

Sunrise, FL

$50 - $64.50/hr

Java Full Stack Developer Sunrise, FL (Onsite, LOCAL ONLY) 6 months Java 21, Spring, Spring Boot, Microservices REST/SOAP APIs, JSON, JBOSS, Tomcat, WSDL SQL, OAuth, Jenkins, JIRA, Maven, AWS 5-6 yrs ...

Java Full Stack

Sunrise, FL · On-site

$50 - $64.50/hr

Java Full Stack Developer Sunrise, FL (Onsite, LOCAL ONLY) ⏳ 6 months • Java 21, Spring, Spring Boot, Microservices • REST/SOAP APIs, JSON, JBOSS, Tomcat, WSDL • SQL, OAuth, Jenkins, JIRA ...

Showing results 41-60

Entry Full Stack Developer information

See Florida salary details

$17

$44

$64

How much do entry full stack developer jobs pay per hour?

As of Aug 8, 2026, the average hourly pay for entry full stack developer in Florida is $44.29, according to ZipRecruiter salary data. Most workers in this role earn between $36.83 and $51.01 per hour, depending on experience, location, and employer.

What is an entry full stack developer?

An Entry Full Stack Developer is a software professional who works with both the front-end and back-end technologies of web applications, but is at the beginning stages of their career. They are typically familiar with languages such as JavaScript, HTML, CSS for the front end, and may use technologies like Node.js, Python, or Java for the back end. Entry-level full stack developers are expected to understand how databases, servers, APIs, and client interfaces work together. They often work under the guidance of more experienced developers, contributing to various stages of the software development process. This role is ideal for those who want to build a broad technical skill set and gain experience across the software stack.

What are some typical challenges entry-level full stack developers face when transitioning from academic projects to professional work environments?

Entry-level Full Stack Developers often find that professional environments require working with larger, more complex codebases and collaborating with cross-functional teams. Unlike academic projects, company standards for code quality, version control, and documentation are much higher, and deadlines are often tighter. Additionally, adapting to agile workflows and frequent feedback cycles can be challenging at first. However, these challenges provide valuable growth opportunities and help new developers quickly build practical skills.

What are the key skills and qualifications needed to thrive as an entry full stack developer?

To thrive as an Entry Full Stack Developer, you need foundational knowledge of front-end and back-end programming languages such as JavaScript, HTML, CSS, and at least one back-end language like Python, Java, or Node.js, often supported by a relevant degree or coding bootcamp certificate. Familiarity with development frameworks (e.g., React, Express), version control systems like Git, and basic database management are typically required. Strong problem-solving skills, adaptability, and effective communication help developers collaborate and learn quickly in dynamic team environments. These skills and qualities are crucial for building robust, user-friendly applications and adapting to evolving project requirements.

What is the difference between Entry Full Stack Developer vs Front End Developer?

CriteriaEntry Full Stack DeveloperFront End Developer
Required SkillsHTML, CSS, JavaScript, basic backend knowledge, frameworks like React or AngularHTML, CSS, JavaScript, UI/UX design, frameworks like React or Vue
Work EnvironmentCollaborates on both client-side and server-side development in tech teamsFocuses on client-side development, UI/UX, and visual aspects
Common UsageEntry-level roles in startups, small to medium companies, tech projectsEntry-level to mid-level roles in web agencies, tech companies, freelance projects

The Entry Full Stack Developer and Front End Developer roles share overlapping skills like HTML, CSS, and JavaScript. However, the full stack developer works on both front-end and back-end components, while the front end developer specializes in the visual and user interface aspects of web applications. Understanding these differences helps job seekers target the right roles based on their skills and career goals.

Infographic showing various Entry Full Stack Developer job openings in Florida as of August 2026, with employment types broken down into 89% Full Time, 4% Part Time, 6% Contract, and 1% Nights. Highlights an 87% Physical, 2% Hybrid, and 11% Remote job distribution, with an average salary of $92,113 per year, or $44.3 per hour.

Full Stack Developer

Hillpointe

Winter Park, FL • On-site

Full-time

Re-posted 19 days ago


Job description

Job Summary:
Hillpointe is a fully integrated real estate development and investment management firm focused on developing market-rate workforce housing across the Sun Belt. They are seeking a Full Stack Engineer to build HPOS, a property management platform, from scratch, involving database design, API contracts, and frontend components. The role emphasizes a zero-to-one cadence in development, allowing for significant impact on the platform's foundational architecture.
Responsibilities:
• React surfaces: First-generation operator and resident-facing applications. React 18 with TypeScript, Vite, TanStack Query v5, React Hook Form, Zod. Component composition against the PDS Foundation design system. The patterns set here will be inherited by every surface that follows.
• Service layer: TypeScript services on Node 20 LTS with NestJS or Express. OpenAPI contracts shared with the front end through code generation. JWT and OAuth flows, RBAC enforcement, structured audit logs, request-scoped tracing. The shared libraries that every future service will depend on.
• Postgres data model: Multi-tenant schema design on Azure Database for PostgreSQL Flexible Server. Tenant isolation strategy, normalization tradeoffs, index strategy from day one, audit trails baked into the data model. Migrations through Prisma or Knex.
• Warehouse integration: Stand up change data capture from Postgres into the Bronze layer of Enzo, our medallion warehouse. Establish read models surfaced from Gold-layer views back into product. Contract-first design with the data team.
• Event-driven backbone: Asynchronous workflows over Azure Service Bus. Idempotent consumers, dead-letter handling, exactly-once where the business requires it. The async patterns the rest of the platform will adopt.
• Infrastructure and Observability: Bicep modules for App Service, Functions, Container Apps, Service Bus, Key Vault, and managed identities. Multi-stage Azure DevOps pipelines. Structured logs, OpenTelemetry, and SLO definitions in place before we ever take production traffic.
Qualifications:
Required:
• Five-plus years in production: building web applications. You have taken a system from greenfield to production, or rebuilt the foundations of one that needed it.
• TypeScript depth: generics, conditional types, discriminated unions, branded types. You know when to reach for them and when to stop.
• React expertise: hooks, render optimization, error boundaries, Suspense. You can diagnose a re-render storm and you've written a custom hook that earned its keep.
• Production Node.js: event loop awareness, streaming and backpressure, memory profiling, graceful shutdown, structured logging.
• Relational data modeling: schema design, normalization tradeoffs, index strategy, partitioning, query plan analysis. You catch N+1 in code review.
• API design: REST conventions, idempotency, versioning, pagination, OpenAPI specifications, authentication patterns (OAuth 2.0, JWT, session).
• Azure or equivalent: production experience with App Service, Functions, identity, networking, observability. AWS or GCP at the same depth is fine.
• CI/CD and IaC discipline: pipeline-as-code, environment promotion, automated test gates, infrastructure as reviewed artifacts, no clicks in the portal.
Preferred:
• Postgres extensions in production: pg_stat_statements, pgvector, pgcrypto, PostGIS, logical replication.
• Lakehouse and BI tooling at production scale: Microsoft Fabric, Power BI Premium with DAX, Python and PySpark on the data plane.
• Event-sourced architectures, CQRS, sagas, or domain-driven design applied to a real codebase.
• LLM-assisted engineering: Claude Code, Cursor, or retrieval-augmented internal tooling shipped to other engineers.
• Real estate, property management, financial services, or other regulated-industry domain experience.
Company:
Hillpointe is a real estate development and investment management firm that controls land acquisition, land development, and construction. Founded in 2018, the company is headquartered in Winter Park, USA, with a team of 501-1000 employees. The company is currently Late Stage.