summaryrefslogtreecommitdiff
path: root/README.md
blob: ea086a403a2d3176151f9fdcc83d7a4fc06336a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# resume

`resume` is a resume-building tool written by Carlos Konstanski. The
need 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.

`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:

https://github.com/ckonstanski/org-ckons-condition

https://github.com/ckonstanski/org-ckons-core

https://github.com/ckonstanski/org-ckons-file

https://github.com/ckonstanski/org-ckons-http

https://github.com/ckonstanski/org-ckons-json

https://github.com/ckonstanski/org-ckons-serializable

https://github.com/ckonstanski/org-ckons-session

https://github.com/ckonstanski/org-ckons-sql

In addition two of the ClojureScript library dependencies are written
by me:

https://github.com/ckonstanski/org-ckons-cljs.form

https://github.com/ckonstanski/org-ckons-cljs.notifications

`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.

This repo was made public primarily as a small sample of my
programming work for potential IT hiring managers. I don't expect that
anyone will ever want to run this app locally. But if you do then
message me and I will help with the non-obvious bits, of which there
are a few, mostly having to do with file paths.