Welcome to The Developers Desk

Dive into an AI-powered job search engine tailored for developers. Why browse through multiple job platforms when The Developers Desk aggregates opportunities from across the web, all in one place? As an open-source project, we invite developers to contribute and shape the future of job searching.

Search.js
SearchController.js

function fetchJobs(keyword, location) {
    const API_ENDPOINT = 'https://thedevdeskapi.com/jobs';
    return fetch(`${API_ENDPOINT}?keyword=${keyword}&location=${location}`)
        .then(response => response.json())
        .then(data => {
            if(data.success) {
                displayJobs(data.jobs);
            } else {
                console.error('Error fetching jobs:', data.message);
            }
        })
        .catch(error => console.error('Fetch error:', error));
}

function displayJobs(jobs) {
    // Logic to display jobs on the UI
    jobs.forEach(job => {
        console.log(job.title, job.company);
    });
}

// Example usage:
fetchJobs('Frontend Developer', 'London');

    

Latest Developer Jobs

Explore some of the most recent listings from across our partner platforms. Upload your CV for personalized matches.

  • Senior Software Engineer

    £50 - £68
    New Malden Posted 3 days ago
    Our client, a leading provider in the Defence & Security sector, is currently seeking an Senior Software Engineer for a 12-month contract based in New Malden. Key Responsibilities: Engage with different teams, including integration teams, to e...
  • Python/ AI Developer

    £55,000 - £75,000
    London Posted 1 week ago
    FDM is a global business and technology consultancy seeking a Python/AI Developer to work for our Professional Services client. This is initially a 6-month contract with very good prospects to extend and will be a remote role with the odd requirem...
  • Software Developer

    £65,000 - £70,000
    Leeds Posted 1 week ago
    FDM is a global business and technology consultancy seeking a Software Developer to work for our client within the Healthcare sector. This is initially a 6-month contract with the potential to extend up to 2 years and will be a Hybrid role that wi...
  • DevOps Software Engineer

    Salary not specified
    Romsey Posted 2 weeks ago
    Our client, a prominent name in the Defence & Security sector, is seeking a dedicated and passionate DevOps Software Engineer to join their team on a contract basis. This exciting opportunity will involve working with cutting-edge technologies...
  • Dynamics CRM Developer

    Salary not specified
    London Posted 1 month ago
    Dynamics 365 CRM Developer - Contract Marshall Wolfe are hiring on behalf of our client within the insurance industry, who are looking for an experienced CRM Developer to join a leading Asset Management organisation, working within a high-performi...
  • Want better matches?

    Upload your CV and we’ll sort jobs based on relevance to your experience.

    Upload CV & Get Matches

    Register Your Interest with The Developers Desk

    Be the first to know about our platform's launch, latest features, and exclusive insights. Make your job search efficient with AI-powered results.

    Exclusive Insights
    Be privy to unique perspectives and tips on leveraging AI in job searching.
    Prioritised Access
    Early birds get the worm. Registering ensures you'll be among the first to access our platform's features.

    © 2025 The Developers Desk. All rights reserved.