Skip to content
View austinnebel's full-sized avatar

Block or report austinnebel

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
austinnebel/README.md

Hello!

My name is Austin Nebel and I'm a Software Engineering graduate from Iowa State University.

I excel at building full-stack applications using technologies like TypeScript, Next.js, React.js, AWS, and GCP services. I also have extensive experience with Python building backend systems, developing complex embedded Linux devices/servers, and performing data analysis.

Feel free to reach me at any time at nebelaustin@gmail.com.

Top Repositories

Climate Controller

This repository contains a dockerized application that can be deployed on a Raspberry Pi Zero W to control and monitor the climate of a given environment. It includes a Python-based embedded system, a React frontend, and a Django backend that implements HTTP and WebSocket connections to provide real-time updates.

image

Discord Music Streamer

A Discord bot that provides the ability to both search YouTube and play content directly from within Discord. This differs from other popular bots in the following ways:

  • Allows the user to search YouTube videos directly from the command interface in Discord
  • Will automatically queue related videos, similar to the radio feature on YouTube.

image

Pinned Loading

  1. climate-controller climate-controller Public

    Regulates temperature/humidity of an area using GPIO temperature sensors and relays, while also publishing all temperature data to a frontend in real time via WebSocket's.

    Python 1

  2. vscode-wsl-launcher vscode-wsl-launcher Public

    Generates an EXE file that launches an instance of Visual Studio Code in a WSL Environment.

    C# 1

  3. discord-music-bot discord-music-bot Public

    A Discord bot that provides the ability to search YouTube and play content directly from within Discord.

    TypeScript