Skip to content

Category: Programming

What are Design Patterns
Programming

What are Design Patterns

Design patterns have been around for a long time in software development. Design patterns are basically a standard approach to solving a…

March 5, 2018
What is Cloud Computing
Cloud Computing

What is Cloud Computing?

Cloud computing is basically using servers whether they be for databases, storage, application or something else through the internet. There’s quite a…

March 2, 2018
Salesforce Logo
Programming

Everything You Need to Know About Salesforce Relationship Types

When building a database it's so important to build the right relationships between database tables. What this means is that when we're creating relationships between objects is that we're deciding how they will be associated with one another. Salesforce has a very similar concept, which shouldn't really be a surprise considering there's a database powering the entire thing!

February 20, 2018
Programming

Get Record Id in Lightning Web Component

Once you know how to do it, getting the current Record Id in a lightning component or lightning aura component is pretty easy. We simply need to implement the force:hasRecordId interface in the lightning component.

February 13, 2018
Salesforce Logo
Salesforce

Salesforce: How to use the lighting record edit form

The lightning record edit form is a really great new addition to Salesforce Lightning. The lighting record edit form is a wrapper component that accepts a recordId and can display fields and labels associated to that record.

February 6, 2018
Programming

How to Debug Vertical/Horizontal Scrollbars

When building websites, it can be really challenging to debug what’s causing unexpected scrollbars. In this post, I provide a very good…

February 4, 2018
5 Tips To Write More Maintainable Code
Programming

5 Tips To Write More Maintainable Code

Writing maintainable code can be challenging especially to newer developers, because they won’t have experience with coming back to code later or…

February 1, 2018
Best Practices for Writing Tests
Programming

Best Practices for Writing Tests

When I say the word test, what’s the first thing that comes to your mind? It’s probably the boring tests that you…

January 28, 2018
JavaScript

Using the New JavaScript Fetch HTTP API

Fetch is a browser API that allows us to retrieve or submit remote data using the fetch() function. The Fetch API provides a function that returns a promise that lets us do something with the response from the request we sent.

January 16, 2018
Salesforce Lightning
Programming

Custom Submit Button for a lightning:recordEditForm

The lightning:recordEditForm allows us to create a custom looking form that can interact with Salesforce records, or create new Salesforce records. In this blog post, we'll go over how to create a custom submit button for a lightning:recordEditForm

January 9, 2018
How to Use CRM to Grow Your Business
Salesforce

How to Use CRM To Grow Your Business

Implementing Customer Relationship Management (CRM) software is vital to growing a company’s business because having a relationship with customers is vital. In…

January 5, 2018
JavaScript

What does “use strict” do in JavaScript?

Strict mode became available in ECMAScript 5 to allow us to prevent certain actions from being taken and to allow it to throw better exceptions. Strict mode allows us to write better quality JavaScript.

December 5, 2017
Salesforce Lightning
Programming

Intro to Lightning Data Service

Lightning Data Service is a game changer for Salesforce Developers and Lightning Components (Aura) because it reduces the amount of work required by developers.

November 14, 2017
JavaScript

Implementing a Palindrome Checker in JavaScript

A palindrome is a word or sentence that's spelled the same way both forward and backwards. Most of the time when doing these challenges during programming interviews you're told to ignore punctuation, case and spacing.

October 24, 2017
How Code Becomes Legacy Code
Programming

How Code Becomes Legacy Code

I like to think that a legacy system is code that’s being used in production and still works fine, but is using…

October 19, 2017
5 Ways to Increase CRM Usage
Programming

5 Ways to Increase CRM Usage

Implementing CRMS like Salesforce into an existing company can be really challenging if users aren’t interested in using it or resistant to…

October 18, 2017