Skip to content

Category: Programming

Understanding the Salesforce Order of Execution
Salesforce

Salesforce Order of Execution

As Salesforce Developers and Salesforce Administrators, we need to understand how the system will process and validate the data that we are…

March 17, 2017
How to Reduce Visualforce View State
Salesforce

How To Reduce Visualforce’s View State

View State is a technique Salesforce uses to maintain the current state of the page and the data that was queried between the user requesting things from the server and sending any changes back to the server.If the view state gets too large problems can begin to occur.

March 15, 2017
Salesforce Logo
Programming

What is Salesforce Lightning

Lightning has really expanded since it was originally introduced at Dreamforce 2014. Originally, Lightning was introduced as a couple of different products…

March 10, 2017
Salesforce Logo
Salesforce

How I became a Salesforce Developer

I believe that most Salesforce developers that started before trailhead started in a way similar to mine. I didn’t plan on becoming…

February 23, 2017
Programming

Why I’m doing #100DaysOfCode

I have been professionally programming for about 10 years or so. I created my first website at least 12 years ago back…

January 3, 2017
Programming

What’s the difference between Scrum and Kanban?

Kanban and scrum are both agile frameworks for managing how stuff gets done. Agile is basically a set of ideals and principles that guide us on how to work together to get stuff done well and efficient.

December 13, 2016
Programming

Getting Confident as a Developer

Being confident is about believing in yourself and having knowing you have the abilities necessary to accomplish a task. The task could…

December 8, 2016
Programming

Salesforce: Enforcing Security in Apex

Salesforce allows data access to be specified at the object level, field level, and finally record level. To get listed on the…

November 2, 2016