What is a Self Invoking Function
In JavaScript, it’s common to hear lots of strange terminology without a lot of description around what it is or what it…
Insights, guides, and deep dives from the Enterprise Software Academy team.
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.
Amazon’s S3 service is incredible because of it’s incredibly scalable object storage infrastructure. Unlike consumer facing services like Dropbox there’s very few…
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…
An approval process is process that is used to approve records going into Salesforce or being modified within Salesforce. Approval processes are…
Salesforce supports basically two types of clones a clone and a deep clone. We’ll go over how to notice the difference later…
In Salesforce, quotes are a representation of prices that have been proposed to a customer for products or services. If you aren’t…