Skip to content
View Andarius's full-sized avatar
Block or Report

Block or report Andarius

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
Andarius/README.md

Bonjour ๐Ÿ‘‹, I'm Julien

I'm a Software Engineer from Paris ๐Ÿ‡ซ๐Ÿ‡ท, sometimes working from beautiful Sicily ๐Ÿ‡ฎ๐Ÿ‡น.

I set up several Datalake and have a main focus as a Data Engineer, but I like to understand how things work and try new technologies, mainly using TypeScript (for React / React Native apps) and Python (for Data / ML related stuff or backend services).


I'm currently working in my free time on Obitrain, a sport app that allows you to create your own sport trainings. You can also share them with your friends, connect your devices & more.


Open source projects

๐ŸŽ Projects ๐Ÿ“™ Langage โญ Stars
Piou ๐Ÿ Python Stars

Others

Stats

Pinned

  1. nginx-upload nginx-upload Public

    Nginx alpine docker with upload module

    Dockerfile 32 22

  2. rn-animations-playground rn-animations-playground Public

    React native animation playground using React Native Navigation, React Native Gesture Handler and React Native Reanimated (v2+)

    TypeScript 34 1

  3. app-utils app-utils Public

    Utility to upload an app to the Android play publisher API

    Python

  4. pingou pingou Public

    Python

  5. Backup data Backup data
    1
    #!/bin/bash
    2
    
                  
    3
    # set -xe
    4
    
                  
    5
    readonly BACKUP_FOLDERS=( /mnt/data/Projects )
  6. Convert svg icons to png from comman... Convert svg icons to png from command line
    1
    #!/bin/bash
    2
    
                  
    3
    
                  
    4
    
                  
    5
    convert(){