Skip to content

Instantly share code, notes, and snippets.

View mjamesharmon's full-sized avatar
🎧

M. James Harmon mjamesharmon

🎧
  • A secret location, known only by a few in the outside world
  • 20:47 (UTC -07:00)
View GitHub Profile
@mjamesharmon
mjamesharmon / Configuration.cs
Created August 6, 2024 06:15
Source code for Pokédex API
using Microsoft.Extensions.DependencyInjection;
namespace Pokedexer.Application;
public static class Configuration
{
public static IServiceCollection AddPokedexServices(this IServiceCollection services) {
services.AddSingleton<Pokedex>();
@mjamesharmon
mjamesharmon / pokedex.ipynb
Created January 17, 2024 05:00
Building a Pokédex with KeyedCollection
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.