Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by SeanKilleen
A curated list of projects in awesome lists by SeanKilleen .
https://github.com/seankilleen/seankilleen.github.io
The blog reboot.
blog giscus hacktoberfest jekyll ruby
Last synced: 10 Oct 2024
https://github.com/seankilleen/officetemplates
A collection of office templates that I find useful in my day-to-day life and work.
Last synced: 02 Nov 2024
https://github.com/seankilleen/tf-whatsup
Highlights Terraform provider release notes you should care about.
dotnet dotnet-core spectre-console terraform
Last synced: 27 Oct 2024
https://github.com/seankilleen/presentations
A catalog of presentations I've given or am planning to give.
akkadotnet catalog hacktoberfest octopus-deploy oss teamcity
Last synced: 02 Nov 2024
https://github.com/seankilleen/dotnet-ecosystem
Quickly graph the ecosystem of your .NET projects
Last synced: 27 Oct 2024
https://github.com/seankilleen/feedly-opml-export
An Azure Functions Project to keep an updated list of my developer feeds available for public consumption.
Last synced: 27 Oct 2024
https://github.com/seankilleen/up-for-grabber
A tool to search an organization for up-for-grabs style repos to recommend to up-for-grabs.net
Last synced: 27 Oct 2024
https://github.com/seankilleen/exampletestresultswithgithubactions
A sample repository to compliment a blog post on CI/CD and test results with GitHub Actions
Last synced: 27 Oct 2024
https://github.com/seankilleen/flavorsof.net
A quick reference for the sometimes-confusing differences in .NET nomenclature, by [Sean Killeen](https://SeanKilleen.com) and [others](https://github.com/seankilleen/flavorsof.net).
Last synced: 02 Nov 2024
https://github.com/seankilleen/costoftheshutdown.com
A little web site to track the cost of the 2018 shutdown.
Last synced: 02 Nov 2024
https://github.com/seankilleen/sieve.net
An expression-based filter library for .NET. We aim for a fluent interface to build expressions to filter complex business objects.
Last synced: 27 Oct 2024
https://github.com/seankilleen/pester-tdd-example
A quick example of TDD using pester
Last synced: 02 Nov 2024
https://github.com/seankilleen/netcore-cli-docker-demo
A quick demo to show how to build a console app that runs in a docker container.
Last synced: 02 Nov 2024
https://github.com/seankilleen/comcast-outage-check
Xfinity goes down so much at my house that I wrote a Powershell script to parse my router's logs & capture the info.
Last synced: 02 Nov 2024
https://github.com/seankilleen/mslabeled
A .net core project to get all of the Microsoft repos with up-for-grabs style tags & output information so I can add them to up-for-grabs.net. Double as a sample project for .NET Core 2.1 + Octokit. Also uses a touch of Serilog/Seq for ease of use.
Last synced: 02 Nov 2024
https://github.com/seankilleen/beabetterman.online
A web site to combat bad behavior. Built by men to attempt to improve men.
Last synced: 02 Nov 2024
https://github.com/seankilleen/santasleigh
A journey into test automation and TDD for the Advent of Code 2021
automation csharp csharp-advent-2021 dotnet nunit tdd xunit
Last synced: 02 Nov 2024
https://github.com/seankilleen/presentation_netcoreworkshop
Sean's .NET Core Modernization workshop.
dotnet dotnet-core modernization talk workshop
Last synced: 27 Oct 2024
https://github.com/seankilleen/presentation_elasticsearch
Presentation: "Stretching .NET: An Introduction to ElasticSearch"
Last synced: 27 Oct 2024
https://github.com/seankilleen/presentation_akkaintro
Presentation: "An Introduction to the Actor Model and Akka.NET"
akka akkadotnet dotnet introduction presentation
Last synced: 27 Oct 2024
https://github.com/seankilleen/scripts
A collection of PowerShell Scripts that I've used or created and find helpful.
Last synced: 02 Nov 2024
https://github.com/seankilleen/challenge2017
My submission API for the Excella coding challenge 2017
Last synced: 10 Oct 2024
https://github.com/seankilleen/2022-marten-demo
A quick demo of Marten .NET for Excella monthly meeting
Last synced: 02 Nov 2024
https://github.com/seankilleen/presentation_introtooss
Presentation for "In Action: Contributing to OSS"
Last synced: 02 Nov 2024
https://github.com/seankilleen/induetime
A Trello Power-Up to display the due time on Trello cards, not just the date.
Last synced: 02 Nov 2024
https://github.com/seankilleen/2022-testcontainers-demo
A demo of Testcontainers for the .NET Excella monthly meeting.
Last synced: 02 Nov 2024
https://github.com/seankilleen/jk
A chrome extension to notify the users when sites they browse are fake or satire sites.
Last synced: 02 Nov 2024
https://github.com/seankilleen/checkout-machine
A sample checkout machine that is meant to teach common refactoring practices. Used as part of the Excella CSD Course.
Last synced: 02 Nov 2024
https://github.com/seankilleen/2022-04_portfolioss_repro
A reproduction for https://github.com/akkadotnet/akka.net/issues/5824
Last synced: 02 Nov 2024
https://github.com/seankilleen/excella-checkoutmachine
A demo project for Excella's CSD class. Built from the ground up using TDD to show a progression from class library to web app from a TDD approach.
Last synced: 02 Nov 2024
https://github.com/seankilleen/corefx-23906-issuerepro
Code to repro issue 23906 in the corefx repo.
Last synced: 02 Nov 2024
https://github.com/seankilleen/presentation_joyoffunctionaltestingwithspecflow
Presentation materials for "The Joy of Functional Testing with SpecFlow"
dotnet marp presentation specflow testing
Last synced: 27 Oct 2024
https://github.com/seankilleen/1on1.help
Will eventually contain the source code for https://1on1.help
Last synced: 02 Nov 2024
https://github.com/seankilleen/nunit-interactive
A proof of concept to see if we can get NUnit working with Try .NET
Last synced: 02 Nov 2024
https://github.com/seankilleen/presentation_awiderdotnet
Presentation: "Casting A Wider .NET"
Last synced: 02 Nov 2024
https://github.com/seankilleen/presentation_feedbackloops
Presentation: "How I learned to stop worrying and love feedback loops"
agile devops feedback presentation
Last synced: 02 Nov 2024
https://github.com/seankilleen/simpleconfiginjectionexample
A quick example to show how I like to do config injection. Used for an upcoming blog post.
Last synced: 02 Nov 2024
https://github.com/seankilleen/octokitdotnet-2828-repro-attempt
At attept to help with octokit/octokit.net #2328
Last synced: 02 Nov 2024
https://github.com/seankilleen/stream-stuff
A collection of the things I'm using to stream. Will add to this as I go.
Last synced: 02 Nov 2024
https://github.com/seankilleen/keylunker
An open-source key-finding program to help you keep track of license keys and important product information stored on your computer.
Last synced: 02 Nov 2024
https://github.com/seankilleen/fcapp
Solving a little brain-teaser from the FogCreek folks.
Last synced: 02 Nov 2024
https://github.com/seankilleen/2022-07_specflow_nullvaluehelperissue_reproduction
An attempt to reproduce an issue with the NullValueRetriever
Last synced: 02 Nov 2024
https://github.com/seankilleen/agilit.ai
A fun little site showcasing ChatGPT prompts around agility and moden software delivery.
Last synced: 02 Nov 2024
https://github.com/seankilleen/nunit-4279-repro
Attempted reproduction for https://github.com/nunit/nunit/issues/4279
Last synced: 02 Nov 2024
https://github.com/seankilleen/presentation_bravedotnetnewworld
Presentation: "Brave dotnet new world"
dotnet dotnet-core presentation templating
Last synced: 02 Nov 2024
https://github.com/seankilleen/probot-require-label-test
A test repo for probot-require-label functionality
Last synced: 02 Nov 2024
https://github.com/seankilleen/presentation_fragile
Presentation: "(Fr)agile: Agile Agile Falls Apart, and What You can Do to Put it Back Together"
Last synced: 02 Nov 2024
https://github.com/seankilleen/presentation_serverlessismore
The Presentation "Serverless Is More: An Introduction to Azure Functions"
azure functions serverless talks
Last synced: 02 Nov 2024
https://github.com/seankilleen/presentation_dockerforsmallerfeedbackloops
Presentation for "Docker for Smaller Feedback Loops"
Last synced: 02 Nov 2024
https://github.com/seankilleen/ceoforthepeople.org
Home of the web site for the Coalition for Empowerment and Opportunity
Last synced: 10 Oct 2024
https://github.com/seankilleen/fluentassertions.github.io
Contains the contents of www.fluentassertions.com
Last synced: 02 Nov 2024
https://github.com/seankilleen/stringcalculatorkata
## String Calculator Kata Implementation
Last synced: 02 Nov 2024