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.
58 jobs found Searching...
Senior Frontend Engineer (React / Data Visualisation)
WireScreen
Lead the transition to a component-based design system and build beautiful data visualisation pages surfacing corporate ownership, power, and influenc...
Full-Stack Software Engineer (TypeScript / React / AI)
PrairieLearn
Work across a Node.js/TypeScript backend, Postgres, AWS, and React frontend on an open-source assessment platform used at top universities. Build AI t...
Senior React Native Developer
FUTO
Build the Polycentric app — an open-source decentralized social network where users own their cryptographic identity, data, and reach. Senior React Na...
Agentic Operator (AI QA / Human-in-the-Loop Testing)
We The Flywheel
The human-in-the-loop for AI output quality. Walk user flows, perform native-language QA of AI-generated output, and handle the testing agents can't d...
Senior Agentic Engineer (Multi-Step AI Workflows)
We The Flywheel
Architect and own multi-step AI agent workflows for We The Flywheel's 500+ product portfolio. Track record of agentic AI delivery required. Senior con...
Agentic Engineer (Claude Code / Cursor / AI Coding Agents)
We The Flywheel
Ship real software with AI coding agents (Claude Code, Cursor, Aider). You're an engineer, not a prompt operator — basic technical foundation in datab...
Front End Developer – Angular (Public Sector)
FDM Group
FDM Group is placing a Front End Developer (Angular) into a UK public sector client. Work on digital transformation projects delivering citizen-facing...
Senior Frontend Web Developer (Angular 17+)
CAI
CAI is looking for a Senior Frontend Web Developer with strong Angular 17+ skills for a full-time contract role supporting enterprise and government c...
Angular Developer (Java / Angular)
HYDAC Group
HYDAC Group is hiring an Angular Developer to build and maintain modern web applications for industrial automation and engineering workflows. Work acr...
Frontend Developer – Angular / AI Experience
UST
UST is hiring a Frontend Developer with Angular expertise and hands-on AI experience for a 100% remote role based in the UK. Design, develop, and main...
Senior Full-Stack Angular & PHP Developer
Lemon.io
Lemon.io is placing a Senior Full-Stack Angular & PHP Developer for a long-term remote engagement with one of its startup or scale-up clients. Work ac...
Junior Laravel + React.js Developer
Ikonicsolution
Ikonicsolution is hiring a Junior Laravel + React.js Developer for a fully remote, worldwide role. Build full-stack web applications using Laravel (ba...
Senior Laravel Developer
BnBerry
BnBerry is hiring a Senior Laravel Developer to build and scale its vacation rental management platform. Work across a modern Laravel stack with Docke...
Product Engineer, Core & Connectivity (Laravel)
Hospitable
Hospitable is hiring a Product Engineer for its Core & Connectivity team. Own the integrations that power Hospitable's platform — channel APIs, proper...
Web Developer (Back-End / Laravel & WordPress)
Southeastern University
Southeastern University is hiring a Back-End Web Developer to build and maintain web applications using Laravel and WordPress. Work across an institut...
Need help with your Job Search?
Create a developer profile to get discovered by top companies or browse our resources to improve your skills.