-
Multi-Agent Framework that enhances document creation with three agents: Semantics Identification, Document Retrieval, and Content Generation, ensuring accuracy and user alignment.
-
This project provides an in-depth explanation of a TypeScript code example that demonstrates the hexagonal architecture.
TypeScript UpdatedJul 29, 2023 -
ddd-typical-scenario-ts Public
Example repository demonstrating DDD in TypeScript for structuring scalable and maintainable web applications.
TypeScript UpdatedJul 17, 2023 -
Example repository demonstrating Clean Architecture in TypeScript for structuring scalable and maintainable web applications.
TypeScript UpdatedJun 26, 2023 -
The project creates a guide for securing a JS app with OAuth2.0 Authorization Code Flow and PKCE extension, including token acquisition.
JavaScript UpdatedApr 22, 2023 -
Send Encrypted Message: A Node.js app for secure message exchange between two parties. Client-side uses RSA-OAEP encryption, server-side uses private key decryption.
HTML UpdatedApr 14, 2023 -
stream-hls-ffmpeg Public
This repository contains a command for streaming video content using the FFmpeg library and a HLS (HTTP Live Streaming) server. The command converts the video format to the HLS format and transmits…
Shell UpdatedMar 31, 2023 -
realtime-chat-server-ws Public
This is a real-time chat server built with Node.js, using WebSocket technology for instant messaging. It provides secure, encrypted communication and can handle many concurrent connections.
JavaScript UpdatedMar 29, 2023 -
otp-authentication-server Public
This is an OTP (One-Time Password) server built with Node.js. It generates and verifies unique codes that expire after a short time period. The server offers a REST API to enable integration with o…
JavaScript UpdatedMar 29, 2023 -
oauth2-implicit-flow Public
This OAuth 2 provider in Node.js allows users to authenticate and authorize access to protected resources through third-party applications. It securely handles authentication and token generation, …
JavaScript UpdatedMar 29, 2023 -
media-storage-server Public
This is a simple Node.js server that allows you to store and retrieve static content files on the server. It supports the PUT and GET methods for uploading and downloading files respectively.
JavaScript UpdatedMar 29, 2023 -
oidc-authorization-server Public
This is an Authorization Server built using Node.js and Express.js. It provides endpoints for authentication, authorization, and token issuance for a client application.
JavaScript UpdatedFeb 28, 2023 -
live-streaming-ipfs Public
This live streaming app built with Node.js and Web3 enables content creators to stream their content and have it uploaded to IPFS, a decentralized storage network. The app allows for secure and eff…
-
ocr-mrz-tesseract Public
This Node.js OCR system utilizes Tesseract to extract Machine-Readable Zone (MRZ) data from passports and IDs. It accurately recognizes text characters, enabling efficient and reliable data extract…
-
js-basics-web-animation Public
This is a beginner's guide to JavaScript basics and animation, covering topics like variable declarations, data types, functions, events, the DOM, and Web Animations API. It includes code examples …