• Overview
  • About Seller
  • Review
  • From Bangladesh
  • Seller Since 2025

Highly skilled IT professional with over 6 years of extensive experience in project management, system administration, network management and end user IT support. Proficient in managing and optimizing IT infrastructures, ensuring seamless operations and implementing security measures. Demonstrated expertise in troubleshooting hardware and software issues and providing exceptional technical support. Strong analytical and problem-solving abilities, with a proven track record of delivering robust IT solutions that enhance organizational performance.

Another Service of this Seller

Explore All
Online Service

Visiting Card Design

Make a lasting impression with a professionally designed Visiting Card that reflects your brand iden...

Starting at ৳1,500.00
  • Package
  • ৳2,000.00
  • Delivery Days: 2
  • Revisions: 2
  • Mug Design
  • T-shirt Design

Login to Chat

$(document).on('submit','.service_review_form',function(e){ e.preventDefault(); let service_id = $('#service_id').val(); let seller_id = $('#seller_id').val(); let rating = $('#rating').val(); let name = $('#name').val(); let email = $('#email').val(); let message = $('#message').val(); $.ajax({ url:"https://troubleshoot.com.bd/index.php/service-list/service-review-add", method:"post", data:{ service_id:service_id, seller_id:seller_id, rating:rating, name:name, email:email, message:message, }, success:function(res){ if (res.status == 'success') { toastr.options = { "closeButton": true, "debug": false, "newestOnTop": false, "progressBar": true, "preventDuplicates": true, "onclick": null, "showDuration": "100", "hideDuration": "1000", "timeOut": "5000", "extendedTimeOut": "1000", "showEasing": "swing", "hideEasing": "linear", "showMethod": "show", "hideMethod": "hide" }; toastr.success(res.message); }else if(res.status == 'danger'){ toastr.options = { "closeButton": true, "debug": false, "newestOnTop": false, "progressBar": true, "preventDuplicates": true, "onclick": null, "showDuration": "100", "hideDuration": "1000", "timeOut": "5000", "extendedTimeOut": "1000", "showEasing": "swing", "hideEasing": "linear", "showMethod": "show", "hideMethod": "hide" }; toastr.warning(res.message); } $('.service_review_form')[0].reset(); } }); }) }); })(jQuery);