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

60 jobs found Searching...

Sort:
Arc Exclusive

Senior Software Engineer (Ruby on Rails/AWS)

Arc Exclusive

USD 35K - 40K

per year

Remote
Full-Time
Senior
1 day ago
Ruby on Rails AWS CI/CD

Arc Exclusive is looking for a Senior Software Engineer to join a full-time, worldwide remote role. You'll build and maintain Ruby on Rails applicatio...

View job
UMH

Software Engineer (Full Stack)

UMH

Remote
Full-Time
Mid Level
1 day ago
React Python AWS

UMH is hiring a Full Stack Software Engineer to join our remote team building manufacturing data infrastructure. You'll build user-facing features wit...

View job
Instinct Science

Senior Software Engineer (Full Stack)

Instinct Science

Remote
Full-Time
Senior
1 day ago
React Java TypeScript AWS Next.js

Instinct Science is hiring a Senior Software Engineer (Full Stack) to join our remote team. You'll work across the stack using TypeScript, React, and...

View job
Buzz Solutions

Senior Full Stack Engineer

Buzz Solutions

Remote
Full-Time
Senior
1 day ago
React TypeScript AWS Node.js

Buzz Solutions is hiring a Senior Full Stack Engineer to join our fully remote team. You'll build and ship features end-to-end using React.js, Node.js...

View job
Makeway

Full-Stack Web Developer

Makeway

Remote
Full-Time
Mid Level
1 day ago
PHP JavaScript TypeScript AWS Kubernetes +1

Makeway is looking for a Full-Stack Web Developer to join our remote team (Eastern Time hours). You'll work across the stack using TypeScript, JavaScr...

View job
Arc Exclusive

Senior Engineer – Compliance Operations (Part-Time)

Arc Exclusive

Remote
Freelance
Senior
1 day ago
React TypeScript AWS Node.js Next.js +1

Arc Exclusive is looking for a Senior Engineer to own compliance operations tooling on a part-time, freelance basis. You'll build and maintain interna...

View job
Arc Exclusive

AI/DevOps Engineer – AWS/Python/LLMs (Part-Time)

Arc Exclusive

Remote
Freelance
Mid Level
1 day ago
Python AWS

Arc Exclusive is looking for an AI/DevOps Engineer to join a product team on a part-time, freelance basis. You'll build and deploy LLM agent infrastru...

View job
Arc Exclusive

Senior Full-Stack Developer – Next.js/TypeScript/AWS (Part-Time)

Arc Exclusive

Remote
Freelance
Senior
1 day ago
TypeScript AWS Next.js PostgreSQL

Arc Exclusive is looking for a Senior Full-Stack Developer to join a product team on a part-time, freelance basis. You'll build modern web application...

View job
Arc Exclusive

Senior Full-Stack Engineer – Healthcare SaaS (Part-Time)

Arc Exclusive

Remote
Freelance
Senior
1 day ago
React TypeScript AWS Node.js

Arc Exclusive is looking for a Senior Full-Stack Engineer to join a healthcare SaaS product team on a part-time, freelance basis. You'll build and mai...

View job
RE

Freelance React Developer Network

ReactSquad

Remote
Freelance
Senior
4 days ago
React Node.js

ReactSquad connects vetted senior React and Node.js developers with companies needing dedicated freelance engineering talent. As part of our developer...

View job
MI

Freelance Full-Stack Web App Developer

Mindrift

Remote
Freelance
Mid Level
4 days ago
JavaScript Python TypeScript PostgreSQL

Join Mindrift as a freelance Full-Stack Web App Developer working on the Tendem project (tendem.ai). You'll act as an AI Pilot, collaborating alongsid...

View job
HO

Developer — Invite-Only Marketplace MVP (Part-Time, EU)

Home Services Marketplace Startup (via Arc)

Remote
Part-Time
Mid Level
4 days ago
React TypeScript Next.js PostgreSQL

We're building an invite-only MVP for a home-services marketplace connecting homeowners with vetted service providers across Western Europe. This is a...

View job
CO

Senior Engineer — Compliance Operations Software (Part-Time)

Compliance Operations Software Company (via Arc)

Remote
Part-Time
Senior
4 days ago
React TypeScript AWS Node.js PostgreSQL

We're hiring a Senior Engineer for a part-time engagement to help build compliance operations software for regulated industries. This confidential rol...

View job
CO

Senior Full-Stack Engineer

Confidential Tech Company (via Arc)

Remote
Full-Time
Senior
4 days ago
React Python AWS PostgreSQL

This is a confidential, NDA-protected role sourced via Arc — full company details are shared only after signing an NDA. We're looking for a Senior Ful...

View job
LE

Engineering Manager

Lean Product Startup (via Arc)

Remote
Full-Time
Lead
4 days ago
React Python AWS PostgreSQL

We are a confidential, lean product startup (sourced via Arc) looking for an Engineering Manager to own our architecture end-to-end and lead a small,...

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