

Around the Web – 20180112
Brett M. Nelson - Friday, January 12, 2018
And now for somethings to read over the weekend, if you have some spare time that is. 2018 Call for Speakers - Southeast Dreamin' Show us whatcha got! Tell us all about a session you’d like to pres...
Salesforce Mobile SDK and Ionic – Offline – SmartStore Query by Exact
Brett M. Nelson - Wednesday, January 10, 2018
Sometimes when getting data from the Soup we will need to be able to get one specific record, or a group of records that match a certain criteria. SmartStore allows us to do this using the Query b...
Salesforce Mobile SDK and Ionic – Offline – Update SmartStoreService
Brett M. Nelson - Monday, January 8, 2018
Since we are going to use the SmartstoreService as a drop in replacement for the ContactsService we will have to add in the methods that the ContactsService was providing for use. Let's start by a...Around the Web – 20180105
Brett M. Nelson - Friday, January 5, 2018
And now for somethings to read over the weekend, if you have some spare time that is. Researchers Discover Two Major Flaws in the World's Microprocessors Computer security experts have discovered t...
MacBook Pro Touch Bar Function Keys in IDE
Brett M. Nelson - Thursday, January 4, 2018
If you have been wondering about how to get dedicated function keys set for your IDE/text editor of choice. Here's a little Gem I found the other day with some help from Jeremy Ross. The Issue I'v...
Salesforce Mobile SDK and Ionic – Offline – ClearSoup
Brett M. Nelson - Wednesday, January 3, 2018
So far, in regards to our soups, we have populated a soup and returned everything from a soup but what if we want to delete the contents or empty or clear a soup out before we fill it? Convenient...
VisualStudio Code Auto Imports Issue
Brett M. Nelson - Tuesday, January 2, 2018
Back in October VSCode, a great product btw, had a release 1.18 that included auto import statements for JS and TS. This sounds awesome! I mean I haven't seen it in action yet but still... The Se...