Skip to content
View aaabdyrahmanov's full-sized avatar
🍀
🍀
Block or Report

Block or report aaabdyrahmanov

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

Pinned

  1. bank-transactions-api bank-transactions-api Public

    Bank transactions RESTful API with microservices architecture following the Test-driven development methodology

    JavaScript 5 2

  2. algorithms algorithms Public

    🤖 Programming challenges with their solutions in JavaScript

    JavaScript 3 1

  3. todo-api todo-api Public

    To-Do RESTful API built with Node/Express with TypeScript and PostgreSQL, using the TypeORM library

    TypeScript

  4. How to convert data into uppercase u... How to convert data into uppercase using Tranform Stream with HTTP Server in NodeJS
    1
    const http = require('http');
    2
    const { Transform } = require('stream');
    3
    
                  
    4
    const server = http.createServer((req, res) => {
    5
      // Create the transform stream: