Skip to content

Instantly share code, notes, and snippets.

View joshayoung's full-sized avatar

Josh Young joshayoung

View GitHub Profile
@joshayoung
joshayoung / xamarin.forms-android-comparison.md
Created December 14, 2021 13:07 — forked from paynerb/xamarin.forms-android-comparison.md
A comparison of the Xamarin.Forms and Android development ecosystems

Xamarin.Forms to Android Comparison

Android Xamarin.Forms
Android Studio Rider, Visual Studio
Kotlin, Java C#
Gradle .NET SDK, NuGet
OkHttp, Retrofit, Volley RestSharp, HttpClient
Moshi Json.NET
Activity ContentPage
if (!(((VisualElement)sender).BindingContext is ViewModel ViewModel)) return;
@joshayoung
joshayoung / README.md
Created April 1, 2021 12:14 — forked from deviantony/README.md
Portainer admin password in a docker-compose environment

Portainer compose deployment with admin password preset

This file aims to explain how to deploy Portainer inside a compose file with the admin password already set.

Generate the admin password

For this example, we'll use the password superpassword.

Use the following command to generate a hash for the password:

@joshayoung
joshayoung / rails http status codes
Created November 20, 2020 14:41 — forked from mlanett/rails http status codes
HTTP status code symbols for Rails
HTTP status code symbols for Rails
Thanks to Cody Fauser for this list of HTTP responce codes and their Ruby on Rails symbol mappings.
Status Code Symbol
1xx Informational
100 :continue
101 :switching_protocols
102 :processing