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:
Lago

Infrastructure Engineer

Lago

Remote
Full-Time
Senior
1 day ago
JavaScript TypeScript

Lago is hiring an Infrastructure Engineer to build and scale the backend systems powering its open-source AI-native billing platform. Work with TypeSc...

View job
Cosuno

Senior Full-Stack Developer (TypeScript)

Cosuno

Remote
Full-Time
Senior
1 day ago
JavaScript React TypeScript

Take full ownership of features at Cosuno — shaping both the frontend and backend of the product. Extend and build upon a modern TypeScript platform w...

View job
Sequent

Software Engineer

Sequent

Remote
Full-Time
Mid Level
1 day ago
JavaScript React TypeScript

Join Sequent's fully remote team to build cryptographically secure online voting infrastructure used in real elections around the world. Work across a...

View job
Xata

Backend Engineer

Xata

Remote
Full-Time
Senior
1 day ago
JavaScript TypeScript

Xata is hiring Backend Engineers to join its Control Plane, Data Plane, or Storage teams. They're looking for engineers who enjoy building distributed...

View job
Ashby

Product Engineer

Ashby

Remote
Full-Time
Senior
1 day ago
JavaScript React TypeScript

Ashby gives engineers an unusual amount of ownership to build features end-to-end from spec writing to production — many of their most loved features...

View job
Upwave

Senior Software Engineer (Backend)

Upwave

Remote
Full-Time
Senior
6 days ago
Python Java

Upwave is hiring a senior full-stack/backend-leaning engineer to work in their JVM/Spring Boot stack, building APIs, data pipelines, and AI-powered cu...

View job
Harmony AI

Full-Stack Engineer

Harmony AI

Hybrid
Full-Time
Mid Level
6 days ago
React Python TypeScript

Harmony AI is hiring Full-Stack Engineers for its US and Mexico teams. Many roles are deployed — you relocate to a plant and ship software inside the...

View job
Carma

Founding Full-Stack Engineer

Carma

On-Site
Full-Time
Senior
6 days ago
JavaScript TypeScript

Carma is hiring a Founding Full-Stack Engineer to own product surfaces end-to-end — from ambiguous problem statement to scoped design to shipped enter...

View job
ChainSecurity

Blockchain Security Engineer

ChainSecurity

Hybrid
Full-Time
Mid Level
6 days ago
Python

ChainSecurity is hiring Blockchain Security Engineers and Interns to audit the most complex blockchain projects in the industry. Work directly with de...

View job
Cardog

Full-Stack / AI Engineer

Cardog

Remote
Full-Time
Mid Level
6 days ago
JavaScript TypeScript

Cardog is hiring Full-Stack, AI/ML, and Data Engineers to build the infrastructure layer for automotive vehicle data. Work across a modern TypeScript-...

View job
Lago

Senior Frontend Engineer (FR)

Lago

Remote
Full-Time
Senior
1 week ago
JavaScript React TypeScript

Lago is hiring a Senior Frontend Engineer to build and scale the user-facing billing platform used by companies like PayPal, Synthesia, and CoreWeave....

View job
Estuary

Senior Front-End Engineer

Estuary

Remote
Full-Time
Senior
1 week ago
JavaScript React TypeScript

Estuary is hiring a Senior Front-End Engineer to build highly interactive observability and data-flow experiences for the Estuary platform. You will d...

View job
Piq Energy

Full Stack Software Engineer

Piq Energy

Remote
Full-Time
Senior
1 week ago
JavaScript Python TypeScript

Piq Energy is hiring a Full Stack Software Engineer to own features end-to-end across interactive frontend (Svelte/TypeScript), backend APIs, data pip...

View job
Pango

Senior Full-Stack Engineer (JS/React or Laravel)

Pango

Remote
Full-Time
Senior
1 week ago
JavaScript React TypeScript

Key early engineering hire at an agentic AI startup building the operating system for e-commerce logistics. Own a substantial chunk of a B2B SaaS plat...

View job
MarsBased

Python Backend Engineer

MarsBased

Remote
Full-Time
Senior
2 weeks ago
Python

MarsBased is hiring a Python Backend Engineer to join their small, senior, and highly collaborative Martian crew. You will build and maintain modern,...

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