Pinned Repositories
AndroidProgramming
Contains all my example apps I created while reading "Android Programming: The Big Nerd Ranch Guide".
blackjack_elixir
An implementation for a basic blackjack game which becomes more complex as I learn Elixir.
blackjack_react
Frontend React UI to support playing a game of blackjack integrated with the Blackjack server I wrote in Elixir.
blender
A collection of 3D models I created in Blender.
c_programming_language
C examples as I work through the book "The C Programming Language"
codeChallenges
A collection of original solutions and unit tests for programming challenges I've completed.
howToMockIt
An repo demonstrating how to mock different scenarios with common frameworks.
monkey_interpreter
An interpreter I wrote for the toy language "Monkey".
TDD-Enterprise
Plug n' play playground to experience test-driven development as a team while building a space ship.
wechatAndroidLoginDemo
Full example of how to generate an access token using WeChat's Android SDK.
aaronbruckner's Repositories
aaronbruckner/wechatAndroidLoginDemo
Full example of how to generate an access token using WeChat's Android SDK.
aaronbruckner/codeChallenges
A collection of original solutions and unit tests for programming challenges I've completed.
aaronbruckner/TDD-Enterprise
Plug n' play playground to experience test-driven development as a team while building a space ship.
aaronbruckner/howToMockIt
An repo demonstrating how to mock different scenarios with common frameworks.
aaronbruckner/AndroidProgramming
Contains all my example apps I created while reading "Android Programming: The Big Nerd Ranch Guide".
aaronbruckner/blackjack_elixir
An implementation for a basic blackjack game which becomes more complex as I learn Elixir.
aaronbruckner/blackjack_react
Frontend React UI to support playing a game of blackjack integrated with the Blackjack server I wrote in Elixir.
aaronbruckner/blender
A collection of 3D models I created in Blender.
aaronbruckner/c_programming_language
C examples as I work through the book "The C Programming Language"
aaronbruckner/lambdaLoadTime
Script for testing AWS Lambda initialization times on first load.
aaronbruckner/monkey_interpreter
An interpreter I wrote for the toy language "Monkey".
aaronbruckner/csharp
aaronbruckner/css_in_depth
aaronbruckner/elixir_playground
My playground for Elixir as I learn the language.
aaronbruckner/machineLearning
A playground containing code I wrote while investigating machine learning and deep learning concepts.
aaronbruckner/messaging_api_kotlin
aaronbruckner/messaging_api_ts
A demo messaging API I created to exercise my AWS skills.
aaronbruckner/messaging_infra
AWS CDK definition for Messaging API.
aaronbruckner/messaging_web
React UI which contains a POC messaging app which I built as a learning exercise.
aaronbruckner/ProjectEuler
My original solutions to Project Euler: https://projecteuler.net/about
aaronbruckner/remember
A special golang utility written for my love Miranda
aaronbruckner/remind_me
A personal project for my love.
aaronbruckner/rustPlayground
My playground for random rust projects as I learn the language.
aaronbruckner/stanford_ios_app_dev
Working through Stanfords iOS development course: https://cs193p.sites.stanford.edu/2023
aaronbruckner/ti_draft
aaronbruckner/ti_draft_api
aaronbruckner/unitySpaceShooter
My implementation of the Unity Space Shooter tutorial.
aaronbruckner/wc_order_form
My attempt to make a replacement order form for Wilson Combat.
aaronbruckner/web_page_scanner
A quick n' dirty node script I made which allows you to scan a web page and get email notifications via AWS SNS. Allows you to do some stock watching on websites.
aaronbruckner/x86
Playground for my NASM-based x86 assembly language learning