Richard
Kruszynski
Bio
Full stack developer with experience in the following:
- Java
- SQL
- Angular (2+)
- Svelte
- AWS
- Spring
- Struts
- Hiberate
- REST framework
- SOAP framework
- Javascript
- AppWrite (Open-source and self-hosted alternative to Google Firebase)
Project Examples
STL Roulette
A Svelte site built for those wondering where to go in Saint Louis. It randomizes a list of options and displays the output to the user.
Shared Sightings
Sorry but this is currently unavailable as it is being redeisgned.
This is a work in progress site I have been working on. At a high level, this is a site designed to allow users to share and discuss sightings of unidentified objects. Currently, it is set up to allow anyone to view the sightings, but only registed users are allowed to comment. For technologies, this uses a Svelte front end with an AppWrite backend. It also integrates with OpenStreetMaps using Leafly to display the map tiles. If you wish to test, the account email "[email protected]" and password "Test1234" is available.
Cash Pop Number Picker
This is a basic analysis app. It scrapes the drawing history page for the Missouri Cash Pop lottery. From those results, it organzies them by the count of individual numbers drawn. The rule of extremes at a high level says that in a random series of drawings should pick numbers evenly over a long enough period of time. So, the application will recommend the numbers with the lowest counts since there is a good chance those may be drawn more to balance out. (Note: Each drawing is a random chance, so I know this by no means a guarantee. But my thought was to see if this would work so I figured why not?)