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.
60 jobs found Searching...
Senior Software Engineer (Ruby on Rails/AWS)
Arc Exclusive
USD 35K - 40K
per year
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...
Software Engineer (Full Stack)
UMH
UMH is hiring a Full Stack Software Engineer to join our remote team building manufacturing data infrastructure. You'll build user-facing features wit...
Senior Software Engineer (Full Stack)
Instinct Science
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...
Senior Full Stack Engineer
Buzz Solutions
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...
Full-Stack Web Developer
Makeway
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...
Senior Engineer – Compliance Operations (Part-Time)
Arc Exclusive
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...
AI/DevOps Engineer – AWS/Python/LLMs (Part-Time)
Arc Exclusive
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...
Senior Full-Stack Developer – Next.js/TypeScript/AWS (Part-Time)
Arc Exclusive
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...
Senior Full-Stack Engineer – Healthcare SaaS (Part-Time)
Arc Exclusive
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...
Freelance React Developer Network
ReactSquad
ReactSquad connects vetted senior React and Node.js developers with companies needing dedicated freelance engineering talent. As part of our developer...
Freelance Full-Stack Web App Developer
Mindrift
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...
Developer — Invite-Only Marketplace MVP (Part-Time, EU)
Home Services Marketplace Startup (via Arc)
We're building an invite-only MVP for a home-services marketplace connecting homeowners with vetted service providers across Western Europe. This is a...
Senior Engineer — Compliance Operations Software (Part-Time)
Compliance Operations Software Company (via Arc)
We're hiring a Senior Engineer for a part-time engagement to help build compliance operations software for regulated industries. This confidential rol...
Senior Full-Stack Engineer
Confidential Tech Company (via Arc)
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...
Engineering Manager
Lean Product Startup (via Arc)
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,...
Need help with your Job Search?
Create a developer profile to get discovered by top companies or browse our resources to improve your skills.