Showing results for February 2016 - Developer Support

Feb 26, 2016
0
0

US Workshops, Webcasts, and Tech Talks – February 2016 Update

Developer Support
Developer Support

Premier Support for Developers provides access to a wide range of advisory and training options that include most popular developer technologies.  Options range from onsite, instructor-led workshops to remote training, and even access to a distinguished team of Developer Consultants for specialized advisory needs.  Content frequently incl...

Feb 18, 2016
0
0

Leveraging Native UI in Apache Cordova Apps Using Project Ace

Pam Lahoud
Pam Lahoud

This article comes to us from Premier Developer consultant Wael Kdouh. When it comes to Cross Platform Mobile Development there are two options that stand out today. The first option is Xamarin which allows users to use C# and XAML to develop once and deploy everywhere natively. The second option is Apache Cordova which allows users to use their...

xamarinWael KdouhMobile Development
Feb 17, 2016
0
0

Qualcomm Developer of the Month: PSfD Consultant Joe Healy

Pam Lahoud
Pam Lahoud

This past January, Premier Developer consultant Joe Healy traveled to Las Vegas along with his team from Tampa, Florida to participate in the 2016 AT&T Developer Summit Hackathon.  After 40 brutal hours of work (with no sleep, on his “vacation” time), Joe and his team won the $25,000 grand prize with their home healthcare solution KineticC...

TeamIoTJoe Healy
Feb 11, 2016
0
0

Steve St. Jean and Abel Wang talk source control and DevOps on Channel 9

Pam Lahoud
Pam Lahoud

Check out our own Premier Developer consultant Steve St. Jean and former Premier Developer consultant now Technical Solutions Professional Abel Wang chat about source control and DevOps in an interview by DevOps Program Manager Donovan Brown on Channel 9!  Great conversation guys! https://channel9.msdn.com/Blogs/DevOps-Interviews/Interview-wi...

TeamDevOpsSteve St. Jean
Feb 6, 2016
0
0

TaskSchedulers and semaphores

Andrew Arnott
Andrew Arnott

When you write multi-threaded code, it's important to be aware of whether the code in other libraries you call into is also thread-safe. By my observation, most code written is not thread-safe. So if you're writing thread-safe code, kudos to you. But as you'll sometimes need to call non-thread-safe code from your multi-threaded code, this post pres...

andarno