Code Monkey home page Code Monkey logo

arnyminerz-api's Introduction

Hi there 👋

My name is Arnau Mora (he/him), I was born in 2002. I've been passionate and studying programming since I can remember. I've tried almost every language and technology you can think of, and I love to try new things and tech as soon as it's released, but right now I focus on Android Development.

👨🏼‍💻 Work

I'm currently very happily working for bitfire web engineering on DAVx⁵, ICSx⁵ and lately a new PUSH standard for CalDAV, CardDAV and WebDAV! You can take a look at this on the draft's repository.

🏫 Study

I've studied a Bachelor's degree in CS at the IES Pare Vitòria in Alcoi, and I'm currently studying a Telecommunications degree in the Universitat Politècnica de València.

🖥️ Personal Projects

I'm always looking for new projects to work on, but right now my main project is Escalar Alcoià i Comtat, an app for Android (and soon for iOS as well), that works as a climbing guide for the zones where I live. All the source code for this app is available in GitHub.

📲 My social media

I have all my social media accounts in LinkTree, but I'm mostly active over at X, Instagram and Reddit.

arnyminerz-api's People

Contributors

arnyminerz avatar

Watchers

 avatar  avatar

arnyminerz-api's Issues

Calls to `/users/#` should be authorised.

All the calls to /users/# should require the user's password, or return less information.

For example, if the password is set, data could be:

{
  "id": "<uuid>",
  "registered": "<registration-date>",
  "firebase_uid": "<firebase-uid>",
  "disabled": <is-disabled>,
  "confirmed": <is-confirmed>,
  "name": "<name>",
  "surname": "<surname(s)>",
  "username": "<username>",
  "email": "<email>",
  "phoneNumber": "<phone>",
  "profileImage": "/data/<uuid>.webp",
  "birthDate": "<birth-date>",
  "role": <role>,
  "meta": "<meta-json>",
  "hash": "<hash>",
  "salt": "<salt>",
  "iterations": "<iterations>"
}

Otherwise:

{
  "id": "<uuid>",
  "name": "<name>",
  "username": "<username>",
  "email": "<email>@<domain>",
  "profileImage": "/data/<uuid>.webp",
  "birthDate": "<date>",
  "role": <role>,
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.