From 0eb7cf808a08fb71e6361d241cd64c88ceeb84bf Mon Sep 17 00:00:00 2001 From: Aymeric Beaumet Date: Wed, 8 Jan 2025 12:17:41 +0100 Subject: [PATCH 1/4] wip --- backend-challenge/readme.md | 8 ++++---- client-challenge/readme.md | 8 ++++---- client-challenge/server/go.mod | 2 +- design-challenge/readme.md | 4 ++-- readme.md | 6 +++--- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/backend-challenge/readme.md b/backend-challenge/readme.md index 7c33a65..f63637c 100644 --- a/backend-challenge/readme.md +++ b/backend-challenge/readme.md @@ -1,12 +1,12 @@ # Backend Challenge -_This challenge is part of the engineering hiring process at [Heart -Hands](https://hearthands.tech/)._ +_This challenge is part of the engineering hiring process at [Interface, +Inc](https://interface.inc)._ ## Why this challenge? -Heart Hands is operating with a small team of dedicated & talented people. We -are looking for seasoned engineers with a deep technical knowledge, strong +Interface is operating with a small team of dedicated & talented people. We are +looking for seasoned engineers with a deep technical knowledge, strong understanding of their technical stack, and excellent product intuitions to join our team. diff --git a/client-challenge/readme.md b/client-challenge/readme.md index b98e60d..8ad4b70 100644 --- a/client-challenge/readme.md +++ b/client-challenge/readme.md @@ -1,12 +1,12 @@ # Client Challenge -_This challenge is part of the engineering hiring process at [Heart -Hands](https://hearthands.tech/)._ +_This challenge is part of the engineering hiring process at [Interface, +Inc](https://interface.inc)._ ## Why this challenge? -Heart Hands is operating with a small team of dedicated & talented people. We -are looking for seasoned engineers with a deep technical knowledge, strong +Interface is operating with a small team of dedicated & talented people. We are +looking for seasoned engineers with a deep technical knowledge, strong understanding of their technical stack, and excellent product intuitions to join our team. diff --git a/client-challenge/server/go.mod b/client-challenge/server/go.mod index aeef84b..82add2f 100644 --- a/client-challenge/server/go.mod +++ b/client-challenge/server/go.mod @@ -1,4 +1,4 @@ -module github.com/hearthands/challenges/ios-engineer/server +module github.com/interfaceinc/challenges/ios-engineer/server go 1.22.5 diff --git a/design-challenge/readme.md b/design-challenge/readme.md index 93e4c8e..89fbb55 100644 --- a/design-challenge/readme.md +++ b/design-challenge/readme.md @@ -1,7 +1,7 @@ # Design Challenge -_This challenge is part of the engineering hiring process at [Heart -Hands](https://hearthands.tech/)._ +_This challenge is part of the engineering hiring process at [Interface, +Inc](https://interface.inc)._ ## Why this challenge? diff --git a/readme.md b/readme.md index d2aee20..4b2f380 100644 --- a/readme.md +++ b/readme.md @@ -1,9 +1,9 @@ -# Challenges [![ci status](https://github.com/hearthandsinc/challenges/actions/workflows/ci.yml/badge.svg)](https://github.com/hearthandsinc/challenges/actions/workflows/ci.yml) +# Challenges [![ci status](https://github.com/interfaceinc/challenges/actions/workflows/ci.yml/badge.svg)](https://github.com/interfaceinc/challenges/actions/workflows/ci.yml) -This repository contains the [Heart Hands](https://hearthands.tech/) engineering challenges ([client](./client-challenge), [design](./design-challenge), and [backend](./backend-challenge)). +This repository contains the [Interface, Inc](https://interface, Inc) engineering challenges ([client](./client-challenge), [design](./design-challenge), and [backend](./backend-challenge)). ## Feedbacks Feel free to [open an -issue](https://github.com/hearthandsinc/challenges/issues/new) if you'd like to +issue](https://github.com/interfaceinc/challenges/issues/new) if you'd like to contribute. From 1a6615db137a1d857534c65d8553c960cdcdfadc Mon Sep 17 00:00:00 2001 From: Aymeric Beaumet Date: Wed, 8 Jan 2025 12:19:00 +0100 Subject: [PATCH 2/4] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4b2f380..9224145 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Challenges [![ci status](https://github.com/interfaceinc/challenges/actions/workflows/ci.yml/badge.svg)](https://github.com/interfaceinc/challenges/actions/workflows/ci.yml) -This repository contains the [Interface, Inc](https://interface, Inc) engineering challenges ([client](./client-challenge), [design](./design-challenge), and [backend](./backend-challenge)). +This repository contains the [Interface, Inc](https://interface.inc) engineering challenges ([client](./client-challenge), [design](./design-challenge), and [backend](./backend-challenge)). ## Feedbacks From 84c1f0b77ad6031bd56bb5917e709be4ebe63577 Mon Sep 17 00:00:00 2001 From: Aymeric Beaumet Date: Wed, 8 Jan 2025 12:19:31 +0100 Subject: [PATCH 3/4] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9224145..9c34715 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Challenges [![ci status](https://github.com/interfaceinc/challenges/actions/workflows/ci.yml/badge.svg)](https://github.com/interfaceinc/challenges/actions/workflows/ci.yml) -This repository contains the [Interface, Inc](https://interface.inc) engineering challenges ([client](./client-challenge), [design](./design-challenge), and [backend](./backend-challenge)). +This repository contains the [Interface](https://interface.inc) engineering challenges ([client](./client-challenge), [design](./design-challenge), and [backend](./backend-challenge)). ## Feedbacks From 34a78e2001e76df06fff259c14a34d9b1914c531 Mon Sep 17 00:00:00 2001 From: Aymeric Beaumet Date: Wed, 8 Jan 2025 12:20:26 +0100 Subject: [PATCH 4/4] wip --- backend-challenge/readme.md | 4 ++-- client-challenge/readme.md | 4 ++-- design-challenge/readme.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backend-challenge/readme.md b/backend-challenge/readme.md index f63637c..262172a 100644 --- a/backend-challenge/readme.md +++ b/backend-challenge/readme.md @@ -1,7 +1,7 @@ # Backend Challenge -_This challenge is part of the engineering hiring process at [Interface, -Inc](https://interface.inc)._ +_This challenge is part of the engineering hiring process at +[Interface](https://interface.inc)._ ## Why this challenge? diff --git a/client-challenge/readme.md b/client-challenge/readme.md index 8ad4b70..d92fd60 100644 --- a/client-challenge/readme.md +++ b/client-challenge/readme.md @@ -1,7 +1,7 @@ # Client Challenge -_This challenge is part of the engineering hiring process at [Interface, -Inc](https://interface.inc)._ +_This challenge is part of the engineering hiring process at +[Interface](https://interface.inc)._ ## Why this challenge? diff --git a/design-challenge/readme.md b/design-challenge/readme.md index 89fbb55..1d65411 100644 --- a/design-challenge/readme.md +++ b/design-challenge/readme.md @@ -1,7 +1,7 @@ # Design Challenge -_This challenge is part of the engineering hiring process at [Interface, -Inc](https://interface.inc)._ +_This challenge is part of the engineering hiring process at +[Interface](https://interface.inc)._ ## Why this challenge?