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

Block or report Kyle-Allen2006

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Kyle-Allen2006/README.md

Hello and welcome, I'm Kyle Allen

I'm a future-focused software developer with a background in robotics and industrial automation — now diving deep into full-stack web development.

After 16+ years in automation and controls, I’m bringing that same problem-solving mindset into software. I’m currently pursuing my degree in Software Engineering while building professional-grade projects to showcase what I can do.

Featured Software Development Projects and IT Projects

  • 🔹 Port Scanner This is a basic asynchronous port scanner written in Rust using [tokio] and later [future]. This is my first self-project in Rust to better learn the programming language.

  • 🔹 DevNotes App
    A clean and responsive front-end note-taking tool where developers can manage notes per project, with light/dark mode support and local storage persistence. Expected to be a long term project that extends into mobile and ultimately into a stand alone application to help with a wide range of tasks. (Built with React)

  • 🔹 DevLink API
    A backend RESTful API for storing developer profiles and projects. Uses Node.js, Express, and MongoDB. (Backend-focused portfolio project)

  • 🔹 D280 Angular Map App
    A completed interactive map app for WGU’s JavaScript Programming course. Built with Angular CLI and TypeScript.

  • 🔹 System Health Checker
    A simple Python tool to monitor system health and resource usage I made for a self project to utilize Python code.


Tech Stack

Languages: JavaScript • Rust • TypeScript • Python • HTML • CSS • Bash
Frameworks: React • Node.js • Express • Angular
Tools: Git & GitHub • VS Code • Postman • MongoDB Atlas • Vite


Currently Working On

  • Building deployable full-stack apps for my portfolio
  • Strengthening JavaScript, Python, & backend architecture skills
  • Exploring deployment options (web & desktop apps)

About Me

  • Software Engineering student at WGU
  • Former process, robotics, & automation engineer
  • Passionate about building real tools that people use
  • Obsessed with clean, well-documented code

Let’s Connect


Resume

You can view or download my latest resume below:

Resume

Certifications

Pinned Loading

  1. port_scanner port_scanner Public

    This is a basic asynchronous port scanner written in Rust using [`tokio`]. This is my first self-project in Rust to better learn the language and was my second attempt at creating a port scanner.

    Rust

  2. d280-javascript-programming-angular d280-javascript-programming-angular Public

    This is a fully functional Angular project built I built for WGU’s D280 - JavaScript Programming course. The application displays an interactive map interface where users can explore different regi…

    TypeScript

  3. devlink-api devlink-api Public

    A simple RESTful API built with Node.js, Express, and MongoDB for managing developer profiles and project links. Built as part of a portfolio project to demonstrate my backend development skills.

    JavaScript

  4. devnotes-app devnotes-app Public

    A lightweight React-based note-taking app built with Vite. Notes are stored locally in the browser using `localStorage`, allowing you to persist data without a backend.

    JavaScript

  5. sys-health-checker sys-health-checker Public

    This script is a lightweight Automated System Health Checker, designed to assist with real-time monitoring of a system’s key performance indicators. It checks disk space, memory usage, CPU load, an…

    Python