Pinned Repositories
automatic-blog-publisher
It's an application that uses AI to generate blog posts, and publish them automatically in medium.
be-javascript-master
Repository to help you become a javascript master, its separated in folders with respective topic, containing explanations and code examples!
clean-ts-api
A api involving concepts like, DDD, TDD, clean architecture, SOLID, design patterns and more!
draw-together
Draw-Together is a drawing app where you share with another people the "whiteboard"
estj
EstJ is my own test lib!
js-functions
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!
my-google-drive
Google Drive clone developed in ErickWendell - JSExpert Week #5!
promise-queue-in-js
Promise queue implementation in nodejs, using a child-process and releasing the event loop for more requests while the queue is running.
raw-nodejs-api
An users NodeJS API without packages libs or frameworks!
terminal-chat
It's a chat that runs in cmd, developed only with nodejs native modules!
than-dev's Repositories
than-dev/raw-nodejs-api
An users NodeJS API without packages libs or frameworks!
than-dev/estj
EstJ is my own test lib!
than-dev/be-javascript-master
Repository to help you become a javascript master, its separated in folders with respective topic, containing explanations and code examples!
than-dev/draw-together
Draw-Together is a drawing app where you share with another people the "whiteboard"
than-dev/js-functions
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!
than-dev/automatic-blog-publisher
It's an application that uses AI to generate blog posts, and publish them automatically in medium.
than-dev/clean-ts-api
A api involving concepts like, DDD, TDD, clean architecture, SOLID, design patterns and more!
than-dev/css-tricks
Its a set of CSS tricks, hacks, animations and all I feel that is like to add here!
than-dev/grpc-nodejs
Grpc implementation in nodejs with typescript and tests!
than-dev/increase-node-performance
Increasing nodejs performance with cluster and work threads. Explanations, use cases and benchmarks, enjoy it.
than-dev/kafka-rabbitmq
A micro-services integration using Apache Kafka, RabbitMQ and nodejs, all communications are stable and already to implement your application logic!
than-dev/load-tests-nodejs
Load tests implemented in nodejs + K6
than-dev/passm
A simple and secure node local password manager!
than-dev/terminal-chat
It's a chat that runs in cmd, developed only with nodejs native modules!
than-dev/promise-queue-in-js
Promise queue implementation in nodejs, using a child-process and releasing the event loop for more requests while the queue is running.
than-dev/55-go-projects
It's a intensive go learning, doing 1 project by day through 55 days!
than-dev/animatronic-controller
interface and API to control an arduino built animatronic!
than-dev/collision-in-js
Collision detector made with javascript, webpack and babel to development environment and canvas API + analytical math to the app implementation.
than-dev/dashboard-ui
A Dashboard-UI created using HTML CSS SASS and a bit of JS to do more complex interactions!
than-dev/dog-vision-training-model
a project that use a dog image database to train a model and identify breeds by pictures.
than-dev/feedback-widget
A feedback widget made with react.
than-dev/my-notes
My study notes about many topics :)
than-dev/number-trivia
A flutter app developed based on the clean architecture principles. It's a number trivia "game".
than-dev/postgres-api
NodeJS API using Postgres native driver and Typescript!
than-dev/praise
Praise is an API developed with typescript, nodejs, sqlite and typeorm. In it you can give compliments for another users!
than-dev/recommendation-by-similarity
An algorithm implementation to make content recommendations from similar users.
than-dev/retry-decorator
Its a retry decorator implementation for async operations on javascript/typescript! Some strategies were used, like backoff, jitter and custom transient error detection!
than-dev/than-dev
than-dev/websocket-protocol-impl
Websocket protocol implementation using javascript (nodejs), no libraries, no dependencies.
than-dev/woovi-challenge-bank
fullstack @woovi challenge resolution, an app bank to simulate money transactions between users.