WTF is a Bloom Filter?
Bloom Filter is a probabilistic data structure that is used to test whether an element is a member of a set. False positive matches are possible, but false negatives are not.
Sharing what I have learned as a developer
Bloom Filter is a probabilistic data structure that is used to test whether an element is a member of a set. False positive matches are possible, but false negatives are not.
Designing a video transcoding service from scratch using TUSd, FFmpeg, RabbitMQ, AWS S3/Minio and HLS for early startups
We will explore the powerful combination of Nginx as a load balancer and Docker Compose for orchestrating multiple Express-based apps.
It is a simple client side routing library in React. It swaps the components based on the current pathname.
OpenGL is a Graphics rendering API which is operating system independent, window system independent and has high-quality color images composed of geometric and image primitives.
C++ can used in browser itself, this might blows your mind. Because it is true through a tech called web assembly.
If you work with computer(which I do most of the time) and have people around you, it is possible that they will ask you for favour. I was no exception.