-
Core Java
Java – Remove all nulls from a List
Introduction: In this article, we’ll learn how to remove nulls from a Java List using plain-old Java, Java 8 lambda…
Read More » -
Core Java
LinkedList In Java
Introduction: A LinkedList is a linear data-structure composed of nodes. In a singly linked list, each node contains data and…
Read More » -
Software Development
How to Avoid Typical Mistakes While Learning Java
So, you’ve decided to become a programmer. Great idea, but what should you do now? There is a huge difference…
Read More » -
Software Development
DynamoDB explained – Part 1
DynamoDB has been a bit of a buzzword recently, so after years working on relational and document databases I decided…
Read More » -
Enterprise Java
Temporary directories in JUnit 5 Tests
JUnit 4 TemporaryFolder @Rule allowed developers to create tests utilising temporary directories. With JUnit 5, the @Rules are not supported…
Read More » -
Enterprise Java
Secure Service-to-Service Spring Microservices with HTTPS and OAuth 2.0
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Core Java
[MEGA DEAL] Complete Java Programming Bootcamp (94% off)
10 Courses (83.5 Hours) to Become a Java Master: Design UIs with JavaFX, Utilize Design Patterns, Master Multithreading & More…
Read More » -
Software Development
7 Skills To Become A Successful Automation Tester In 2019
With new-age project development methodologies like Agile and DevOps slowly replacing the old-age waterfall model, the demand for testing is…
Read More » -
DevOps
16 Best Practices Of CI/CD Pipeline To Speed Test Automation
Every software project involves some kind of ‘processes’ & ‘practices’ for successful execution & deployment of the project. As the…
Read More »