class JobController extends Controller
{
    public function index(Request $request)
    {
        $jobs = JobPost::query()
            ->with(['skills', 'currency', 'country'])
            ->published()
            ->featured()
            ->paginate(15);

        return view('jobs.index', compact('jobs'));
    }

    public function show(JobPost $job)
    {
        $job->load(['skills', 'currency']);

        return view('jobs.show', compact('job'));
    }
}
namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class JobPost extends Model
{
    protected $fillable = [
        'title',
        'description',
        'company_name',
        'salary_range',
        'location_type',
    ];

    public function skills(): BelongsToMany
    {
        return $this->belongsToMany(Skill::class);
    }

    public function scopePublished($query)
    {
        return $query->where('status', 'approved');
    }
}
58+ Active Opportunities

Find your next Dev job

Curated opportunities from companies that value certified developers. Find roles that match your skills and experience.

100+ active job listings
50+ hiring companies

58 jobs found Searching...

Sort:
WireScreen

Senior Frontend Engineer (React / Data Visualisation)

WireScreen

Hybrid
Full-Time
Senior
20 hours ago
JavaScript React TypeScript

Lead the transition to a component-based design system and build beautiful data visualisation pages surfacing corporate ownership, power, and influenc...

View job
PrairieLearn

Full-Stack Software Engineer (TypeScript / React / AI)

PrairieLearn

Remote
Full-Time
Senior
20 hours ago
JavaScript React TypeScript

Work across a Node.js/TypeScript backend, Postgres, AWS, and React frontend on an open-source assessment platform used at top universities. Build AI t...

View job
FUTO

Senior React Native Developer

FUTO

Remote
Full-Time
Senior
20 hours ago
JavaScript TypeScript

Build the Polycentric app — an open-source decentralized social network where users own their cryptographic identity, data, and reach. Senior React Na...

View job
We The Flywheel

Agentic Operator (AI QA / Human-in-the-Loop Testing)

We The Flywheel

Remote
Freelance
Mid Level
20 hours ago
JavaScript

The human-in-the-loop for AI output quality. Walk user flows, perform native-language QA of AI-generated output, and handle the testing agents can't d...

View job
We The Flywheel

Senior Agentic Engineer (Multi-Step AI Workflows)

We The Flywheel

Remote
Freelance
Senior
20 hours ago
JavaScript TypeScript

Architect and own multi-step AI agent workflows for We The Flywheel's 500+ product portfolio. Track record of agentic AI delivery required. Senior con...

View job
We The Flywheel

Agentic Engineer (Claude Code / Cursor / AI Coding Agents)

We The Flywheel

Remote
Freelance
Mid Level
20 hours ago
JavaScript TypeScript

Ship real software with AI coding agents (Claude Code, Cursor, Aider). You're an engineer, not a prompt operator — basic technical foundation in datab...

View job
FDM Group

Front End Developer – Angular (Public Sector)

FDM Group

Remote
Full-Time
Mid Level
20 hours ago
JavaScript TypeScript

FDM Group is placing a Front End Developer (Angular) into a UK public sector client. Work on digital transformation projects delivering citizen-facing...

View job
CAI

Senior Frontend Web Developer (Angular 17+)

CAI

Remote
Contract
Senior
20 hours ago
JavaScript TypeScript

CAI is looking for a Senior Frontend Web Developer with strong Angular 17+ skills for a full-time contract role supporting enterprise and government c...

View job
HYDAC Group

Angular Developer (Java / Angular)

HYDAC Group

Remote
Full-Time
Mid Level
20 hours ago
JavaScript TypeScript

HYDAC Group is hiring an Angular Developer to build and maintain modern web applications for industrial automation and engineering workflows. Work acr...

View job
UST

Frontend Developer – Angular / AI Experience

UST

Remote
Full-Time
Mid Level
20 hours ago
JavaScript TypeScript

UST is hiring a Frontend Developer with Angular expertise and hands-on AI experience for a 100% remote role based in the UK. Design, develop, and main...

View job
Lemon.io

Senior Full-Stack Angular & PHP Developer

Lemon.io

Remote
Full-Time
Senior
20 hours ago
JavaScript TypeScript

Lemon.io is placing a Senior Full-Stack Angular & PHP Developer for a long-term remote engagement with one of its startup or scale-up clients. Work ac...

View job
Ikonicsolution

Junior Laravel + React.js Developer

Ikonicsolution

Remote
Full-Time
Mid Level
2 days ago
PHP JavaScript React

Ikonicsolution is hiring a Junior Laravel + React.js Developer for a fully remote, worldwide role. Build full-stack web applications using Laravel (ba...

View job
BnBerry

Senior Laravel Developer

BnBerry

Remote
Full-Time
Senior
2 days ago
PHP

BnBerry is hiring a Senior Laravel Developer to build and scale its vacation rental management platform. Work across a modern Laravel stack with Docke...

View job
Hospitable

Product Engineer, Core & Connectivity (Laravel)

Hospitable

Remote
Full-Time
Senior
2 days ago
PHP JavaScript

Hospitable is hiring a Product Engineer for its Core & Connectivity team. Own the integrations that power Hospitable's platform — channel APIs, proper...

View job
Southeastern University

Web Developer (Back-End / Laravel & WordPress)

Southeastern University

On-Site
Full-Time
Mid Level
2 days ago
PHP JavaScript

Southeastern University is hiring a Back-End Web Developer to build and maintain web applications using Laravel and WordPress. Work across an institut...

View job

Need help with your Job Search?

Create a developer profile to get discovered by top companies or browse our resources to improve your skills.

Filters
On-Site
Remote
Hybrid
Contract
Freelance
Full-Time
Part-Time
Remote
Internship
Temporary
Intern
Entry Level
Junior
Mid Level
Senior
Lead
C-Level
Featured Jobs Only

Hiring Developers?

Post your job and reach certified developers.

Post a Job