Secret Caching for AWS Lambda: Is It Really Working?Recently, I worked on a project that used AWS Lambda functions a lot. As our serverless architecture got more complex, we needed better…Aug 6Aug 6
Boost Your PostgreSQL Queries: Understanding Index TypesWhen working with databases, indexing is a crucial concept that significantly impacts the performance and efficiency of your queries…Jul 7Jul 7
Branching Strategies: A Deep Dive into Trunk-Based Development and GitFlowAs a software engineer, I’ve worked with various development workflows and tools over the years. Among these, two of the most popular…Mar 26, 2023Mar 26, 2023
Understanding Time Complexity of C# List and LINQ MethodsTime complexity is a measure of how long an algorithm takes to run in relation to the size of its input. Big O notation is a common way to…Jan 25, 2023Jan 25, 2023
Scaling Up: The Importance of Fan-In and Fan-Out in System DesignDesign principles are the foundation of any well-designed system. Two important principles to consider when designing a system are fan-in…Jan 23, 2023Jan 23, 2023
Joi: The Ultimate Solution for Data Validation in Node.jsValidating data is an important step in any application, especially as your application grows in complexity. One way to ensure that the…Jan 13, 2023Jan 13, 2023
Sorting Words by Similarity in TypeScript: A Guide to Use Levenshtein distance algorithmIn natural language processing and information retrieval tasks, it is often useful to sort a list of words by their similarity to a single…Jan 12, 2023Jan 12, 2023
Sorting and Filtering Location Data in TypeScriptSorting an array of items based on their distance from a given location is a common task when working with location-based data. In this…Jan 10, 2023Jan 10, 2023
6 Tips for Improving the Performance of your React ApplicationReact is a popular JavaScript library for building user interfaces, and with good reason: it’s declarative, efficient, and flexible. But as…Jan 6, 2023Jan 6, 2023