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');
}
}
Find your next Dev job
Curated opportunities from companies that value certified developers. Find roles that match your skills and experience.
30 jobs found Searching...
Senior Software Engineer I – Backend
Careem
Join Careem's Engagement team on the Benefits Platform squad — the team that builds the systems behind promotions and discounts driving a significant...
Senior Backend Engineer – Growth Team
HungerStation
HungerStation is seeking a Senior Backend Engineer to join the Growth team in Dubai. You will influence platform architecture, lead the migration to m...
Senior Backend Software Engineer
Pemo
Pemo is hiring a Senior Backend Software Engineer to help build and scale its fintech infrastructure across MENA. You will design and develop scalable...
Senior Software Engineer (Backend / Golang)
Cast AI
Cast AI is hiring Senior Software Engineers across multiple product teams. You will build key features across areas including Reporting (time-series d...
Python Developer (Mid / Senior)
Oxidian
Oxidian is hiring mid and senior Python Developers to build high-performance data systems powering government scientific research. You will work on pe...
Senior Systems Engineer
Loophole Labs
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...
Backend Developer
Fihub
Fihub is actively hiring a Backend Developer to help build and scale their automated financial analytics platform for e-commerce businesses. You will...
Senior Software Engineer, Data Platform
Coinbase
Coinbase's Data Platform team is hiring a Senior Software Engineer to design, build, and operate foundational data-heavy services powering the entire...
Senior Software Engineer, Backend (Platform - Onboarding)
Coinbase
The Platform Onboarding team builds Coinbase's most critical user-facing infrastructure — from retail onboarding to account recovery. Their mission is...
Senior Frontend Developer
Nebius
Nebius is looking for a Senior Frontend Developer to design and implement internal user interfaces for its AI cloud platform. You will build scalable,...
Software Engineer 3 – Frontend
eBay
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...
Senior Frontend Developer (Channel Stream)
Manychat
Manychat is seeking an experienced Senior Frontend Developer to join one of three cross-functional teams developing Meta channels (Instagram, WhatsApp...
Front-end Developer
Suitsupply
Suitsupply is looking for a Front-end Developer to develop, optimise, and maintain their modern frontend stack built on Next.js, React, TypeScript, an...
Full Stack Engineer
Hammock
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...
Product Engineer (Frontend)
Gridmatic
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...
Need help with your Job Search?
Create a developer profile to get discovered by top companies or browse our resources to improve your skills.