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');
    }
}
38+ 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

38 jobs found Searching...

Sort:
IPinfo

Infrastructure Engineer

IPinfo

Remote
Full-Time
Mid Level
2 days ago
Python Go

IPinfo is hiring an Infrastructure Engineer to help maintain and scale the systems behind 120B+ monthly API requests. Work on the infrastructure power...

View job
NetBird

Staff Software Engineer

NetBird

Remote
Full-Time
Senior
2 days ago
Go

Build and scale Go-based systems for NetBird's open source secure networking platform.

View job
Spacelift

Senior Software Engineer

Spacelift

Remote
Full-Time
Senior
2 days ago
Go

Build backend systems in Go with AWS primitives powering Spacelift's IaC orchestration platform used by DevOps teams at scaling companies worldwide.

View job
Frontify

Senior Backend Engineer (PHP / Guidelines)

Frontify

Hybrid
Full-Time
Senior
6 days ago
PHP JavaScript TypeScript

Join Frontify's Guidelines team as a Senior Backend Engineer. You'll own scalability, reliability, and performance of the Brand Guidelines product — i...

View job
Patchstack

Lead Engineer

Patchstack

Remote
Full-Time
Senior
6 days ago
PHP Laravel Vue.js

Patchstack is looking for a Lead Engineer to own technical direction, mentor the engineering team, and ship features protecting millions of WordPress...

View job
OnTheGoSystems

Senior Full-Stack PHP Developer

OnTheGoSystems

Remote
Full-Time
Senior
6 days ago
PHP JavaScript React

OnTheGoSystems is looking for a Senior Full-Stack PHP Developer to own features end-to-end on WPML. You will use AI as a practical engineering tool, e...

View job
Synthesia

ML Engineer – Software Engineering (Remote EU)

Synthesia

Remote
Full-Time
Senior
1 week ago
Python

Synthesia is hiring ML Engineers across its Software Engineering discipline for fully remote roles across Europe. The ML engineering track focuses on...

View job
Mobian

Senior / Staff AI Engineer (AI-First Systems)

Mobian

Remote
Full-Time
Senior
1 week ago
Python TypeScript

Mobian is hiring Senior/Staff Engineers for two AI-focused tracks. Track 1 — Core Systems: production APIs, data pipelines, ML deployments, and cloud...

View job
OpenVPN Inc.

AI Platform Engineer

OpenVPN Inc.

Remote
Full-Time
Senior
1 week ago
Python

OpenVPN is hiring an AI Platform Engineer to own everything from developer tooling and internal AI workflows to cloud infrastructure and governance. T...

View job
Clutch

Head of AI – Computer Vision / MLOps

Clutch

Remote
Full-Time
Senior
1 week ago
Python

Clutch is hiring a Head of AI to own the full Computer Vision and MLOps stack powering their automated padel videographer. This is a key leadership hi...

View job
Emergences Labs

AI / Systems Engineer

Emergences Labs

Remote
Full-Time
Senior
1 week ago
JavaScript Python TypeScript

Own the desktop capture, trace generation, and evaluation evidence infrastructure behind NeoHuman. You will work at the boundary between operating sys...

View job
Careem

Senior Software Engineer I – Backend

Careem

Hybrid
Full-Time
Senior
1 week ago
Java

Join Careem's Engagement team on the Benefits Platform squad — the team that builds the systems behind promotions and discounts driving a significant...

View job
HungerStation

Senior Backend Engineer – Growth Team

HungerStation

On-Site
Full-Time
Senior
1 week ago
Go

HungerStation is seeking a Senior Backend Engineer to join the Growth team in Dubai. You will influence platform architecture, lead the migration to m...

View job
Pemo

Senior Backend Software Engineer

Pemo

Remote
Full-Time
Senior
1 week ago
JavaScript TypeScript

Pemo is hiring a Senior Backend Software Engineer to help build and scale its fintech infrastructure across MENA. You will design and develop scalable...

View job
Cast AI

Senior Software Engineer (Backend / Golang)

Cast AI

Remote
Full-Time
Senior
1 week ago
Python Go

Cast AI is hiring Senior Software Engineers across multiple product teams. You will build key features across areas including Reporting (time-series d...

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