Skip to content
View norton287's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report norton287

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

Howdy:

  • πŸ‘‹ Hi, I’m @norton287
  • πŸ‘€ I’m interested in Embedded and SBC Programming and Servers
  • 🌱 I’m currently learning MicroPython
  • πŸ“« How to reach me support@spindlecrank.com

Server Status

  • healthchecks.io

Efficient in:

  • AWS
  • Visual Studio
  • C#
  • HTML5
  • JavaScript
  • PHP
  • PowerShell
  • Python
  • Shell Script
  • Debian
  • Linux
  • Pi-Hole
  • Docker
  • Espressif
  • Jellyfin
  • Plex
  • Raspberry Pi
  • Nginx

System Start ....:

<?php
namespace John;

class About extends Me
{
   public function getCurrentWorkplace(): array
   {
       return [
           'workplace' => [
               'company' => 'Spindlecrank.com',
               'position' => 'Head Cook'         
           ]
       ];
   }

   public function getDailyKnowledge(): array
   {
       return [
           Php::class,
           Javascript::class,
           C#::class,
           C++::class,
           Python::class,
           MicroPython::class,
           Shell Scripting::class,
           HTML5::class,
           TailwindCss::class,
           Azure::class,
           AWS::class,
           Docker::class,
           Linux::class,
           SBC::class,
           Embedded::class,
           Cluster Computing::class,
           Networking::class,
           Cloud Computing::class,
           Virtualization::class,
           Mobile Development::class,
           Cloud Storage Management::class,
           VPC::class           
       ];
   }

   public function getFutureGoal(): string
   {
       return 'To learn something new everyday and if not then improve upon what I learned yesterday.';
   }
}

Organized crime or repos I may or may not have been involved with:

  1. πŸ—£ Commented on #41 in hekkaaa/NetObserver
  2. πŸ—£ Commented on #41 in hekkaaa/NetObserver
  3. πŸ—£ Commented on #41 in hekkaaa/NetObserver
  4. πŸ—£ Commented on #41 in hekkaaa/NetObserver
  5. πŸ—£ Commented on #41 in hekkaaa/NetObserver
  6. πŸ—£ Commented on #78990 in dotnet/runtime
  7. πŸ—£ Commented on #78990 in dotnet/runtime
  8. πŸ—£ Commented on #78990 in dotnet/runtime
  9. πŸ—£ Commented on #41 in hekkaaa/NetObserver
  10. πŸ—£ Commented on #78990 in dotnet/runtime

Pinned Loading

  1. PowerShell-File-Move-Up-To-Root PowerShell-File-Move-Up-To-Root Public

    Take All The Files In All The Sub-Directories and Move Them Up To the Main Directory. A Simple PowerShell Script, Great For Images and Documents.

    PowerShell

  2. Cleanup-Backups-Bash-Script Cleanup-Backups-Bash-Script Public

    Keep your backup directory tidy with this simple answer extensible bash script

    Shell

  3. CNC-HTTP-Trigger-Functions CNC-HTTP-Trigger-Functions Public

    Command and Control Functions and Remote Polling Functions for a Mobile Website Monitoring Application - Based on Azure HTTP Trigger Functions

    C#

  4. Python-Dedup-and-Rename-Script-For-Images Python-Dedup-and-Rename-Script-For-Images Public

    Remove duplicate images and also rename your images to more manageable names as well.

    Python