Uncategorized
-
✅ Step 1: Fetch the latest develop Make sure your local develop branch is up to date: ✅ Step 2: Switch to your feature branch ✅ Step 3: Start interactive rebase Run: This opens an interactive rebase editor showing your commits like this: ✅ Step 4: Squash commits Leave the first commit as pick. Change…
-
IsNot Null or IsNotEmpty To check if a value is not null For string values the better approach is to use the isnotempty operator For nested objects
-
Problem Statement In a recent project that I was working on had a power bi module. All I was given was access to a published report and I was tasked with making some changes. The way that I identified a problem with the way I worked on the report is when I lost a day’s…
