Java Full Stack Developer

Uline Shipping Supplies

Contract Pleasant Prairie, Wisconsin, United States Posted 10 months ago

 Write a Review Add Vendor   Add Contact  

About Position

Java Full Stack Developer (Contract)

$80.00 / Hourly

Pleasant Prairie, Wisconsin, United States

Java Full Stack Developer

Contract Pleasant Prairie, Wisconsin, United States Posted 10 months ago

Description

𝙈𝙄𝙉𝙄𝙈𝙐𝙈 𝙍𝙀𝙌𝙐𝙄𝙍𝙀𝙈𝙀𝙉𝙏𝙎:

· 12+ years of hands-on Java Development, with proficiency using Spring Framework, Hibernate Caching, Spring Boot Annotations.

· Extensive experience in REST Web Services, Microservices, Git, JPA, SQL, JSON, SOAP, XML.

· Working knowledge of caching, service discovery, CI / CD tools and solid experience with Agile development methodologies.

· Experience with front-end technologies, such as Angular, JavaScript, and jQuery.

By applying to a job using PingJob.com you are agreeing to comply with and be subject to the PingJob.com Terms and Conditions for use of our website. To use our website, you must agree with the Terms and Conditions and both meet and comply with their provisions.

Questions / Comments:

Display Questions / Comments:

No Questions / comments

Uline Shipping Supplies Vendors

( Login to see all the 4 vendors)
Accenture Ltd
Write a Review

1345 Avenue of the Americas
New York
New York
www.accenture.com ( 51 vendors)

Engel Consulting Group
Write a Review

900 North Shore Drive
Lincolnton
Illinois
www.engelgroup.com ( 2 vendors)

Trianz Inc
Write a Review

2903 Bunker Hill Lane
Cupertino
California
www.trianz.com ( 1 vendors)

Job Summary

$80.00 / Hourly

Contract

Pleasant Prairie, Wisconsin, United States

Experience Level : Medium

Experience Required : 4 Year/s

Only Any

Posted : 10 months ago

Deadline : June 25, 2024 10 months ago

Job ID : Job0000016098

Uline Shipping Supplies

12575 Uline Drive

www.uline.com

Request history8.1.32PHP Version2.22sRequest Duration695MBMemory UsageGET {slug}Route
    • Booting (1.74s)time
    • Application (481ms)time
    • 1 x Booting (78.35%)
      1.74s
      1 x Application (21.65%)
      481ms
      3 templates were rendered
      • frontend.job-viewjob-view.blade.php#?blade
      • admin.flash_msgflash_msg.blade.php#?blade
      • layouts.themetheme.blade.php#?blade
      uri
      GET {slug}
      middleware
      web
      controller
      App\Http\Controllers\JobController@view
      namespace
      prefix
      where
      as
      job_view
      file
      app/Http/Controllers/JobController.php:482-507
      11 statements were executed219ms
      • JobController.php#484clientfyi_final15.15msselect * from `jobs` where `job_slug` = 'java-full-stack-developer-20' limit 1
        Bindings
        • 0: java-full-stack-developer-20
        Backtrace
        • app/Http/Controllers/JobController.php:484
        • 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_final81.94msselect `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:491
        • 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#493clientfyi_final850μsselect * from `users` where `users`.`id` = 6061 limit 1
        Bindings
        • 0: 6061
        Backtrace
        • app/Http/Controllers/JobController.php:493
        • 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
      • Vendor.php#57clientfyi_final1.11msselect count(*) as aggregate from `vendors` inner join `users` on `vendors`.`vendor_id` = `users`.`id` inner join `states` on `users`.`state_id` = `states`.`id` inner join `countries` on `states`.`country_id` = `countries`.`id` where `vendors`.`approve_status` = 1 and `vendors`.`employer_id` = 6061
        Bindings
        • 0: 1
        • 1: 6061
        Backtrace
        • app/Models/Vendor.php:57
        • app/Http/Controllers/JobController.php:495
        • 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.php#57clientfyi_final1.01msselect `vendors`.*, `users`.`website`, `users`.`company`, `users`.`address`, `users`.`city`, `states`.`state_name`, `countries`.`country_name`, (SELECT (SUM(ratings)/COUNT(id)) FROM reviews WHERE reviews.employer_id = vendors.vendor_id AND reviews.approve_status = 1) as review_rating, (SELECT COUNT(id) FROM reviews WHERE reviews.employer_id = vendors.vendor_id AND reviews.approve_status = 1) as review_count, (SELECT COUNT(id) FROM vendors as b WHERE b.employer_id = vendors.vendor_id) as vendor_count from `vendors` inner join `users` on `vendors`.`vendor_id` = `users`.`id` inner join `states` on `users`.`state_id` = `states`.`id` inner join `countries` on `states`.`country_id` = `countries`.`id` where `vendors`.`approve_status` = 1 and `vendors`.`employer_id` = 6061 order by `vendor_count` desc limit 3 offset 0
        Bindings
        • 0: 1
        • 1: 6061
        Backtrace
        • app/Models/Vendor.php:57
        • app/Http/Controllers/JobController.php:495
        • 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#500clientfyi_final310μsselect (sum(ratings)/count(id)) AS review_rating, count(id) as review_count from `reviews` where `approve_status` = 1 and `employer_id` = 6061
        Bindings
        • 0: 1
        • 1: 6061
        Backtrace
        • app/Http/Controllers/JobController.php:500
        • 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
      • job-view.blade.php#17clientfyi_final12.66msselect DISTINCT email from `job_applications` where `category_id` = 30 and `status` = 1
        Bindings
        • 0: 30
        • 1: 1
        Backtrace
        • view::frontend.job-view:17
        • 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
      • job-view.blade.php#450clientfyi_final490μsselect * from `comments` where `comments`.`commentable_type` = 'App\\Models\\Job' and `comments`.`commentable_id` = 16098 and `comments`.`commentable_id` is not null and `parent_id` is null
        Bindings
        • 0: App\Models\Job
        • 1: 16098
        Backtrace
        • view::frontend.job-view:450
        • 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#101clientfyi_final630μ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_final61.96msSELECT 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_final42.63msSELECT 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
      138Category.php#?
      App\Models\Job
      1Job.php#?
      App\Models\User
      1User.php#?
          _token
          fQhxMCvEhejxpUXKIPZTTDBew9Tc284Yh30xViKz
          _previous
          array:1 [ "url" => "https://pingjob.com/java-full-stack-developer-20" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /java-full-stack-developer-20
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:18 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "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" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "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" ] "connection" => array:1 [ 0 => "close" ] "x-accel-internal" => array:1 [ 0 => "/internal-nginx-static-location" ] "x-real-ip" => array:1 [ 0 => "3.22.101.207" ] "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 => "Sun, 27 Apr 2025 20:32:25 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjRwcElKTTdlbUVjWDdJZzN6WHluWXc9PSIsInZhbHVlIjoiUkg1OXcvUGF0QUFKTklzZzVXeStHUEFod2I5U2xCSUR4SWJHZG5razFqUjZ0N2xiYllva284WUtGNlZVNUhObk9mYStVaWRmQ05XcFpUOGdxMWVEbUtHMldXajdzZ2UyYUozWW1CbEJQQTFwRWVsTlU4TWpOdHhnZTlNc2ppREEiLCJtYWMiOiIxOTdhOTlmODRlYzI3MTE1MGRjNTljZmMyN2JmZWI2ZDk1YmZmYzIzMjE5NTlmMTAxMzViZTQ2MzZkYjcxZTkxIiwidGFnIjoiIn0%3D; expires=Sun, 27 Apr 2025 22:32:25 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IjRwcElKTTdlbUVjWDdJZzN6WHluWXc9PSIsInZhbHVlIjoiUkg1OXcvUGF0QUFKTklzZzVXeStHUEFod2I5U2xCSUR4SWJHZG5razFqUjZ0N2xiYllva284WUtGNlZVNUhObk9mYStVa" 1 => "laravel_session=eyJpdiI6ImZEYUVwZStlVWhoNnd4OFFrbkMxcmc9PSIsInZhbHVlIjoiYmZ3VEorTGQwdzFWUHVkTjFzTW9PdVRRVHRsRnlnSGFTWTBVMDltZHh1c1ZxcmdLTVFiOEhCb0V3NjM4WnJ3TmZXZDhuRHUzZGw5RFU1YW5oTTM3Y2UwRlJqZzQ4bFBCME9Uc09hR1NIejJXRFoyOTdtTlYwbVh2QjREL2Z3QkYiLCJtYWMiOiIwY2Q0ZmY5NTQyNzg0MzMxMmE4YmJiMDI2ZGI1NjMzOTMwNGVlNzA1N2U4MDI4NDExNmUwZDhkODBlMGYzMzM3IiwidGFnIjoiIn0%3D; expires=Sun, 27 Apr 2025 22:32:25 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6ImZEYUVwZStlVWhoNnd4OFFrbkMxcmc9PSIsInZhbHVlIjoiYmZ3VEorTGQwdzFWUHVkTjFzTW9PdVRRVHRsRnlnSGFTWTBVMDltZHh1c1ZxcmdLTVFiOEhCb0V3NjM4WnJ3TmZX" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjRwcElKTTdlbUVjWDdJZzN6WHluWXc9PSIsInZhbHVlIjoiUkg1OXcvUGF0QUFKTklzZzVXeStHUEFod2I5U2xCSUR4SWJHZG5razFqUjZ0N2xiYllva284WUtGNlZVNUhObk9mYStVaWRmQ05XcFpUOGdxMWVEbUtHMldXajdzZ2UyYUozWW1CbEJQQTFwRWVsTlU4TWpOdHhnZTlNc2ppREEiLCJtYWMiOiIxOTdhOTlmODRlYzI3MTE1MGRjNTljZmMyN2JmZWI2ZDk1YmZmYzIzMjE5NTlmMTAxMzViZTQ2MzZkYjcxZTkxIiwidGFnIjoiIn0%3D; expires=Sun, 27-Apr-2025 22:32:25 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IjRwcElKTTdlbUVjWDdJZzN6WHluWXc9PSIsInZhbHVlIjoiUkg1OXcvUGF0QUFKTklzZzVXeStHUEFod2I5U2xCSUR4SWJHZG5razFqUjZ0N2xiYllva284WUtGNlZVNUhObk9mYStVa" 1 => "laravel_session=eyJpdiI6ImZEYUVwZStlVWhoNnd4OFFrbkMxcmc9PSIsInZhbHVlIjoiYmZ3VEorTGQwdzFWUHVkTjFzTW9PdVRRVHRsRnlnSGFTWTBVMDltZHh1c1ZxcmdLTVFiOEhCb0V3NjM4WnJ3TmZXZDhuRHUzZGw5RFU1YW5oTTM3Y2UwRlJqZzQ4bFBCME9Uc09hR1NIejJXRFoyOTdtTlYwbVh2QjREL2Z3QkYiLCJtYWMiOiIwY2Q0ZmY5NTQyNzg0MzMxMmE4YmJiMDI2ZGI1NjMzOTMwNGVlNzA1N2U4MDI4NDExNmUwZDhkODBlMGYzMzM3IiwidGFnIjoiIn0%3D; expires=Sun, 27-Apr-2025 22:32:25 GMT; path=/; httponlylaravel_session=eyJpdiI6ImZEYUVwZStlVWhoNnd4OFFrbkMxcmc9PSIsInZhbHVlIjoiYmZ3VEorTGQwdzFWUHVkTjFzTW9PdVRRVHRsRnlnSGFTWTBVMDltZHh1c1ZxcmdLTVFiOEhCb0V3NjM4WnJ3TmZX" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "fQhxMCvEhejxpUXKIPZTTDBew9Tc284Yh30xViKz" "_previous" => array:1 [ "url" => "https://pingjob.com/java-full-stack-developer-20" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-27 20:32:25GET/java-full-stack-developer-20311140