Skip to content
View rmardonesa's full-sized avatar
🔮
Expanding my stack
🔮
Expanding my stack

Organizations

@GrowHub-IoT

Block or report rmardonesa

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