Jonathan Hsu
Customer Success Team Lead at Zerion Software
Expertise: Software development and customer success
Education: George Mason University

Jonathan Hsu is a customer success team lead for the data management company Zerion Software. He has more than six years experience supporting customer data initiatives at Zerion Software and frequently contributes articles about software development. Hsu has a master’s degree in applied information technology from George Mason University to go along with a PhD in higher education.   

Sort By
Most Recent
Most Recent
Oldest
1 Articles
for loop vs while loop infinity loop concept
In programming, for loops are best used when you know the number of iterations ahead of time, whereas a while loop is best used when you don't know the number of iterations in advance. Both methods can help you iterate through your code.