Recent Posts
-
Conway’s Game of life – LWC
15 Nov , 2020I’ve seen many implementations of this Algorithm or “Game” in almost any language or platform out there. I have not seen yet, someone implementing this on Salesforce LWC. I’m pretty sure someone might have tried that before me, But I thought to myself.. “Self..maybe you should write one and see what you can learn from this…”
-
Simple Pagination in Lightning
22 Oct , 2020When dealing with many records or in fact any list of records, its always a good practice to add some elements of pagination and limit the volume of records displayed. This will optimise the performance and will reduce a chance of hitting limits when record volumes are high.
-
Drag and Drop in LWC
01 Sep , 2020This post will run through the simple way that got me understanding better the Drag and Drop API. I will share an example below of how to integrate a drag and drop functionality into your lightning web component.
-
Salesforce Certified Integration Architecture Designer
07 Aug , 2020Summary and notes of the entire study guide for this exam. This post has extracted some texts and links from the web to centralise the material into one page.