Skip to content

Instantly share code, notes, and snippets.

View justcoding121's full-sized avatar
🏠
Working from home

Jehonathan Thomas justcoding121

🏠
Working from home
View GitHub Profile
@hadynz
hadynz / serverless-deploy.yml
Created May 26, 2020 09:44
Serverless deploy with state management in S3
name: Continuous deploy
on:
push:
branches: [master]
jobs:
serverless-deploy:
runs-on: ubuntu-latest
@occar421
occar421 / Razor Code Template.md
Last active February 24, 2023 06:57
Code Generator, like T4 Template, with ASP.NET Razor and Roslyn

Razor Code Template

In T4 Template, ASPX .tt files are code seeds.
In Razor Code Template, Razor .cshtml files are seeds!

@ghuntley
ghuntley / gist:ed2eb754a47e2cd3bc90
Created December 4, 2014 21:30
compelling fusillade + refit example
using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Threading.Tasks;
using EndlessCatsApi.ServiceModel;
using EndlessCatsApp.Core.Helpers;
using Fusillade;
using Refit;
namespace EndlessCatsApp.Core.Services