Skip to content
View CandussoR's full-sized avatar

Block or report CandussoR

Report abuse

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

Report abuse
CandussoR/README.md

Hi there, I'm Romain 👋

Former wannabe web & mobile dev based in Annecy (France)



Projects

  • on hold : Bookworm : Python (server made from socket), VueJs, Tailwind ;
  • ongoing : Timetracker, with statistics for a better hold on everyday activites.
    • Back : TUI and web API (Python, Flask, Sqlite) ;
    • Front : desktop front (VueJs, Tauri, vanilla CSS) ;
  • ongoing : Website Blocker : custom chrome extension (JS vanilla, CSS vanilla and HTML) ;
  • 2022-2023 : Hôtel Arth : fictional hotel website with a dashboard and a mobile app (Laravel, VueJS, Tailwind, Flutter) ;
  • 2022 : Podcatcher Learning project to listen and download podcasts (VueJs, Firebase) ;
  • 2022 : Metadata Transfer: Python scripts to insert ebooks metadata from Calibre into a MySql database and to automatize the moving of files on external hard-drive.

Languages and Tools

  • Programming Languages : Python, PHP, Javascript, Dart (Flutter) ;
  • Databases : MySql, PostGreSql, Sqlite, MongoDb, Firebase ;
  • Back-End Dev : Laravel, Flask ;
  • Front-End : Tailwind, VueJs, HTML,CSS ;

Learning

  • Programming Languages in discovery phase :

    • C (to learn more about pointers and memory, and get closer to the way the computer works),
    • Rust (to discover a new concept, the borrow checker).
  • Programming Languages I'm Interested in Learning :

    • Haskell, to see what strict and pure functional programming feels like ;
    • x86 Assembly, for really low level programming experience.

Connect with me:

lalanguefantome romain candusso romain candusso herrkanduss

Pinned Loading

  1. metadata_transfer metadata_transfer Public

    Short scripts to migrate Calibre database book metadata to a sqlite ebook catalog.

    Python 1

  2. timetracker_front timetracker_front Public

    Desktop (and maybe web ?) front of the timetracker

    Vue 1

  3. timetracker timetracker Public

    A Zen timetracker governed by intent.

    Python 1

  4. CDA-REM/hotel_arth CDA-REM/hotel_arth Public

    Forked from Michelle-al/hotel_arth_old

    PHP

  5. siteBlocker siteBlocker Public

    A Chrome extension to help you free your time.

    JavaScript 2 1

  6. Bookworm Bookworm Public

    A GUI library software which lets you input your books from Calibre and move your data to an external drive.

    Python