So, I applied for the developer relationship octern role and the proof of work was to design a webapp using node js, appwrite and meilisearch My question is, should I be explaining the code or the method of using appwrite, using meilisearch, the logic of backend etc.
Looking at the Task instructions:
We are looking for an Octern who can demonstrate their developer relations ability by being able to explain a clear step-by-step tutorial on building an app that would help a new developer/CS build their first searchable notes app
and Task expectations:
A new developer should be able to follow along your video and replicate the same search app.
Probably yes
Adding this for reference: https://github.com/orgs/appwrite-octernship/discussions
Thanks a lot
[CLOSED] Aquestion regarding the GitHub octernship
Recommended threads
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...