Using Promises in Salesforce Lightning
It’s no secret that Salesforce Lightning is changing the way we develop for Salesforce. At Dreamforce 2014, Salesforce introduced Salesforce Lightning and…
It’s no secret that Salesforce Lightning is changing the way we develop for Salesforce. At Dreamforce 2014, Salesforce introduced Salesforce Lightning and…
In the days of early computing, it was rare that companies would have a way of communicating with their customers that would…
It’s not secret that Salesforce Lightning is a huge shift away from Visualforce and Apex, I feel like I’ve had to relearn…
Serverless computing is a really new and very trans formative change that allow companies to grow and scale their businesses very quickly.…
In JavaScript, it’s common to hear lots of strange terminology without a lot of description around what it is or what it…
In the ten years or so that I have been programming professionally, there’s been significant changes to the way we did things…
In the earlier days of the web, there was a battle between two scripting languages VBScript and JavaScript. VBScript, thankfully, eventually died…
In functional programming, being able to reduce is one of the fundamental concepts. Reduce is used to iterate through the values in…
For the last 10+ years or so, I’ve been programming professionally. Even with ten years of practice, I still am unable to…
In a lot of web applications, it can be really useful to detect whether the user is still active or not. For…
Merging objects together in JavaScript isn’t very difficult although there’s quite a few different ways that it can be done. Note, I’m…
It’s no secret to those that know me that I read a lot and spend a lot of time gathering knowledge and…
Salesforce does three major releases per year which often include hundreds of changes whether they be bug fixes or new features. Staying…
Podcasts are radio like shows that are freely distributed on the internet. A lot of the time they’re distributed through Apple iTunes,…
The Serverless Framework is a free open source framework that allows us to easily build applications on cloud providers like AWS using serverless computing. By utilizing Serverless development and IT operations teams are able to quickly build functions and the events that will trigger them.
Out of the box, Salesforce doesn't provide an a way to rename a Salesforce Lightning Component (Aura), but don't worry there is an easier way than creating a new one and copying everything over.
For the majority of websites, a great amount of the content doesn't change from day to day or even month to month. When a site gets a lot of repeat traffic we can dramatically reduce the load and costs by caching.
If you have been programming on the Salesforce/Force.com platform for any amount of time I’m sure you have come into contact with…
As a software developer, it’s really important to take time and improve your programming skills by learning new technologies and techniques. By…
It’s no secret that JavaScript is now all around us, most html forms are using JavaScript for validation and of course there’s…