Sat.Nov 19, 2016 - Fri.Nov 25, 2016

article thumbnail

Programming Has Changed My Life

Professor Beekums

Sometimes I look back on my life and wonder what it would have been like if I had never started programming. Obviously my career would be different, but I believe that programming has fundamentally changed how I think. Who I am as a person has changed significantly due to solving as many software problems as I have and the changes have been for the better.

article thumbnail

Using Google Admob In Your NativeScript Angular Mobile App

The Polyglot Developer

I recently received a request from one of my followers for a tutorial on using Google Admob in a NativeScript Angular application. Not too long ago I had demonstrated Google Admob in a vanilla NativeScript project , but I hadn’t yet given it a shot with Angular. In case you’re unfamiliar with Admob, it is an excellent way to monetize your mobile applications with advertisements.

Google 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Static and Dynamic Libraries

O'Reilly Software

This is the second post in a series on memory segmentation. It covers working with static and dynamic libraries in Linux and OSX. Make sure to check out the first on object files and symbols. Let’s say we wanted to reuse some of the code from our previous project in our next one. We could continue to copy around object files, but let’s say we have a bunch and it’s hard to keep track of all of them.

Code 40
article thumbnail

MXNet - Deep Learning Framework of Choice at AWS

All Things Distributed

Machine learning is playing an increasingly important role in many areas of our businesses and our lives and is being employed in a range of computing tasks where programming explicit algorithms is infeasible. At Amazon, machine learning has been key to many of our business processes, from recommendations to fraud detection, from inventory levels to book classification to abusive review detection.

AWS 167
article thumbnail

Static and Dynamic Libraries

Nick Desaulniers

This is the second post in a series on memory segmentation. It covers working with static and dynamic libraries in Linux and OSX. Make sure to check out the first on object files and symbols. Let’s say we wanted to reuse some of the code from our previous project in our next one. We could continue to copy around object files, but let’s say we have a bunch and it’s hard to keep track of all of them.

C++ 48
article thumbnail

NativeScript For The Angular Developer

The Polyglot Developer

After months of receiving requests, I am finally pleased to announce that my course, NativeScript for the Angular Developer , is now available on Udemy. This Angular and NativeScript course is similar to the previous course I released titled, NativeScript 101 , with the exception that this time we’re using Angular instead of vanilla JavaScript. If you’re unfamiliar with NativeScript, it is a cross platform framework for developing native mobile applications.