Skip to content
View foontzoot's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report foontzoot

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. foontzoot.github.io foontzoot.github.io Public

    About me

    TeX 1

  2. csharp-design-patterns-for-humans csharp-design-patterns-for-humans Public

    Forked from anupavanm/csharp-design-patterns-for-humans

    Design Patterns for Humans™ - An ultra-simplified explanation - C# Examples

    C# 1

  3. dotnet-content-creators dotnet-content-creators Public

    Forked from matthiasjost/dotnet-content-creators

    ⚡A list of .NET content creators

    1

  4. .NET-Backend-Developer-Roadmap .NET-Backend-Developer-Roadmap Public

    Forked from Elfocrash/.NET-Backend-Developer-Roadmap

    Nick's Roadmap for a .NET Backend Developer working with Microservices

    1

  5. elixir-cards-tutorial elixir-cards-tutorial Public

    Elixir

  6. LocalStorage TypeScript Module LocalStorage TypeScript Module
    1
    /**
    2
     * Check if localStorage is supported                       const isSupported: boolean
    3
     * Check if localStorage has an Item                        function hasItem(key: string): boolean
    4
     * Get the amount of space left in localStorage             function getRemainingSpace(): number
    5
     * Get the maximum amount of space in localStorage          function getMaximumSpace(): number