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
foontzoot/README.md

Hey there 👋, I'm foontzoot

STATS

foontzoot's github stats

Want to have a project visitor badge as well? Simply add this to your readme ![](https://vistr.dev/badge?repo=username.repoName) and replace username and repoName with the correct values.

SHORT BIO

As a seasoned Software Developer/Consultant and Team leader, I have complimented and led teams through all software development phases for over two decades. My expertise extends from requirement gathering and analysis to design, development, testing, and support. I am well-versed in operating systems, development environments, frontend and backend programming languages, and data architecture.

I am proficient in .NET, Go, JavaScript, TypeScript, and Python. I am skilled in database development using SQL Server, PostgreSQL, MySQL, MongoDB, and other relational, document and graph databases. I am adept at designing and implementing scalable cloud solutions, including Azure and AWS.

INTERESTS

  • 🔭 I’m currently working on fullstack web development insurance 🤦 app
  • 🌱 I’m currently constantly learning all things .NET

FUN FACTS

  • ⚡ I learned coding using Pascal, C, Erlang, and Smalltalk
  • ⚡ My first IDE was Borland Turbo C, later I used Borland's C++ and Delphi, as well as IBM's Visual Age
  • ⚡ DB2, Oracle and Sybase were my introduction to RDBMS
  • ⚡ I hosted my first website on Geocities, unfortunately I lost all my backups
  • ⚡ First Linux distro I used was Slackware

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