Results for: #performance
- A super mini Excel backendOctober 17, 2025 
- Go Slices Are Not What You Think They AreOctober 10, 2025 
- Building a Browser-Based Offline Video RecorderAugust 19, 2025 
- SQL vs NoSQLApril 29, 2025 
- Have You Ever Wondered How the Hell a List Works Under the Hood?March 15, 2025 
- Better Error Handling in C# with Result TypesMarch 1, 2025 
- Logging in C#: Avoiding string interpolation, tips and advantage of using structured loggingFebruary 1, 2025 
- When to Return a Task vs. AwaitDecember 26, 2024 
- Mini-Grep: A Simple CLI grep written in RustNovember 29, 2023 performanceprogrammingoptimizationrustdata-structuresmultithreadingprojectmemoryscalabilityconcurrencyCLI
- How to Write Effective Unit TestsNovember 7, 2023 
- Rust-based internal CLI tool - configure your setup - spend no time configuringSeptember 12, 2023 
- Creating a form in React with react-hook-form vs useStateAugust 16, 2023 
- Understanding the Magic Behind HashMapsJuly 29, 2023 
- Improving File I/O Performance in Java: Buffered vs Unbuffered StreamsMay 30, 2023 
- String Concatenation in Java - Performance ComparisonMay 27, 2023 
- Improving Array Comparison Performance with Set and Array.from()May 3, 2023 
- Implementing the Spread Operator in TypeScript - A Look Under the HoodMay 1, 2023 
- Boosting Performance and Scalability with an LRU CacheApril 19, 2023 
- Performance Comparison: For Loops vs Reduce in JavaScript for Large Data SetsApril 9, 2023 
- Finding the Missing Number: An Efficient Solution Using Gauss FormulaApril 8, 2023 
- Improving API request performance in your JavaScript application using an async request queueMarch 25, 2023 
- Binary Search - Time complexity - What does O(logN) mean?December 12, 2022