Activity
docs: add guide for technical and non-technical interviews
docs: add guide for technical and non-technical interviews
learn: implement dynamic trait objects in Rust using Box for Animal t…
learn: implement dynamic trait objects in Rust using Box for Animal t…
refractor: add comment to clarify user connection count invalidation …
refractor: add comment to clarify user connection count invalidation …
feat: add spin_up.sh script as a refrence to the container deployment…
feat: add spin_up.sh script as a refrence to the container deployment…
feat: add initial server log file to track server activity and requests
feat: add initial server log file to track server activity and requests
feat: refactor configuration management to use centralized environmen…
feat: refactor configuration management to use centralized environmen…
feat: replace devlog with log_message for consistent logging in handlers
feat: replace devlog with log_message for consistent logging in handlers
feat: enhance logging functionality with improved level handling and …
feat: enhance logging functionality with improved level handling and …
refactor: update import paths for utility functions to improve module…
refactor: update import paths for utility functions to improve module…
feat: add configuration management from environment variables with la…
feat: add configuration management from environment variables with la…
moved util function to crate itself as there were just 2
moved util function to crate itself as there were just 2
refactor: reorganize module imports and enhance configuration managem…
refactor: reorganize module imports and enhance configuration managem…
feat: enhance authentication logic to manage concurrent connections a…
feat: enhance authentication logic to manage concurrent connections a…
feat: WebSocket I/O handlers for dynamic namespaces and authenticatio…
feat: WebSocket I/O handlers for dynamic namespaces and authenticatio…
refactor: update decrement_user_hits function to accept an optional p…
refactor: update decrement_user_hits function to accept an optional p…
feat: integrate LRU cache for user management and optimize user hit d…
feat: integrate LRU cache for user management and optimize user hit d…
feat: update request limit functions to use usize for improved memory…
feat: update request limit functions to use usize for improved memory…
fix: change UserLimits fields from i64 to usize for better memory eff…
fix: change UserLimits fields from i64 to usize for better memory eff…
feat: cache to maintain user relevancy by removing least recently use…
feat: cache to maintain user relevancy by removing least recently use…
removed from server, now using a dashmap with lru :)
removed from server, now using a dashmap with lru :)
update socketiooxide dependency from v12.0 to v15.1
update socketiooxide dependency from v12.0 to v15.1
feat: lazy_static version for user management with LRU caching - stil…
feat: lazy_static version for user management with LRU caching - stil…
remove form project structure: user management with a Mutex and HashM…
remove form project structure: user management with a Mutex and HashM…