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.
38 jobs found Searching...
Infrastructure Engineer
IPinfo
IPinfo is hiring an Infrastructure Engineer to help maintain and scale the systems behind 120B+ monthly API requests. Work on the infrastructure power...
Staff Software Engineer
NetBird
Build and scale Go-based systems for NetBird's open source secure networking platform.
Senior Software Engineer
Spacelift
Build backend systems in Go with AWS primitives powering Spacelift's IaC orchestration platform used by DevOps teams at scaling companies worldwide.
Senior Backend Engineer (PHP / Guidelines)
Frontify
Join Frontify's Guidelines team as a Senior Backend Engineer. You'll own scalability, reliability, and performance of the Brand Guidelines product — i...
Lead Engineer
Patchstack
Patchstack is looking for a Lead Engineer to own technical direction, mentor the engineering team, and ship features protecting millions of WordPress...
Senior Full-Stack PHP Developer
OnTheGoSystems
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...
ML Engineer – Software Engineering (Remote EU)
Synthesia
Synthesia is hiring ML Engineers across its Software Engineering discipline for fully remote roles across Europe. The ML engineering track focuses on...
Senior / Staff AI Engineer (AI-First Systems)
Mobian
Mobian is hiring Senior/Staff Engineers for two AI-focused tracks. Track 1 — Core Systems: production APIs, data pipelines, ML deployments, and cloud...
AI Platform Engineer
OpenVPN Inc.
OpenVPN is hiring an AI Platform Engineer to own everything from developer tooling and internal AI workflows to cloud infrastructure and governance. T...
Head of AI – Computer Vision / MLOps
Clutch
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...
AI / Systems Engineer
Emergences Labs
Own the desktop capture, trace generation, and evaluation evidence infrastructure behind NeoHuman. You will work at the boundary between operating sys...
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...
Need help with your Job Search?
Create a developer profile to get discovered by top companies or browse our resources to improve your skills.