-Graduating BEng in Engineering with Management in the UK .
-Applying for Energy and Power systems Management
-Studying abroad
-Studying general engineering with management helped me a lot to look at different types of engineering and understand the fundamentals and more.
. Throughout the years of studying eEngineering with management, I learned about electrical and electronic engineering, systems, mechanics, materials, economics of particular industries ,Management and engineering management .
– My bachelors degree is a very broad major, where it leaves me having the choice of choosing the area of interest after for work or further studies.
– Basically my Bachelors taught me how to Lead and Manage engineers and handle projects for the best outcomes while understanding the engineering concepts.
– The area that caught my attention was the energy and power sectors, studying that in my masters will help me get the expertise to work in the industry and hopefully open a energy company in my hometown.
Interests and hobbies: Football, Formula 1 races, new technology, training in the Gym, swimming and Traveling!
Last Completed Projects
topic title | academic level | Writer | delivered |
---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });