Skip to content

Commit 1bd4ad9

Browse files
wip
1 parent 931124e commit 1bd4ad9

File tree

12 files changed

+24
-23
lines changed

12 files changed

+24
-23
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
- "**.md"
1212

1313
env:
14-
GO_VERSION: "1.22.5" # https://go.dev/dl/
15-
GOLANGCI_LINT_VERSION: "v1.59.1" # https://github.com/golangci/golangci-lint/releases
14+
GO_VERSION: "1.23.4" # https://go.dev/dl/
15+
GOLANGCI_LINT_VERSION: "v1.62.2" # https://github.com/golangci/golangci-lint/releases
1616

1717
jobs:
1818
lint:
@@ -27,15 +27,15 @@ jobs:
2727
with:
2828
version: ${{ env.GOLANGCI_LINT_VERSION }}
2929
skip-cache: true
30-
working-directory: ./ios-engineer/server
30+
working-directory: ./client-engineer/server
3131

3232
security:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- uses: golang/govulncheck-action@v1
3636
with:
3737
go-version-input: ${{ env.GO_VERSION }}
38-
work-dir: ./ios-engineer/server
38+
work-dir: ./client-challenge/server
3939

4040
build:
4141
runs-on: ubuntu-latest
@@ -45,5 +45,5 @@ jobs:
4545
with:
4646
go-version: ${{ env.GO_VERSION }}
4747
- name: Build go code
48-
working-directory: ./ios-engineer/server
48+
working-directory: ./client-engineer/server
4949
run: go build

backend-engineer/readme.md renamed to backend-challenge/readme.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Backend Challenge
22

3-
This challenge is part of the backend hiring process at [Heart
4-
Hands](https://hearthands.tech/).
3+
_This challenge is part of the hiring process at [Heart
4+
Hands](https://hearthands.tech/)._
55

66
## Why this challenge?
77

@@ -11,8 +11,9 @@ understanding of their technical stack, and excellent product intuitions to join
1111
our team.
1212

1313
This exercise has been designed to give a glimpse of what it is like to build a
14-
messaging app, and the kind of technical challenges we face and care about. We
15-
are expecting you to spend between 4 and 6 hours on this challenge.
14+
messaging app, and the kind of technical challenges we face and care about.
15+
16+
We expect you to spend 4-6 hours on this challenge, simulating real-world, time-boxed work.
1617

1718
## Instructions
1819

File renamed without changes.

ios-engineer/readme.md renamed to client-challenge/readme.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# iOS Challenge
1+
# Client Challenge
22

3-
This challenge is part of the iOS hiring process at [Heart
4-
Hands](https://hearthands.tech/).
3+
_This challenge is part of the hiring process at [Heart
4+
Hands](https://hearthands.tech/)._
55

66
## Why this challenge?
77

@@ -11,14 +11,16 @@ understanding of their technical stack, and excellent product intuitions to join
1111
our team.
1212

1313
This exercise has been designed to give a glimpse of what it is like to build a
14-
messaging app, and the kind of technical challenges we face and care about. We
15-
are expecting you to spend between 4 and 6 hours on this challenge.
14+
messaging app, and the kind of technical challenges we face and care about.
15+
16+
We expect you to spend 4-6 hours on this challenge, simulating real-world, time-boxed work.
1617

1718
## Instructions
1819

19-
You are tasked with the implementation of an iOS messaging app that allows the user to
20-
communicate (send and receive text messages) with bots, each in their own 1:1
21-
chat.
20+
You are tasked with the implementation of a messaging app that allows the user
21+
to communicate (send and receive text messages) with bots, each in their own 1:1
22+
chat. You can choose a target platform of your choice for this challenge: iOS,
23+
macOS, or web.
2224

2325
A server is available for you to use. You can read more about it in
2426
[`./server`](./server). Its documentation contains information on how it can be
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)