Skip to content
View pmarangone's full-sized avatar
🧑‍🏭
Dreaming
🧑‍🏭
Dreaming

Organizations

@OpenMined @fluxus-finance

Block or report pmarangone

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
pmarangone/README.md

I'm a Software Engineer interested in building scalable, performance-wise software.

Projects:

Machine Learning:

Name Description Language Link
Sentiment Analysis Classify customer reviews sentiment Python https://github.com/pmarangone/sentiment-analysis
Mock Behavioral Interviews Speech-To-Text and LLMs Python https://github.com/pmarangone/behavioral-interviews-mock
Crawler (Berkeley's CS188) Robot learns to crawl by itself :) C++ https://github.com/pmarangone/crawler

Backend:

Name Description Language Link
Monitoring Setup (Template) Monitor API with Prometheus, Loki Python https://github.com/pmarangone/api-monitoring-setup
Bank API (Coding Test) Simple bank restful api Python https://github.com/pmarangone/account-api
Bank API (Coding Test) Simple bank restful api Rust https://github.com/pmarangone/bank-api-rs
API for the NEAR blockchain Benchmark Redis/MongoDB performance Rust https://github.com/pmarangone/rust-api
General Restful API (Coding Test) Simple user restful api Python https://github.com/pmarangone/user-restful-api-py

Blockchain:

Name Description Language Link
Fluxus Contracts (Work) Auto-Compound for the NEAR blockchain Rust https://github.com/pmarangone/fluxus-contracts

Others:

Name Description Language Link
Sorting visualizer Capstone project for Udacity C++ Specialization C++ https://github.com/pmarangone/Sorting-Visualizer

Pinned Loading

  1. fluxus-contracts fluxus-contracts Public

    Forked from fluxus-finance/fluxus-contracts

    Monorepo for Fluxus Contracts

    Rust

  2. crawler crawler Public

    Custom homemade replica of Berkeley's CS188 class implemented in C++, wxWidgets

    C++ 2

  3. behavioral-interviews-mock behavioral-interviews-mock Public

    Get feedback from LLMs for your responses to Behavioral Interview Questions

    Jupyter Notebook

  4. api-monitoring-setup api-monitoring-setup Public

    API, Database and logs Monitoring with Prometheus, Loki

    Python

  5. account-api account-api Public

    Design Patterns applied to Restful API

    Python

  6. sentiment-analysis sentiment-analysis Public

    Event-driven service and Restful API to classify customers reviews

    Python