Skip to content

Commit

Permalink
post: day 91 of 100 days of Clojure code journal
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Aug 28, 2024
1 parent 9b286db commit 8d164c3
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions docs/posts/100-days-of-code/day-091.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
title: Day 91 - Chasing references and 4Clojure #16
date: 2018-12-14
authors:
- practicalli
categories:
- 100daysofcode
tags:
- clojure
---

**Thoughts for the week**

Chasing references for my next potential employers

Quick write up about 4Clojure exercise #16 - Hello world.

**Code from today**

- [https://github.com/jr0cket/four-clojure/commit/639cf76e7901809413eb01f9c5a2f07187764ae0](4Clojure challenge #16 Hello World)

<!-- more -->


### 4Clojure challenge #16 Hello World

Discussing the `str` function to join values into a string.

Also covering how to write a simple function definition with `fn` and call that function inline.

For completeness, added the short form for a function definition using the reader macro `#()`


## Job hunting

Very successful interviews with a company using data science to drive efficiencies in farming. The company processes a wide range of meteralogical and geological data to identify good locations for growing each kind of crop. Following up with guidance on how to manage the crop through its lifecycle, e.g. expected weather patterns, etc.

I have asked for job references from Citi and Salesforce, although the replies are a little slow.


---
Thank you.

[:globe_with_meridians: Practical.li Website](https://practical.li){target=_blank .md-button}

[:fontawesome-brands-github: Practical.li GitHub Org](https://github.com/practicalli){target=_blank .md-button}
[:fontawesome-brands-github: practicalli-johnny profile](https://github.com/practicalli-johnny){target=_blank .md-button}

[:fontawesome-brands-mastodon: @practicalli@clj.social](https://clj.social/@practicalli){target=_blank .md-button}
[:fontawesome-brands-twitter: @practical_li](https://twitter.com/practcial_li){target=_blank .md-button}

0 comments on commit 8d164c3

Please sign in to comment.