Followed Xamarin Blogs and Several Tools

Sermet
Sermet Blog
Published in
2 min readNov 18, 2019

I wanted to share a few blog pages I’ve added to bookmarks and liked them, even though most of them are shared on planetxamarin.com:

canbilgin.wordpress.com/category/xamarin

codetraveler.io

enginecore.blogspot.com

johnthiriet.com/posts

marcusts.com/articles

medium.com/@csharpwriter

www.sharpnado.com

robgibbens.com

xamarinhelp.com

The last two are more familiar, so I kept it to the final. Some of them are not up to date, but there are good articles.

Here are a few of the tools I actively use:

andreinitescu.github.io/IconFont2Code => It gives you the unicode equivalent of icon fonts.

dpi.lv => You can view the DPI / PPI of the mobile device screens.

explainshell.com => Shows you Unix commands and parameters with their descriptions.

photopea.com => You can get your basic photoshop done quickly.

romannurik.github.io/AndroidAssetStudio/index.html => For Android, let’s create a few icons without getting into Android Studio. It’s not as powerful as the Asset Studio in Android Studio.

tinypng.com => Optimize images.

editor.swagger.io => According to the Yaml or Json input, it is very practical to give you the client and server side model classes.

github.com/colbylwilliams/clean-compress => One of my favourite tools. It’s macOS utility that cleans bin/obj folders.

mapstyle.withgoogle.com => Style builder for Google Maps. You can export as Json.

birdtheme.org/useful/v3tool.html => It is very useful if you intend to draw borders for your map. Just clicking on the boundaries gives you the Javascript or KML output of the coordinate ranges.

debuggex.com => It shows you by grouping your Regex.

dotnetfiddle.net => I’m using it for small C# code snippets.

buildmystring.com => String escaper concatenation.

proxyman.io => Lightweight macOS web debugging proxy.

The output of the tool on the left is implemented in Xamarin on the right.

Bu yazının Türkçe haline buradan ulaşabilirsiniz.

--

--