(Ramit Dhamija) Selenium has been a pinnacle for open-source software in the industry of automated website testing. The automation testing framework is widely adopted by the testing community to help them in automating interactions with their web-application for desktops.
Tag: JSON / JAVA / XML
Introduction To React Hooks
(Priyanka Jain) This article talks about the concept of Hooks in ReactJS and basics of useState() hooks.
Using JUnit to Test Your Java Apps: An Advanced Guide
(Matt Raible) What’s a good way to show that you care about your code? Using unit and integration tests to ensure your code is up to par.
Robot Skills & Messaging APIs
(Johnathan Ortiz-Sonnen) Messaging services set the stage for humans to interact with programmable robots using the same devices we already use to talk with each other.
Double Check Locking in Java
(Ayusch Jain) In this post, we’ll be taking a look at some techniques of creating a Singleton object in RxJava. Most importantly, we’ll be learning about double check locking in java.
Internationalization In ReactJS Application Using i18Next
(Sanwar Ranwa) In this article, you will learn about internationalization in ReactJS application using i18Next.
A Quick Trick to Make a Java Stream Construction Lazy
(lukaseder) One of the Stream APIs greatest features is its laziness. The whole pipeline is constructed lazily, stored as a set of instructions, akin to a SQL execution plan.
Global Weather – React App with ASP.Net Core 3.0 (Part 1)
(Fred Song) I’ve introduced how to build Angular App with .Net Core in Global Weather – Angular 7 App With .Net Core series( part1, part2 and part3).
JDK 14: The new features in Java 14
(Paul Krill) Java Development Kit (JDK) 14 is taking shape, with two features officially proposed and another expected.
Learn About Styling In React Native
(Prashant Rewatkar) In this article, you will learn about the styling techniques used in React Native.