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

30 jobs found Searching...

Sort:
Careem

Senior Software Engineer I – Backend

Careem

Hybrid
Full-Time
Senior
1 hour 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 hour 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 hour 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 day 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
Oxidian

Python Developer (Mid / Senior)

Oxidian

Remote
Full-Time
Mid Level
1 day ago
Python

Oxidian is hiring mid and senior Python Developers to build high-performance data systems powering government scientific research. You will work on pe...

View job
Loophole Labs

Senior Systems Engineer

Loophole Labs

Remote
Full-Time
Senior
1 day ago
Go

If tracing an x86 instruction in the morning and hunting a control-plane race in the afternoon both sound fun, and you insist on measuring rather than...

View job
Fihub

Backend Developer

Fihub

Remote
Full-Time
Senior
1 day ago
JavaScript Python

Fihub is actively hiring a Backend Developer to help build and scale their automated financial analytics platform for e-commerce businesses. You will...

View job
Coinbase

Senior Software Engineer, Data Platform

Coinbase

Remote
Full-Time
Senior
1 day ago
Python Java

Coinbase's Data Platform team is hiring a Senior Software Engineer to design, build, and operate foundational data-heavy services powering the entire...

View job
Coinbase

Senior Software Engineer, Backend (Platform - Onboarding)

Coinbase

Remote
Full-Time
Senior
1 day ago
JavaScript Python

The Platform Onboarding team builds Coinbase's most critical user-facing infrastructure — from retail onboarding to account recovery. Their mission is...

View job
Nebius

Senior Frontend Developer

Nebius

On-Site
Full-Time
Senior
2 days ago
JavaScript React TypeScript

Nebius is looking for a Senior Frontend Developer to design and implement internal user interfaces for its AI cloud platform. You will build scalable,...

View job
eBay

Software Engineer 3 – Frontend

eBay

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

Join eBay's Search Frontend Web team in Amsterdam to enhance user experiences on one of the world's largest e-commerce platforms. You will develop res...

View job
Manychat

Senior Frontend Developer (Channel Stream)

Manychat

Hybrid
Full-Time
Senior
2 days ago
JavaScript React TypeScript

Manychat is seeking an experienced Senior Frontend Developer to join one of three cross-functional teams developing Meta channels (Instagram, WhatsApp...

View job
Suitsupply

Front-end Developer

Suitsupply

On-Site
Full-Time
Senior
2 days ago
JavaScript React TypeScript

Suitsupply is looking for a Front-end Developer to develop, optimise, and maintain their modern frontend stack built on Next.js, React, TypeScript, an...

View job
Hammock

Full Stack Engineer

Hammock

Hybrid
Full-Time
Senior
4 days ago
JavaScript React TypeScript

Hammock is looking for a Full Stack Engineer to own product features end-to-end across web and mobile. You will ship dashboards, payments UX, and cons...

View job
Gridmatic

Product Engineer (Frontend)

Gridmatic

Remote
Full-Time
Mid Level
4 days ago
JavaScript React TypeScript

Gridmatic is rapidly growing its energy sales business and is looking for a Product Engineer to build the tooling that makes sales more automated. The...

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