rmardonesa (Rodrigo) · GitHub
Skip to content
View rmardonesa's full-sized avatar
🔮
Expanding my stack
🔮
Expanding my stack

Organizations

@GrowHub-IoT

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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. ntropyquake/ntropyquake ntropyquake/ntropyquake Public

    Django PostgreSQL powered Geospatial interactive platform, analyzing 🇨🇱 chilean electoral vote flows using Bayesian ecological inference

    JavaScript 1

  4. Octopull Octopull Public

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

    Rust 2

  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 4 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 {