Skip to content

Category: Programming

Using Promises in Salesforce Lightning
JavaScript

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…

October 11, 2017
Beginner's Guide to Understanding CRM
Programming

A beginners Guide to Understanding CRM

In the days of early computing, it was rare that companies would have a way of communicating with their customers that would…

October 10, 2017
Adapting to Serverless Computing
Programming

How to Adapt to Serverless Computing

Serverless computing is a really new and very trans formative change that allow companies to grow and scale their businesses very quickly.…

October 6, 2017
What is a Self Invoking Function
JavaScript

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…

October 5, 2017
What is Serverless Computing
Programming

What is Serverless Computing

In the ten years or so that I have been programming professionally, there’s been significant changes to the way we did things…

October 4, 2017
Why JavaScript
Cloud Computing

Why JavaScript

In the earlier days of the web, there was a battle between two scripting languages VBScript and JavaScript. VBScript, thankfully, eventually died…

October 3, 2017
JavaScript

How to Use Reduce on JavaScript Arrays

In functional programming, being able to reduce is one of the fundamental concepts. Reduce is used to iterate through the values in…

October 2, 2017
How to be a More Efficient Debugger
Programming

How to be a more Efficient Debugger

For the last 10+ years or so, I’ve been programming professionally. Even with ten years of practice, I still am unable to…

September 27, 2017
Detecting Inactivity in JavaScript
JavaScript

Detecting Inactivity in JavaScript

In a lot of web applications, it can be really useful to detect whether the user is still active or not. For…

September 26, 2017
How to Merge Objects in JavaScript
JavaScript

How to merge Objects together in JavaScript

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…

September 21, 2017
How I stay informed of Salesforce Changes
Programming

How I stay informed of Salesforce Changes

Salesforce does three major releases per year which often include hundreds of changes whether they be bug fixes or new features. Staying…

September 19, 2017
Awesome Podcasts for Developers
Programming

10 Awesome Podcasts for Developers

Podcasts are radio like shows that are freely distributed on the internet. A lot of the time they’re distributed through Apple iTunes,…

September 18, 2017
Serverless Framework
Programming

What is the Serverless Framework?

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.

July 4, 2017
Salesforce Logo
Programming

How to Rename a Salesforce Aura Component

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.

June 6, 2017
Apache Logo
linux

Setting Up Caching on Apache

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.

May 9, 2017
How to Choose an Apex Trigger Framework
Programming

How to Choose An Apex Trigger Framework

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…

May 5, 2017
How to Improve as a Software Developer
Experience

How to Improve as a Developer

As a software developer, it’s really important to take time and improve your programming skills by learning new technologies and techniques. By…

May 4, 2017