Skip to content
View fabalexsie's full-sized avatar

Highlights

  • Pro

Block or report fabalexsie

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
fabalexsie/README.md

Hi there 👋, I'm Fabian

Feel free to have a look around here

I heard about a feature that allows smartphones to open links shared via nfc tags, which should be a useful alternative to qr codes on printed ads. Then I wondered if it would be possible to simulate these nfc tags on smartphones, since smartphones can do mobile payments / simulate a credit card. I did some research and found some interesting information. Firstly, it turns out that mobile payments use a different protocol to contactless credit card payments, but secondly, it is possible to write an Android app that shares a URL via NFC. I haven't heard of any apps using this kind of feature (except maybe Android Beam), but I thought it would be useful if you wanted to share some content with someone new when you don't already have their phone number. So it is perfect for sending someone your own contact details. This is how the virtual business card project "VirtuCard" was born.

Cool features:

  • Android and iOS phones can receive the shared URL / contact information
  • It's fast
  • You don't have to remember / type your phone number
  • The shared contact information can contain additional information like image, email, ...

The project consists of two parts: an Android app that simulates the NFC tag and a website that displays the virtual business card. On the website, different users can enter their contact details and choose one of the themes. The themes can also be created and edited on the website. I used a lot of new things for this project: It was my first major Kotlin project, I integrated Monaco Editor (VS Code's text editor), it was my first project using Tailwind CSS and it was the first time I used ejs (a javascript templating language).

While modelling a new table for the living room in Autodesk Fusion. I missed an easy way to see the current state in place. My Android phone is able to display AR-content, but it doesn't support the export formats of Autodesk Fusion. So I wrote a web application (also to transfer the data from the PC to the phone). In the web application you can create a project and any Autodesk Fusion export you upload there can be viewed directly on the phone by clicking on it.

Simply use it to transfer files from a mobile device without a cable or file sharing account. The host running the Docker container spins up a local web server (accessible via http and self-signed https) and provides a simple upload form where you can upload files from your mobile device on the same network. These files are placed directly into the directory where you spin up the Docker container. Very useful for transferring screenshots from test devices to my own machine.

This cool project by Yooooomi shows statistics about your Spotify listening history. I added a few more statistics, mainly about the music genre (all changes are described in the project's README). To do this, I had to familiarise myself with the code, and I used the same conventions as he did. This will make it easier to merge a future pull request.

Contributions in the last year

GitHub Snake Light GitHub Snake dark

Pinned Loading

  1. VirtuCard-Web VirtuCard-Web Public

    VirtuCard is a self-hosted web application that allows users to create their personal virtual business card.

    TypeScript 1

  2. Fusion2Android Fusion2Android Public

    This project shows a 3D model from Fusion 360 on an Android device. Upload a .usd file to the web application to get a direct link to view in AR.

    TypeScript 1

  3. simple-web-upload-docker simple-web-upload-docker Public

    Forked from adrianlzt/docker-nginx-php-upload

    Simple Docker container to "upload" files from the local network to the host PC using an html form.

    PHP

  4. your_spotify your_spotify Public

    Forked from Yooooomi/your_spotify

    Self hosted Spotify tracking dashboard

    TypeScript