The Blockchain Database is a distributed database that stores transactional data in the form of time as a “block” of recorded data and transactional data is unchanged. Nodes are the members of a Blockchain network that authenticate transactions. Blockchain technology allows different types of nodes to enter the Blockchain network, using specialized software such as […]
As the New Year is around the corner, everyone is looking for expected trends for their respective industry in 2022. The same is the case with the SEO industry. The Google Keywords tool is showing the following keywords that people are searching across the world: SEO trends 2022 SEO 2022 SEO strategy 2022 SEO tips […]
CameraX is another addition to the Jetpack suite of libraries by Google to help developers incorporate camera capabilities into their applications. Although Camera2 API, the predecessor of CameraX, is known to be a powerful API, it is a little problematic to take full advantage of it, especially with a large number of manufacturers having a […]
Backlog, Backlog, Backlog… One of the key artifacts of Agile / Scrum is the idea of backlogs. Now it can be a Product Backlog at product level or a Sprint Backlog at sprint level. But it is one of the most used terms while working in an agile method. The Product Backlog is essentially a […]
Java/JVMProduct EngineeringSoftware development
If you haven’t combined Groovy scripts with your Java projects yet, you’re missing out. It’s super easy with Maven, and it’ll make your code more modular and elegant. But most importantly, you’ll have some fun scripting, and if nothing else, you’ll most certainly benefit from some of the grooviest features, including the magic that is Groovy’s GString! You […]
What is a Product Backlog? Product backlog consists of desired product functionalities that provide a centralized and shared understanding of what to build and the order in which to build it. Consider it as a medium of creating transparency and roadmap across the board. The Product Backlog contains Product Backlog Items or PBIs which usually […]
Digital MarketingUser ExperienceWeb Content Management
As writers, designers, instructors, and individuals, empathy is the most vital tool we have. Without excluding anyone, inclusive writing helps us connect directly with our audience. It’s critical that we not just know but also understand our audience to the point that we can anticipate their every requirement. Empathy strengthens us, our users, our product, […]
RecyclerView internally uses a ViewPool to save scrap views which are no longer visible on screen and can be recycled. Normally each recyclerview creates a seperate ViewPool which is limited to that recyclerview only. With the help of #RecyclerView.setRecycledViewPool() we can share a ViewPool across multiple RecyclerViews. With this we can reduce the number of […]
What is API and API Testing? API is abbreviated as Application Programming Interface. It is a computing interface that has a feature of transmitting and exchanging data between two separate software systems. While using applications like Facebook, Google, Twitter, Weather Forecast, we avail information via APIs. APIs are practiced to give access to data from outside […]