Mem dump
I am recording the present information for future troubleshooting.
Featured
Spider-man Swinging Mechanics
Posted on:September 17, 2023 at 05:02 PMHow to determine the angle of spin, understanding the swing direction calculation, and implementing the swinging mechanics in Unity using C#.
Hash Indexes
Posted on:May 5, 2023 at 08:33 AMWhen working with databases, it's common to need a fast way to look up data based on a certain value. One popular way to do this is with a hash index.
Binary Search
Posted on:March 30, 2023 at 10:37 AMBinary search is an algorithm that helps you find an item in a sorted list much faster than if you were to search for it one by one.
NoSQL and SQL databases
Posted on:March 27, 2023 at 06:47 PMWhen should you choose between NoSQL and SQL databases?
Distributed Systems
Posted on:March 21, 2023 at 11:07 PMMany applications nowadays are data-intensive as opposed to CPU-intensive. Learn the basic concepts of distributed systems.
Recent Posts
Spider-man Swinging Mechanics
Posted on:September 17, 2023 at 05:02 PMHow to determine the angle of spin, understanding the swing direction calculation, and implementing the swinging mechanics in Unity using C#.
Hash Indexes
Posted on:May 5, 2023 at 08:33 AMWhen working with databases, it's common to need a fast way to look up data based on a certain value. One popular way to do this is with a hash index.
Binary Search
Posted on:March 30, 2023 at 10:37 AMBinary search is an algorithm that helps you find an item in a sorted list much faster than if you were to search for it one by one.
NoSQL and SQL databases
Posted on:March 27, 2023 at 06:47 PMWhen should you choose between NoSQL and SQL databases?