Search Jobs

Filter from the left sidebar to find your desired job

Filter Jobs

Keywords

Job Type

Category

Country

State

Location

Clear Filter
Found 25055 jobs based on your current search
Project Manager

Posted 8 years ago Deadline : August 17, 2016 8 years ago

$100.00 / Hourly

Merck Research Laboratory Contract Boston, Massachusetts, United States

SAP Solution Designer

Posted 8 years ago Deadline : August 17, 2016 8 years ago

$100.00 / Hourly

Miller Brewing Company Contract Golden, Colorado, United States

Application Developer

Posted 8 years ago Deadline : August 17, 2016 8 years ago

$85.00 / Hourly

IBM Corporation Contract Atlanta, Georgia, United States

Mainframe QA Tester

Posted 8 years ago Deadline : August 17, 2016 8 years ago

$85.00 / Hourly

Wisconsin Department of Workforce Development Contract Madison, Wisconsin, United States

.NET SQL Server Developer

Posted 8 years ago Deadline : August 17, 2016 8 years ago

$55.00 / Hourly

Sedgwick CMS Holdings Inc Contract Memphis, Tennessee, United States

MS SQL Server DBA

Posted 8 years ago Deadline : August 17, 2016 8 years ago

$55.00 / Hourly

State of Colorado Contract Denver, Colorado, United States

Delphi Programmer/Object Pascal Developer

Posted 8 years ago Deadline : August 17, 2016 8 years ago

$55.00 / Hourly

IBM Corporation Contract Reno, Nevada, United States

SAP VAT Expert

Posted 8 years ago Deadline : August 17, 2016 8 years ago

$65.00 / Hourly

IBM Corporation Contract Peoria, Illinois, United States

MicroStrategy Developer (with BI)

Posted 8 years ago Deadline : August 17, 2016 8 years ago

$65.00 / Hourly

IBM Corporation Contract Foster City, California, United States

C#, .Net, & Banking/Financials experience

Posted 8 years ago Deadline : August 17, 2016 8 years ago

$65.00 / Hourly

Credit Suisse Contract Raleigh, North Carolina, United States

Request history8.1.31PHP Version2.41sRequest Duration686MBMemory UsageGET jobsRoute
    • Booting (2.07s)time
    • Application (339ms)time
    • 1 x Booting (85.95%)
      2.07s
      1 x Application (14.05%)
      339ms
      4 templates were rendered
      • frontend.jobsjobs.blade.php#?blade
      • admin.flash_msgflash_msg.blade.php#?blade
      • pagination::bootstrap-5bootstrap-5.blade.php#?blade
      • layouts.themetheme.blade.php#?blade
      uri
      GET jobs
      middleware
      web
      controller
      App\Http\Controllers\JobController@jobsListing
      namespace
      prefix
      where
      as
      jobs_listing
      file
      app/Http/Controllers/JobController.php:853-918
      9 statements were executed250ms
      • JobController.php#858clientfyi_final810μsselect * from `categories` order by `category_name` asc
        Backtrace
        • app/Http/Controllers/JobController.php:858
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • JobController.php#859clientfyi_final340μsselect * from `countries`
        Backtrace
        • app/Http/Controllers/JobController.php:859
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • User.php#78clientfyi_final96.84msselect `id`, `company` from `users` where `user_type` in ('employer', 'agent') order by `id` desc
        Bindings
        • 0: employer
        • 1: agent
        Backtrace
        • app/Models/User.php:78
        • app/Http/Controllers/JobController.php:906
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • JobController.php#909clientfyi_final9.68msselect count(*) as aggregate from `jobs` where `status` = 1
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Controllers/JobController.php:909
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • JobController.php#909clientfyi_final53.98msselect * from `jobs` where `status` = 1 order by `updated_at` desc limit 10 offset 21050
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Controllers/JobController.php:909
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • JobController.php#909clientfyi_final700μsselect * from `users` where `users`.`id` in (2669, 16793, 16856, 21711, 46985, 49098, 49156)
        Backtrace
        • app/Http/Controllers/JobController.php:909
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • theme.blade.php#101clientfyi_final850μsselect * from `categories` where `job_count` >= 1 order by `job_count` desc
        Bindings
        • 0: 1
        Backtrace
        • view::layouts.theme:101
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • theme.blade.php#102clientfyi_final45.16msSELECT jobs.state_id,jobs.state_name, COUNT(*) AS numberOfSales FROM jobs JOIN states ON states.id = jobs.state_id GROUP BY jobs.state_id,jobs.state_name ORDER BY COUNT(*) DESC limit 15
        Backtrace
        • view::layouts.theme:102
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • theme.blade.php#103clientfyi_final41.58msSELECT jobs.city_id,jobs.city_name, COUNT(*) AS numberOfcities FROM jobs JOIN cities ON cities.id = jobs.city_id GROUP BY jobs.city_id,jobs.city_name ORDER BY COUNT(*) DESC limit 15
        Backtrace
        • view::layouts.theme:103
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      App\Models\Category
      276Category.php#?
      App\Models\Job
      10Job.php#?
      App\Models\User
      7User.php#?
      App\Models\Country
      3Country.php#?
          _token
          ObnDroSGXlwx9BQjOXrM8LmiKUt7ceopG9hF3umB
          _previous
          array:1 [ "url" => "https://pingjob.com/jobs?page=2106" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /jobs
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "page" => "2106" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:25 [ "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "priority" => array:1 [ 0 => "u=0, i" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cf-connecting-ip" => array:1 [ 0 => "18.118.171.28" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "cf-ray" => array:1 [ 0 => "917257cd9a7b617a-ORD" ] "connection" => array:1 [ 0 => "close" ] "x-accel-internal" => array:1 [ 0 => "/internal-nginx-static-location" ] "x-forwarded-for" => array:1 [ 0 => "18.118.171.28" ] "x-real-ip" => array:1 [ 0 => "172.69.7.32" ] "host" => array:1 [ 0 => "pingjob.com" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Mon, 24 Feb 2025 20:53:06 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlFwU2tPcVY4cnY0ZEdVdzhDN3VQVWc9PSIsInZhbHVlIjoiR0lyWWR4dnVWd0t4QTRKUmRMeWhpVERYVFpNOHlIMDRtbE9ldkt6QkdVUzh4Mm41MGtKbDhOc3p5bGo1Q0ZicVlSbmpNSTRHZUQ5SURPSnErZ0F2UDlxeWxxeXAyeHcwRW1Sdmp2bWF5bWJRdHUrbFVXVHRrYWxwZ2hUcW1RWHQiLCJtYWMiOiJmMGJmN2E5ZTkwMGNlYWZmZDFkNzE2MDk1ODBkOTFhOGI3NDU3NjhjYzM4YjFhZmZmMzEyZTgzYjUyNTYzZDg4IiwidGFnIjoiIn0%3D; expires=Mon, 24 Feb 2025 22:53:06 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IlFwU2tPcVY4cnY0ZEdVdzhDN3VQVWc9PSIsInZhbHVlIjoiR0lyWWR4dnVWd0t4QTRKUmRMeWhpVERYVFpNOHlIMDRtbE9ldkt6QkdVUzh4Mm41MGtKbDhOc3p5bGo1Q0ZicVlSbmpNS" 1 => "laravel_session=eyJpdiI6IkQ1Z2pxNnBpVmtQUTNLbHlZeXlKRHc9PSIsInZhbHVlIjoicWFNMG1MQ0FJcXRsYUgrc3oxWHlKcjlVNGgrYzNmd3Z6UXhPQlkyZytMd01sR2dWTlc2MHJNL1IzTU9zYnlwNDJSVW8xTDdOTEpKLzZZVlVWa2ZOQ21mVjRmbFF0akl0UU1vSEpRWWhMVE9qdEFRVXJWaTNJQlNKaHZieDdRWDQiLCJtYWMiOiI2YTE1ZmExYTliYTVmNDE0MWVhZWJkMWI1ZWY5OTU2YzViYmI1YmRkYzNhMTg1MzZhNWUxMGNhMjBjZDRiNzQ4IiwidGFnIjoiIn0%3D; expires=Mon, 24 Feb 2025 22:53:06 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IkQ1Z2pxNnBpVmtQUTNLbHlZeXlKRHc9PSIsInZhbHVlIjoicWFNMG1MQ0FJcXRsYUgrc3oxWHlKcjlVNGgrYzNmd3Z6UXhPQlkyZytMd01sR2dWTlc2MHJNL1IzTU9zYnlwNDJS" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlFwU2tPcVY4cnY0ZEdVdzhDN3VQVWc9PSIsInZhbHVlIjoiR0lyWWR4dnVWd0t4QTRKUmRMeWhpVERYVFpNOHlIMDRtbE9ldkt6QkdVUzh4Mm41MGtKbDhOc3p5bGo1Q0ZicVlSbmpNSTRHZUQ5SURPSnErZ0F2UDlxeWxxeXAyeHcwRW1Sdmp2bWF5bWJRdHUrbFVXVHRrYWxwZ2hUcW1RWHQiLCJtYWMiOiJmMGJmN2E5ZTkwMGNlYWZmZDFkNzE2MDk1ODBkOTFhOGI3NDU3NjhjYzM4YjFhZmZmMzEyZTgzYjUyNTYzZDg4IiwidGFnIjoiIn0%3D; expires=Mon, 24-Feb-2025 22:53:06 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IlFwU2tPcVY4cnY0ZEdVdzhDN3VQVWc9PSIsInZhbHVlIjoiR0lyWWR4dnVWd0t4QTRKUmRMeWhpVERYVFpNOHlIMDRtbE9ldkt6QkdVUzh4Mm41MGtKbDhOc3p5bGo1Q0ZicVlSbmpNS" 1 => "laravel_session=eyJpdiI6IkQ1Z2pxNnBpVmtQUTNLbHlZeXlKRHc9PSIsInZhbHVlIjoicWFNMG1MQ0FJcXRsYUgrc3oxWHlKcjlVNGgrYzNmd3Z6UXhPQlkyZytMd01sR2dWTlc2MHJNL1IzTU9zYnlwNDJSVW8xTDdOTEpKLzZZVlVWa2ZOQ21mVjRmbFF0akl0UU1vSEpRWWhMVE9qdEFRVXJWaTNJQlNKaHZieDdRWDQiLCJtYWMiOiI2YTE1ZmExYTliYTVmNDE0MWVhZWJkMWI1ZWY5OTU2YzViYmI1YmRkYzNhMTg1MzZhNWUxMGNhMjBjZDRiNzQ4IiwidGFnIjoiIn0%3D; expires=Mon, 24-Feb-2025 22:53:06 GMT; path=/; httponlylaravel_session=eyJpdiI6IkQ1Z2pxNnBpVmtQUTNLbHlZeXlKRHc9PSIsInZhbHVlIjoicWFNMG1MQ0FJcXRsYUgrc3oxWHlKcjlVNGgrYzNmd3Z6UXhPQlkyZytMd01sR2dWTlc2MHJNL1IzTU9zYnlwNDJS" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "ObnDroSGXlwx9BQjOXrM8LmiKUt7ceopG9hF3umB" "_previous" => array:1 [ "url" => "https://pingjob.com/jobs?page=2106" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-02-24 20:53:06GET/jobs?page=210649296