Skip to content
View rmardonesa's full-sized avatar
๐Ÿ”ฎ
Expanding my stack
๐Ÿ”ฎ
Expanding my stack
  • ๐Ÿ‡จ๐Ÿ‡ฑ South America
  • 16:48 (UTC -04:00)

Organizations

@Smart-Growing

Block or report rmardonesa

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

Frameworks, languages and tools

Pinned Loading

  1. HashProof HashProof Public

    Fast and privacy-focused SHA-256 hash generator, built with Angular, Nest + PostgreSQL async API on Supabase (stateless microservice)

    TypeScript 1

  2. TensorFlowCameraX TensorFlowCameraX Public

    TensorFlow Lite implementation with realtime CameraX

    Kotlin 1

  3. Octopull Octopull Public

    Asynchronous concurrency and API integration real-time GitHub repo listener on a Rust-powered Discord bot

    Rust 2

  4. QuantumCitizen QuantumCitizen Public

    Integration of ANU Quantum API and SSL for secure random quantum-based analysis Human Development Index from CSV dataset

    Ruby

  5. GrowHub GrowHub Public

    Raspberry Pi & ESP8266 cloud IoT microservice that integrates MQTT with a Flask server to process real-time sensor data for hydroponic monitoring.

    Python 3 1

  6. Middleware to Prevent DoS Attacks Middleware to Prevent DoS Attacks
    1
    import { Injectable, NestMiddleware, HttpException, HttpStatus } from '@nestjs/common';
    2
    import { Request, Response, NextFunction } from 'express';
    3
    
                  
    4
    @Injectable()
    5
    export class RateLimitMiddleware implements NestMiddleware {