AWS S3 Security Best Practices – How to Implement it?

Amazon S3 (Simple Storage Service) is the popular and fundamental service used for data storage in the AWS cloud. AWS S3 Moreover from a security point of view, Implementation of data security and protection in AWS S3 is very important to avoid data breaches.  As a result, we must adhere…

0 Comments

How to do workload modelling in performance testing?

Introduction: We frequently hear the term “Performance” while discussing software programs or anything we purchase, such as cars, smartphones, etc. Always say that the performance of anything which we buy should be good. Because we care about the efficiency and life of the product. In this blog, we gonna know…

0 Comments

Memory leakage – what is the easy way to find it?

Memory Leakage Before getting into memory leakage, an understanding of memory management is necessary. It happens manually in languages like C and C++. For example in C, whenever you want to allocate dynamic memory, you need to use malloc(). Later it is only the responsibility of the developer to free…

0 Comments

Code Smells: A Better understanding on it

Code smells usually provide hints that may point to deeper underlying issues in the code structure and architecture. According to Martin Fowler, they are often an indicator of a problem rather than the problem themselves. Let's look at some common ones: Long Method Long methods, like their name, are too…

0 Comments

React Native FlatList – What is the better alternative?

Searching for React Native FlatList Alternatives? Chances are if you are reading this blog post, it means you want to improve your React Native App’s Performance, especially if you are rendering FlatLists and notice white bottoms when scrolling too fast. In this Article, you learn about the two most popular…

0 Comments

End of content

No more pages to load