Reasons To Integrate Salesforce

When we integrate something we are connecting two applications or systems together so they can talk to each other and share data.

There’s a lot of business benefits to integrating Salesforce with other systems whether it be your enterprise resource planning system (ERP), your accounting software (Quickbooks, Simply Accounting, etc), or even your case management system.

Declutter Your Salesforce Org

Decluttering Your Salesforce Org

Salesforce orgs tend to become cluttered with technical debt and functionality that is no longer being used. The longer the technical debt and unused functionality is allowed to exist the more expensive it becomes because of confusion, complexity, and potential project delays.

In this blog post, we have a look at how to identify technical debt and how to begin removing it.

Business Plans Outdated

Are Business Plans Outdated?

A business plan is a long formal written document that talks about the founders or executive team’s vision for the company and how they plan to achieve that vision. Business plans are a huge amount of effort for a startup company that isn’t really selling to customers yet, might not even have a product, and…

Common Code Review Mistakes

4 Mistakes to Avoid In Code Reviews

A code review is having someone other than the author check someone else’s code for errors or mistakes. Code Reviews are a great time to share knowledge, and learn from one another. I find that often code reviews have a lot of really common mistakes that make them a less effective.

What is Refactoring?

Martin Fowler defines refactoring as “Refactoring is the process of changing a software system in such a way that it does not alter the external behaviour of the code yet improve its internal structure.” I like to define it as “Refactoring is a systematic process of improving code without adding or taking away functionality…