Skip to content

Activity

docs: add guide for technical and non-technical interviews

Axnjrpushed 1 commit to main • 81521e0…4169a45 • 
on Jan 28

learn: implement dynamic trait objects in Rust using Box for Animal t…

Axnjrpushed 1 commit to main • a14a5ea…81521e0 • 
on Jan 27

Merge branch 'main' of https://github.com/Axnjr/Ignite

Axnjrpushed 2 commits to main • 699b9eb…a14a5ea • 
on Jan 24

Update README.md

Axnjrpushed 1 commit to main • f718fe7…699b9eb • 
on Jan 23

refractor: add comment to clarify user connection count invalidation …

Axnjrpushed 1 commit to main • 1b1d296…f718fe7 • 
on Jan 22

feat: add spin_up.sh script as a refrence to the container deployment…

Axnjrpushed 1 commit to main • 699265d…1b1d296 • 
on Jan 16

Merge branch 'main' of https://github.com/Axnjr/Ignite

Axnjrpushed 2 commits to main • 63853e9…699265d • 
on Jan 16

Update README.md

Axnjrpushed 1 commit to main • 5082aa8…63853e9 • 
on Jan 16

feat: add initial server log file to track server activity and requests

Axnjrpushed 1 commit to main • 1d8a06a…5082aa8 • 
on Jan 16

feat: refactor configuration management to use centralized environmen…

Axnjrpushed 1 commit to main • 89cfa7f…1d8a06a • 
on Jan 16

feat: replace devlog with log_message for consistent logging in handlers

Axnjrpushed 1 commit to main • b8a18c7…89cfa7f • 
on Jan 16

feat: enhance logging functionality with improved level handling and …

Axnjrpushed 1 commit to main • 31b81d7…b8a18c7 • 
on Jan 16

refactor: update import paths for utility functions to improve module…

Axnjrpushed 1 commit to main • 1f4451c…31b81d7 • 
on Jan 16

feat: add configuration management from environment variables with la…

Axnjrpushed 1 commit to main • 6ab30ba…1f4451c • 
on Jan 16

moved util function to crate itself as there were just 2

Axnjrpushed 1 commit to main • 12a4373…6ab30ba • 
on Jan 16

refactor: reorganize module imports and enhance configuration managem…

Axnjrpushed 1 commit to main • 876f9ba…12a4373 • 
on Jan 16

refractor: remove previous comment

Axnjrpushed 1 commit to main • 4d643f8…876f9ba • 
on Jan 16

feat: enhance authentication logic to manage concurrent connections a…

Axnjrpushed 1 commit to main • 34b01c7…4d643f8 • 
on Jan 16

feat: WebSocket I/O handlers for dynamic namespaces and authenticatio…

Axnjrpushed 1 commit to main • 7508781…34b01c7 • 
on Jan 16

refactor: update decrement_user_hits function to accept an optional p…

Axnjrpushed 1 commit to main • 432af69…7508781 • 
on Jan 16

feat: integrate LRU cache for user management and optimize user hit d…

Axnjrpushed 1 commit to main • 3962b33…432af69 • 
on Jan 16

feat: update request limit functions to use usize for improved memory…

Axnjrpushed 1 commit to main • 78fc474…3962b33 • 
on Jan 16

fix: change UserLimits fields from i64 to usize for better memory eff…

Axnjrpushed 1 commit to main • 6fa31e7…78fc474 • 
on Jan 16

feat: cache to maintain user relevancy by removing least recently use…

Axnjrpushed 1 commit to main • 21e1bd6…6fa31e7 • 
on Jan 16

removed from server, now using a dashmap with lru :)

Axnjrpushed 1 commit to main • a8079d0…21e1bd6 • 
on Jan 15

update socketiooxide dependency from v12.0 to v15.1

Axnjrpushed 1 commit to main • 152d371…a8079d0 • 
on Jan 15

updated tests based on testing scenarios

Axnjrpushed 1 commit to main • 772ce25…152d371 • 
on Jan 15

feat: lazy_static version for user management with LRU caching - stil…

Axnjrpushed 1 commit to main • a661c06…772ce25 • 
on Jan 15

remove form project structure: user management with a Mutex and HashM…

Axnjrpushed 1 commit to main • dac7e7f…a661c06 • 
on Jan 15

feat: overall database schema for user accounts, details and sessions

Axnjrpushed 1 commit to main • a79496b…dac7e7f • 
on Jan 15