[go: nahoru, domu]

Skip to content
View oxPraGa's full-sized avatar

Block or report oxPraGa

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

I'm a web developer. I have always loved creating and building something new. Now I work with web development both front-end and back-end, specifically with JavaScript and PHP. I also worked with image processing and Artificial intelligence.

  • 🔭 I’m currently working on multiservice system app
  • 🌱 I’m currently working with NestJs , Express.js , Fastify , Laravel
  • 👯 /* I’m looking to collaborate on a Backend post*/
  • 💬 Ask me about anything
  • 📫 How to reach me: aliouche.houssem2@gmail.com
  • ⚡ Fun fact: Roses are red, violets are blue, Ryuu ga waga teki wo kurau....

Pinned Loading

  1. nestjs-terminus-indicators nestjs-terminus-indicators Public

    A nestjs terminus indicators for health check

    TypeScript

  2. infinispan-rs infinispan-rs Public

    Forked from Kuadrant/infinispan-rs

    Rust client for Infinispan

    Rust

  3. legendreMoment legendreMoment Public

    Legendre moments for image feature extraction

    Python 1

  4. Apriori Apriori Public

    Implementation apriori algorithm php

    PHP

  5. Rabbitmq nestjs health check indicator Rabbitmq nestjs health check indicator
    1
    import { Injectable } from '@nestjs/common'
    2
    import {
    3
    	HealthIndicator,
    4
    	HealthIndicatorResult,
    5
    	HealthCheckError
  6. Websocket nestjs health check indicator Websocket nestjs health check indicator
    1
    import { Injectable } from '@nestjs/common'
    2
    import { HttpService } from '@nestjs/axios'
    3
    import {
    4
    	HealthIndicator,
    5
    	HealthIndicatorResult,