top of page
Evergreen posts from some of our Ninjas...
May 12, 20213 min read
1,459 views
All Blogs
Search
pavithrasenthurai
Dec 15, 20245 min read
TestNG Project Setup in Visual Studio Code Part-1
TestNG (Test Next Generation) is a testing framework inspired by JUnit and NUnit with its own functionalities and categories of tests...
pooja dandir
Dec 14, 20245 min read
Time Complexity in java coding - Big O
Big O is a way of measuring how efficient your code is. There are two ways we measure the complexity of a code: Time and Space. Time...
Vijaya Lakshmi Vanga
May 23, 20245 min read
SQL JOINS in PostgreSQL
Learn or Review the concepts of SQL Joins
Sudisha
Jan 13, 20244 min read
Python Magic: Lambda, Map, Filter, Reduce, Decoded in Minutes!
Introduction: Lambda, Map, Filter, and Reduce functions in Python streamline code, enhancing readability and efficiency. Explore their...
gayathhriv
Sep 26, 20235 min read
How to read Properties File in Java
This is my first blog and is all about How to read configuration data from properties file in Java. This can be in BDD cucumber framework...
Twinkle Jain
Jul 20, 20234 min read
Git Branching Strategies
Git is the most popular version control tool that gives software developers power to track, manage, organize and share their code. Git is...
Twinkle Jain
Jul 17, 20234 min read
Testing with Traceability
This document explains the significance of Traceability matrix in Software Testing LifeCycle and how to create one.
Twinkle Jain
Jun 11, 20233 min read
Pico Container for Dependency Injection in Test Automation
This title raises many questions, What is Pico container? What is Dependency Injection and why is it required, specifically what is its...
Shubha Balakrishnan
Feb 4, 20232 min read
Maximizing Productivity with Kanban: A Guide to Using Trello
Kanban is a project management method that originated in Japan and is now used by teams all over the world. It is based on the idea of...
Sudha valli
Jan 20, 20232 min read
GIT Merge - Best Practices
Almost every developer's work ends in GIT, which is a powerful version control system in the present world. With a development team...
binichandra
Nov 28, 20225 min read
Scrum Ceremonies : A Prescriptive Guide to Agile Transformation
Today’s digital transformations are forcing organizations to transform their business processes from a standalone operation into a...
rakhimundhada1
Jun 18, 20222 min read
How to run Jenkins with Java 17 on a Windows Machine!!
Did you just now install Jenkins from "https://www.jenkins.io/doc/book/installing/windows/" using Windows MSI Installer? After the...
Sukanya Ravinder
Aug 25, 20214 min read
Understanding Entity Relationship Diagrams
ER Diagram stands for Entity Relationship Diagram, also known as ERD is a diagram that displays the relationship of entities stored in a...
Sukanya Ravinder
Aug 24, 20212 min read
SOLID Principles of OOP: Single Responsibility Principle
The SOLID principles form the most important principles of OOPS programming. They are best practices used to best design a class...
bottom of page