Pinned Repositories
AsynchronousProgramming
Asynchronous Programming
cluster-kv-store
KV storage clustered within workers
js-playground
Repo with JS playground
node-general-template
Batteries-excluded starter template for general-purpose node modules
phone-numbers
JS module to process phone numbers i.e. formatting, recognizing countries and operators and so on
rust-playground
source code of my beginning in rust
undici
An HTTP/1.1 client, written from scratch for Node.js
piscina
A fast, efficient Node.js Worker Thread Pool implementation
JaoodxD's Repositories
JaoodxD/cluster-kv-store
KV storage clustered within workers
JaoodxD/js-playground
Repo with JS playground
JaoodxD/node-general-template
Batteries-excluded starter template for general-purpose node modules
JaoodxD/phone-numbers
JS module to process phone numbers i.e. formatting, recognizing countries and operators and so on
JaoodxD/autocannon
fast HTTP/1.1 benchmarking tool written in Node.js
JaoodxD/awaitable-array
Make await array behavior similar to Promise.all
JaoodxD/branching-bench
Synthetic bench of if-else vs switch-case vs ternary
JaoodxD/bun-playground
repo for tests with bun.sh runtime
JaoodxD/cryptonomicon
yet another js-ninja's vue course implementation
JaoodxD/fastify-plugins-decorators
fastify modular monolith repo
JaoodxD/fastify-video-streaming
backend.cafe how-to
JaoodxD/fixed-queue-perf-test
Test for how much does piscina length fix affects performance
JaoodxD/fixed-queue-reuse-buffers
Test if reusing circular buffers could bring perf improvements
JaoodxD/HowProgrammingWorks
repo to test some interesting js features from 'HowProgrammingWorks' course
JaoodxD/http-ws-udp-comparison
Repo to compare different transports
JaoodxD/js-swap-perf
JaoodxD/multithreaded-javascript
My walk through Brian English "Multithreaded JavaScript" book
JaoodxD/nginx-maxscale-grafana
Project to compose nginx balancer with mariadb maxcale and gether metrics with grafana
JaoodxD/nodejs22-23
root directory for nodejs22/23 course
JaoodxD/old-mysqli-connection-test
test repo to check old mysqli connection auto close
JaoodxD/piscina
A fast, efficient Node.js Worker Thread Pool implementation
JaoodxD/plt-test-project
Gettings started project with platformatic
JaoodxD/polling-longpolling-ws
HPBN inspired comparison of polling, long polling and websockets
JaoodxD/rustbook-journey
My journey through rustbook
JaoodxD/socket.io-vs-ws-perf
socket.io server vs ws server ping perf/latency comparison
JaoodxD/streaming-csv
test repo to practice nodejs processing csv file via streams
JaoodxD/telegram-user-bot
Repo to automate non-bot user account responses
JaoodxD/vuejs-todo
common todo list
JaoodxD/wallhaven-profile-stats
test repo to analyze wallhaven user collections
JaoodxD/websockets-test
simple ws playground