Skip to content

Commit 7208ce6

Browse files
committed
Added a new blog post on creating a portfolio analysis program with LLM's
1 parent 6c6082c commit 7208ce6

File tree

5 files changed

+481
-11
lines changed

5 files changed

+481
-11
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ _site/
3535
.calva/repl.calva-repl
3636
.calva/mcp-server/port
3737
.portal/vs-code.edn
38-
**/password.edn
38+
**/password.edn
39+
/src/finance/portfolio_analysis/*.edn

deps.edn

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
org.eclipse.elk/org.eclipse.elk.alg.layered {:mvn/version "0.10.0"}
2222
backtick/backtick {:mvn/version "0.3.5"}
2323
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.3"}
24-
io.github.alza-bitz/snowpark-clj {:git/url "https://github.com/alza-bitz/snowpark-clj.git"
25-
:git/sha "7856d9ca2080b188f9feec115ca709d3f54877b0"}}
24+
io.github.alza-bitz/snowpark-clj {:git/url "https://github.com/alza-bitz/snowpark-clj.git"
25+
:git/sha "7856d9ca2080b188f9feec115ca709d3f54877b0"}
26+
clj-http/clj-http {:mvn/version "3.13.1"}}
2627

2728
:aliases
2829
{;; Build the site with `clojure -M:clay -A:markdown`

site/db.edn

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,13 @@
110110
:image "https://avatars.githubusercontent.com/u/36920869?v=4"
111111
:email "edwardaw@connect.hku.hk"
112112
:affiliation [:cim]
113-
:links [{:icon "github" :href "https://github.com/emil0r"}]}
113+
:links [{:icon "github" :href "https://github.com/W-Edward"}]}
114114
{:id :mattb
115115
:name "Matthias Buehlmaier"
116-
:affiliation [:cim]
117-
}
118-
{:id :tanvi
119-
:name "Tanvi Nagar"
120-
:affiliation [:cim] }]
116+
:affiliation [:cim]}
117+
{:id :tanvi
118+
:name "Tanvi Nagar"
119+
:affiliation [:cim]}]
121120

122121
:affiliation
123122
[{:id :clojure.core
@@ -136,9 +135,9 @@
136135
{:id :techascent
137136
:name "TechAscent"
138137
:url "https://techascent.com"}
139-
{:id :hku_cim
138+
{:id :cim
140139
:name "cim"
141-
:url "https://cim.hkubs.hku.hk/"
140+
:url "https://cim.hkubs.hku.hk/"
142141
}]
143142

144143
:topic

0 commit comments

Comments
 (0)