As a mobile developer 90% of the time I work on a mac. Visual Studio for Mac is an awesome tool to create Xamarin mobile apps. More than not mobile apps are using services. You can use .NET Core to create APIs but deploying them isn't so easy on a
Tag: Productivity
Total 3 Posts
Tips and tricks to be more productive.
Microsoft is constantly optimising our productivity. Last year they announced mobile center. It is a bundle of services to help mobile developers with CI. Microsoft has been working hard to integrate the functionalities we already used (app distribution, crash reports, analytics,...). Last week I finally switched to the new platform
A while ago a colleague asked me how to test a REST API when you need a token to use the API. He just wanted to verify some data and didn't want to write any code.
You'll need to do some configuration, but once it's setup the REST calls become