Edge Computing: The new norm in the Architecture?
What is Edge Computing? Edge computing is basically considered a distributed computing paradigm(architecture) Computation, calculation, and data storage are done closer to
React Query vs SWR: Which data-fetching solution is right for you?
React Query vs SWR: The basics In the world of front-end development, there are a lot of debates around different technologies
Kiosk Mode : Android
What is Kiosk Mode and Why we use it? Kiosk Mode basically allows a single Android application to have full
Application’s Update: Why and When
Most cell phones are constantly updated, but updates provided by manufacturers are limited. They usually focus on small tweaks, small additions, bug fixes here and there, or adding small new features. So, the big update is not always as you might expect and usually means a new
5G: More than just another ‘G’
5G is here and set to change our world for the better. Most people today have heard of 5G, but not
Micro Frontends – The Future of Frontend Development?
Introduction In recent years, there has been a shift in the way we think about building web applications. Rather than building
Deep dive into Metaverse 101
Technology is best when it brings people together. -Matt Mullenweg, Social Media Entrepreneur Change is an expected factor in the dynamics of
Measuring Agile through smiles and discussions
Corporates are no more discussing benefits of Agile over antique Waterfall models and contemplating if they should go Agile. Industries
What is Vault and why should you care?
What is Vault: At its core, a Vault is a tool for managing secrets. Secrets can be anything from API keys
Locators in Selenium WebDriver: Beginner’s Guide to Locate Web Elements
In this blog, let us see what locators are and how that help in providing end-to-end automation using Selenium WebDriver. What