diff options
| author | ckonstanski <kostcarl@isu.edu> | 2026-07-20 08:29:43 -0600 |
|---|---|---|
| committer | ckonstanski <kostcarl@isu.edu> | 2026-07-20 08:29:43 -0600 |
| commit | d28e2cecd04b71bd6f62e065f8715d852043c5a2 (patch) | |
| tree | 59bd1b6cb807151f7ee2bdc6d0341cc623e744df /README.md | |
| parent | 8200616946c74bfd1221a3904776f47178eb0247 (diff) | |
stuff
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -1,12 +1,11 @@ -# bogenherr +# resume -`bogenherr` is the public-facing business storefront website for -Carlos Konstanski's Violin and Viola Studio in Pocatello ID. +`resume` is a resume-building tool written by Carlos Konstanski. The +ned for this tool arose during the Great Job Hunt of 2026. I got tired +of manually writing new versions of my resume for every application. -Visit the website: https://www.bogenherr.org/ - -`bogenherr` is written in Lisp. The server-side is written in SBCL -while the client-side is written in ClojureScript. Additionally the +`resume` is written in Lisp. The server-side is written in SBCL while +the client-side is written in ClojureScript. Additionally the client-side uses React.js via the Reagent library. Eight of the Common Lisp libraries are written by me: @@ -34,7 +33,7 @@ https://github.com/ckonstanski/org-ckons-cljs.form https://github.com/ckonstanski/org-ckons-cljs.notifications -`bogenherr` is deployed to production via docker-compose. For local +`resume` is deployed to production via docker-compose. For local development I use the standard Emacs, SLIME and CIDER. The ClojureScript project is managed with leiningen-bin. |
