This article is in continuation of the previous article in which we discussed the different types of layouts in Jetpack Compose. In this article, we will be discussing the remaining layouts Box , ConstraintLayout
In the previous blog, we have already seen how to create basic animations in SwiftUI using the animation modifier or using the withAnimation closure. This blog post will show how we can synchronize
Before going into the details about the reverse proxy, let’s understand the proxy first. What is a proxy? It's a server that sits in front of a client machine(s). Its main
A worker pool is a concurrency pattern in which a fixed number of workers runs parallely to execute the multiple tasks present in a queue. In golang, we use goroutines and channels to
About CSRF: Attacker designs a webpage that sends requests to a vulnerable website for action like change in password, etc. Now, if a user who is pre-logged-in to the vulnerable website, comes to
Allowing the webpage to open in iframe exposes it to security attacks. In this blog, we will list out the vulnerabilities exposed and try to suggest solutions to mitigate them. Possible AttacksClickjackingIn this
The Referer HTTP request header contains the URL of the page from which the user followed the link and came to a web resource (web page, image, etc). This header can be used
Animations are very important when it comes to user experience. The look and feel of an app are improved by well-done animations. Basic animations are easy to implement in SwiftUI using the animation
In the previous article, We have explained the prerequisite to starting API automation testing with REST Assured. In this article, We will discuss the setup and installation of the REST Assured API Automation