LT #684: Redundant ConnectionsDay: 9 Type: Graphs Level: Medium Link: https://leetcode.com/problems/redundant-connection/description/Oct 5, 2024Oct 5, 2024
LT #127: Word LadderDay: 8 Type: Graphs Level: Hard Link: https://leetcode.com/problems/word-ladder/description/Oct 1, 2024Oct 1, 2024
LT #261: Graph Valid TreeDay: 7 Type: Graphs Level: Medium Link: https://leetcode.com/problems/graph-valid-tree/description/Sep 29, 2024Sep 29, 2024
LT #130: Surrounded regionsDay: 6 Type: Graphs Level: Medium Link: https://leetcode.com/problems/surrounded-regions/description/Sep 27, 2024Sep 27, 2024
LT #417: Pacific Atlantic Water FlowDay: 5 Type: Graphs Level: Medium Link: https://leetcode.com/problems/pacific-atlantic-water-flow/description/Sep 25, 2024Sep 25, 2024
LT #994: Rotting OrangesDay: 4 Type: Graphs Level: Medium Link: https://leetcode.com/problems/rotting-oranges/description/Sep 24, 2024Sep 24, 2024
LT #286: Walls and GatesDay: 3 Type: Graphs Level: Medium Link: https://leetcode.com/problems/walls-and-gates/description/ Problem: You are given a 2D grid where:Sep 21, 2024Sep 21, 2024
LT #133: Clone GraphDay: 2 Type: Graphs Level: Easy Link: https://leetcode.com/problems/clone-graph/description/Sep 16, 2024Sep 16, 2024
LT #695: Max Area of IslandDay: 1 Type: Graphs Level: Easy Link: https://leetcode.com/problems/max-area-of-island/description/Sep 14, 2024Sep 14, 2024
LT #200: Count Number of IslandsDay: 0 Type: Graphs Level: Easy Link: https://leetcode.com/problems/number-of-islands/description/Sep 14, 2024Sep 14, 2024
Create Custom Notification in Salesforce (using Flows)Pre-requisite for the FlowAug 26, 2024Aug 26, 2024
Connecting FlexCard with DataRaptors (via OmniScripts)My initial article focused on something similar but this article will have steps to do it via OmniScript (if there is a use case for that).Apr 8, 2024Apr 8, 2024
Connecting FlexCard with DataRaptorThis article will focus on creating a FlexCard that will display and update the description (via a DataRaptor Load)Apr 6, 2024Apr 6, 2024
Delete Record Type connected to Chatter ProfilesRecently, I faced an issue where I created a record type for an entity and I made it available for all profiles. After I was done with my…Mar 13, 2024Mar 13, 2024
Set Up OmniScript to Work with Salesforce KnowledgeWhat is Salesforce Knowledge? Salesforce Knowledge gives you the ability to build out a comprehensive Knowledge Base (KB) inside of…Feb 19, 2024Feb 19, 2024
Event propagation using bubbles and composed (in LWC)In this article, we will be creating a simple chain of LWC components and show how we can listen to events from components one level (or…Oct 19, 20211Oct 19, 20211
Creating a custom lightning data table in LWCIn this article I will be showing a simple example on how to add an image icon column in your lightning data table component. By default…Sep 9, 2021Sep 9, 2021
Creating a python package that can run directly from terminalCreating a simple package that can be used directly from the terminal without importing it into a python file. This one uses an open source…Aug 11, 2021Aug 11, 2021
Creating a python package for finding security security vulnerabilities in DockerfilesThis article will be covering how to create a simple python package that will be used to scan and analyze your Dockerfile configuration. We…Jul 22, 2021Jul 22, 2021