November 30, 2019

How to check JavaScript code’s compatibility with Lightning Locker Console?


Hello Trailblazers!
We use third party libraries in VF Page, Lightning Component, Lightning Web Component. But it is not always a case the third party library that we use in vf page will work seamlessly in Lightning Component also. As we know it's better in lightning & we are migrating page centric project to App Centric. How do we come to know whether these libraries will work in Lightning component or not? Are you thinking of writing code and using it in component to check & test. Ohh! Wait. Didn't you hear about Locker Console?

November 23, 2019

Vesion Control using GitHub - PART 1


Hello Trailblazers!
In this article, we are going to dig a little deeper to understand why it is important to have version control. Version control or Source control allows developers to work together in an efficient and safe way. It is all about providing more visibility into what’s going on with your code. It allows you to do code reviews. Tools like GitHub, Bitbucket and GitLab all make it easy to have developers review each other’s changes before deploying. 

November 22, 2019

Comparative Study on Lightning Web Components for Aura Developers PART-2


In this blog post, we will learn about how Aura components and Lightning web components can work together. When should we consider migrating an Aura component to a Lightning web component? How we can use markup in aura component & LWC? So lets find out all these answers in this article. Let's get started.

November 16, 2019

Comparative Study on Lightning Web Components for Aura Developers PART-1

In this blog post, we will learn about how Aura components and Lightning web components can work together. When should we consider migrating an Aura component to a Lightning web component? How LWC component bundle file structure differs from Aura Component? How we can use markup in aura component & LWC? So lets find out all these answers in this article. Let's get started.

November 03, 2019