Gideon Salamisalamitech.hashnode.dev·Dec 10, 2023Advanced Flutter: Leveraging Isolate for Performance OptimizationIntroduction 🚀 Unlocking Flutter's Hidden Gem: Isolates Discover the lesser-known power of Isolates in Flutter, a game-changer for boosting app performance. This guide dives into how Isolates can efficiently handle CPU-intensive tasks, making your a...Discuss·41 readsDart
Matthewserendipitymatthew.hashnode.dev·Dec 8, 2023Android 优化的思考虽然多层级的嵌套能带来性能问题,但是写起来的确很爽,而且结构上也比较清晰。在现在的 Android 手机上,View 的嵌套优化能带来多大的提升也是个问题,我个人认为这个优化在现在的手机上带来的提升的优化不大了。 除非你有很多过时的 Android 系统。当让你要写优化的部分的提升的性能有多少,拿出数据出来的时候,这点微墨的提升量,很难不让人怀疑是因为手机的 CPU 波动引起的。最实惠的优化方案还是 baseline profile 和 startup-profile 的方式。这个道理也适用于的...DiscussAndroid
Anisha Swain | The UI Girltheuigirl.hashnode.dev·Dec 4, 2023Optimising the React Rendering Process for Enhanced Performance and User ExperienceReact, with its virtual DOM and efficient rendering strategies, provides a solid foundation for building dynamic and responsive user interfaces. However, as applications grow in complexity, it becomes crucial to optimize the rendering process for bet...DiscussWeb DevelopmentReact
srishti gautamsrishti-gautam.hashnode.dev·Dec 2, 2023Ways to optimize performance in Functional React applicationsWhen there is a very large react project then any optimization that can minimize the number of re-renders of the UI can improve the performance of the application. 1) Memoization Memoization means storing computation results in a cache and retrieving...DiscussReact
Abdulrazaq Salihuabdrzqsalihu.hashnode.dev·Nov 28, 2023Mastering Frontend Optimization Strategies for Peak PerformanceIntroduction: In the fast-paced world of web development, where user experience is paramount, optimizing front-end code is not just a best practice; it's a necessity. Users expect websites and applications to load quickly and respond seamlessly to th...Discuss·10 likes·32 readsWeb Development
Daine Mawerdainemawer.hashnode.dev·Nov 27, 2023Understanding Chromes Coverage PanelWhat is Code Coverage? Code coverage derives from a computer science concept called "test coverage". From Wikipedia: Test coverage is a percentage measure of the degree to which the source code of a program is executed when a particular test suite i...Discuss·10 likes·128 readsWeb Development
Gulshan Kumarperfinsights.hashnode.dev·Nov 24, 2023Common challenges faced during Performance TestingHere are some common challenges faced during performance testing: Resources Utilization If a heavy load is put on the server using the limited resources of the laptop in which JMeter is installed, this issue arises. Due to limited resources like C...DiscussPerf Quick Readsjmeter
Alister cooksoftwaretrainingcourse.hashnode.dev·Nov 24, 2023Optimizing Website Performance: Tips and Tricks for DevelopersIn the fast-paced digital landscape, the performance of a website can make or break user experience. As a developer, ensuring that your website runs smoothly and efficiently is paramount. In this article, we'll explore valuable tips and tricks to opt...Discusswebsite
Bernardo Belchiorbelchior.hashnode.dev·Nov 19, 2023Improving Recharts performanceHey, there! I was a bit bored on Sunday afternoon and started looking for a cool task to work on. I have contributed to Recharts in the past, so I decided to take a look at their issue tracker. I didn't have to search much, since I found a performanc...Discuss·2 likes·156 readsReact
Harjot Singhharjotse.hashnode.dev·Nov 13, 2023Caching: The Hidden Gem of the Web Development WorldCache in! A quick guide to caching for beginners 👨🏻💻 What do you mean by ‘ Caching ‘ in web applications? Topics Covered :- What is Caching?- How it works?- Types of Caches- Benefits of caching- Real-World Applications What is Caching?Certainly! ...Discusscontent delivery network