Morning/Afternoon dev.to fam!
How's your week been? Any new projects in the works? Looking to have someone review your code before you release it? Have you released your project recently? Let's share in the comments below!
For further actions, you may consider blocking this person and/or reporting abuse
Vicente Antonio G. Reyes -
Ben Halpern -
timothyokooboh -
Bas Steins -
Once suspended, therealdakotal will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, therealdakotal will be able to comment and publish posts again.
Once unpublished, all posts by therealdakotal will become hidden and only accessible to themselves.
If therealdakotal is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Dakota Lewallen.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag therealdakotal:
Unflagging therealdakotal will restore default visibility to their posts.
Top comments (7)
I've been working on a realtime face recognition android app lately. Still in stage 1, but here's the post about the process of finishing stage 1.
Building an Open Source Face Recognition Android App : Stage 1
Nizar ・ May 21 ・ 8 min read
Would love to know what you think of the code and the post. ( :
I know nothing about building native Android apps, but I'd love to look over your code! I've found reading through unfamiliar domains can be insightful. Do you have somewhere I might be able to message you later?
Awesome. I'd love that. The blog post will help you understand exactly the components I built and how they are working together. I didn't specify, however, which belongs with the view or the viewmodel in my architecture. But I linked them in the post, alongside with every single package that contains code that was used.
You can reach me on telegram, twitter, or email. My twitter DMs is always open!
Anyway, here's the repository if you are able to navigate your own way through the Android source code.
Real-Time Face Recognition Android App
This week I've been toying with how I'm going to deploy the dnd-graphql API. I've been trying Heroku, and while Heroku itself has been great. The community around the database the project uses is pretty thin. I wanted to use Heroku for the experience of using a cloud provider outside of AWS. But with this project I think I'm going to have to pivot to AWS. Fingers crossed, but I'm hoping to be ready to do a release next week. 🤞🤞
I wish you luck!! I've been talking a lot with the frontend developer I work with, and one of the biggest tips I've learned from him is to do mockups. Even if it is a small project, it's so beneficial to have a clear goal in mind before you start writing anything. He reccomends Figma, which I've used a bit and it's not too hard to pickup.