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
Lago
Lago is hiring an Infrastructure Engineer to build and scale the backend systems powering its open-source AI-native billing platform. Work with TypeSc...
Senior Full-Stack Developer (TypeScript)
Cosuno
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...
Software Engineer
Sequent
Join Sequent's fully remote team to build cryptographically secure online voting infrastructure used in real elections around the world. Work across a...
Backend Engineer
Xata
Xata is hiring Backend Engineers to join its Control Plane, Data Plane, or Storage teams. They're looking for engineers who enjoy building distributed...
Product Engineer
Ashby
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...
Senior Software Engineer (Backend)
Upwave
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...
Full-Stack Engineer
Harmony AI
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...
Founding Full-Stack Engineer
Carma
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...
Blockchain Security Engineer
ChainSecurity
ChainSecurity is hiring Blockchain Security Engineers and Interns to audit the most complex blockchain projects in the industry. Work directly with de...
Full-Stack / AI Engineer
Cardog
Cardog is hiring Full-Stack, AI/ML, and Data Engineers to build the infrastructure layer for automotive vehicle data. Work across a modern TypeScript-...
Senior Frontend Engineer (FR)
Lago
Lago is hiring a Senior Frontend Engineer to build and scale the user-facing billing platform used by companies like PayPal, Synthesia, and CoreWeave....
Senior Front-End Engineer
Estuary
Estuary is hiring a Senior Front-End Engineer to build highly interactive observability and data-flow experiences for the Estuary platform. You will d...
Full Stack Software Engineer
Piq Energy
Piq Energy is hiring a Full Stack Software Engineer to own features end-to-end across interactive frontend (Svelte/TypeScript), backend APIs, data pip...
Senior Full-Stack Engineer (JS/React or Laravel)
Pango
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...
Python Backend Engineer
MarsBased
MarsBased is hiring a Python Backend Engineer to join their small, senior, and highly collaborative Martian crew. You will build and maintain modern,...
Need help with your Job Search?
Create a developer profile to get discovered by top companies or browse our resources to improve your skills.