Wes Madaj

Dark

Light

Projects

Blackjack

JavascriptJavascript

HTML5HTML5

CSS3CSS3

Single deck Blackjack. You versus the dealer.

    TODO:
  • Optimize for mobile. It looks best on larger screens for now.
  • Fix navigation
Play it See the Code

CV-API

JavaJava

Spring

Maven

API-ifying a resume's basic details. Uses SwaggerUI to GET or POST Experience and Skills.

    TODO:
  • Add details for Experiences, and add more Skills.
  • Tests
  • Upgrade from Swagger2 to OpenAPI 3
See the Code

Program Chooser

JavaJava

This is a simple program to practice Java. It takes user input for selecting the task to be performed, and in some cases takes user input to execute those tasks.

Factorial

  1. Asks the user for a number to determine its factorial
  2. Displays the number's factorial, along with how it's calculated

Today's Date

Simple - just displays today's date

Sort Array

  1. Asks the user for the length of the array
  2. Asks the user to enter the numbers in the array separated by a space
  3. Prints the array as it was entered
  4. Sorts the array numerically, printing the sorted array
See the Code

Portfolio

HTML5HTML5

CSS3CSS3

JavascriptJavascript

This website.

Forever a work-in-progress, but something I'm proud of and really enjoy working on.

See the Code