[Salesforce / Trailhead] The beginning of your Force.com journey

a{color:red !important;} Few days ago the Salesforce team released 4 new Trailhead modules, and I decided finally to have a look at it…with my style. What is my style? I may say “all in” or “all or nothing” style. I decided to do all the modules and see which topics were covered (and how deeply). […]

[Salesforce / SSO] Implementing Delegated SSO

a{color:red !important;} Playing with code is cool, but playing with useless stuff is even better 🙂 Ok, I’m kidding, I just want to say that sometimes you have to get your hands dirty to understand what lies underneath things and try to build useless stuff to see simple “Hello world!” appear! This is the case […]

[Salesforce / RemoteAction] Using Date fields on a RemoteAction (PITA ALERT!)

I’ve just come through a bug on the Date field handling for Visual Force @RemoteAction. We want to pass to a remote action a list of SObjects to be handled correctly. This is the controller that hosts the @RemoteAction method: public class MyController(){ @RemoteAction public String doAction(List<contact> contacts){ return ‘All is ok!’; } } This […]

[NodeJS] My Simple Static Webserver

a{color:red !important;} When developing pure HTML5 mockups I usually don’t want to install a webserver or host my static pages on a remote webserver… More over I sometimes like to create my own tools even if they are already on the net or they are super duper simple. That’s why I created a simple NodeJS […]

[Salesforce] My favorite Spring ’15 features

a{color:red !important;} h3{color:red !important;} This is my top 10 list of the Spring ’15 Force.com platform update’s features. Make Long-Running Callouts from a Visualforce Page This is a really important feature. Imagine you have big VisualForce pages in which Apex methods, triggered by buttons / links / rerenders, do one or more callouts to external […]

[Salesforce / Lightning] Loading scripts with RequireJS

a{color:red !important;} UPDATE Due to the introduction of the ltng:require, this post is no more a valid solution. Refer to the official Lightning documentation. The following is a post that summarizes this blog post‘s solution (if you are not a TLDR; reader you will find there all my trials and errors). Dreamforce 2014 came out […]

TCO14 (My) Chronicles

Top Coder Open 2014 has passed and again has been awesome. The coolest things? Absolutely the developer talks, made by important and influent people from the tech world. The second cool thing is that I had the chance to blog the whole event and also that I got the 3rd place in the Super Awesome […]