Skip to content
View than-dev's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report than-dev

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

Pinned Loading

  1. js-functionsjs-functionsPublic

    Recreating javascript functions and simulating a real use case when we need to type any project that was written without typescript, through ts declarations and .d.ts files!

    JavaScript 2

  2. estjestjPublic

    EstJ is my own test lib!

    JavaScript 12

  3. draw-togetherdraw-togetherPublic

    Draw-Together is a drawing app where you share with another people the "whiteboard"

    JavaScript 4

  4. raw-nodejs-apiraw-nodejs-apiPublic

    An users NodeJS API without packages libs or frameworks!

    JavaScript 29 1

  5. promise-queue-in-jspromise-queue-in-jsPublic

    Promise queue implementation in nodejs, using a child-process and releasing the event loop for more requests while the queue is running.

    JavaScript

  6. mnist-neural-networkmnist-neural-networkPublic

    A no frameworks neural network trained to classify mnist digits! That project contains a implementation that explains exactly how a neural network real works and all the mathematical operations und…

    Python