Memory Leaks 101: Your Guide to Fixing Them in Web Apps

Boost your web app’s performance by writing optimized code and using Chrome DevTools



Platform: Udemy
Status: Available
Duration: 1 Hours

Price: $19.99 $0.00


Note: Udemy FREE coupon codes are valid for maximum 3 days only. Look for "Get Coupon" orange button at the end of Description. This post may have affiliate link & we may get small commission if you make a purchase.

Notice for Our Visitors in INDIA:
If Udemy Coupon is 100% OFF but it is not FREE when you go to Udemy Website, please follow the below instructions to make it work. This is mainly affecting visitors that has INDIA as a Country of Residence in their profile in Udemy.

Steps:
1. Use VPN (Virtual Private Network) & Select Another Country like USA.
2. Clear udemy.com website cookies from your browser or You can also use incognito mode or different browser like Opera which has inbuilt VPN.
3. After making a VPN Connection, Create a new Udemy Account.
4. Then go to your desired Course Page & Apply Coupon.
5. If the Coupon is successfully applied, then Continue the process & Enter the VPN Country.
6. Enjoy your Free Course!

What you'll learn

  • You'll learn how to effectively track memory leaks down with chrome DevTools.
  • A brief history of web performance.
  • The difference in the performance requirements between MPA (Multiple Page Application) and SPA (Single Page Application)
  • The difference between runtime performance and other kind of web performance.
  • Learn the signs that your web app is leaking memory.
  • Learn programming patterns that cause JavaScript memory leaks.
Requirements
  • No prior knowledge of web performance optimisation required.
  • A bit of knowledge about JavaScript/TypeScript and HTML would be helpful.
Description
Hunting memory leaks issues is a complex problem with fiendish edge cases, and debugging them can be a daunting task. To avoid such a problem in your app, you need awareness about it and constant vigilance.

JavaScript memory leaks are sneaky and could be challenging to localize because they can go unnoticed for some time. And even if your performance gets progressively worse, you will not see a thrown error on the browser while running the leaking app because it’s not an invalid code that causes memory leaks, but a logical flaw in it.

In this course, we’ll see how to effectively track memory leaks down and learn what causes them. You’ll get insights on how to respect more the end-user device’s resources. You’ll also avoid situations where you pull your hair out trying to understand what’s going on with your performance.

I designed this course to suit newcomers as well as advanced developers, and I will walk you through the topic step by step until you get your hands dirty.

At the end of the course, you’ll be able to identify, diagnose, and fix memory leaks in web apps even if you’re not the one who implemented them. You’ll be also able to catch patterns in your source code that cause leaks.

Who this course is for:

  • For people who want to optimize their runtime web performance and/or fix memory leaks in their web pages.
  • For frontend developers who want to know more about web development.
  • For people who want to have more insights on how to use chrome DevTools.