I'm a 5th-year computer science student at ESI Algiers. I'm a software engineer working as a web and mobile developer. Very interested in intelligent system development and machine learning
I'm available for remote work
Aug 8, 2023 · 6 min read · Introduction In the realm of concurrency, where multiple threads, and processes work to accomplish a certain task in parallel, the concept of synchronization becomes paramount as it allows achieving data consistency across all processes when these pr...
BREDOUANE commented
May 6, 2023 · 5 min read · Introduction Searching is an essential functionality in most commercial mobile apps as it allows users to quickly retrieve their content of interest rather than going through all the provided content which results in a poor user experience. Implement...
RRomman commented
Oct 10, 2022 · 4 min read · Introduction Most of us have used tools like hot reload in our development journey where the app listens for file changes and reloads itself. An example of these tools is nodemon which monitors file changes in the directory and reloads the server aut...
CMabrouki commented
Sep 4, 2022 · 8 min read · Introduction Real-Time communication or RTC has been a significant problem in computer science that’s tackled by a lot of engineers, it describes the responsiveness of a service within a specified time constraint, usually milliseconds or microseconds...
Join discussion