My Info:- I have done architecture as my Undergraduate degree- I would like to apply and peruse Graduate school in Finance- Moved USA from India Topic:If you had chosen a different personal or professional path, what would it have been and why?I would have chosen to do technical/financial undergraduate degree if I had choice at that time.I would have reached my goal which is to be financial expert/strategist / one day to be federal bank chair person. which I was inspired/dreamed of being as young girl growing up More Info:I would have chosen to be lot more persuasive and less conservative as a young girl growing in my community. Looking back into my personal or professional career I was always passionate about my goals and what I really want achieve in my life. In spite of not having enough support from elders, I was always chasing my dreams by self-educating me on various theoretical, technical and quantities skills. However, I could have persuade elders in community to maintain gender equality when it comes be education, career choice, freedom and opportunities to help others. The version of me at earlier age was not equipped to do so. Unfortunately, this courage which I over come only evolved in me through my experience in personal or professional life. My personal or professional life experience thought me that the more I educate myself, the more I could give back to others.
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 });

