Explore
Select a tab
What's new
Essential practices for writing better tests in TDD
Discover how TDD, or test-driven development, contributes to Agile development methodologies and learn best practices that ensure your tests not only validate functionality but also improve overall code quality. In this post, we will delve into a few best practices that are to be followed for improving the test quality in TDD or BDD (behavior-driven development) approaches.
Blog
•Jun 25, 2024
System Prompts and Zero-shot vs Few-shot Prompting
Prompts are an integral part of interacting with a large language model (LLM), but sometimes getting your desired output can be tricky. Let's take a look at how your output is affected by the system prompt and how you can achieve a better response using zero-shot and few-shot prompting techniques.
Blog
•Mar 8, 2024
PCI DSS 4, APIs and You - The Ostrich is Looking Around
The Payment Card Industry (PCI) Security Standards Council's Data Security Standard (DSS) 4.0, effective March 31, 2024, introduces significant updates with a focus on API security. It mandates broader code repository coverage, emphasizes secure development practices, and encourages early integration of security measures, marking a notable shift towards a proactive security culture in handling sensitive payment information.
Blog
•Feb 28, 2024
Performance Benchmarking: Bun vs. C# vs. Go vs. Node.js vs. Python
I took 5 runtimes and built functionally identical REST APIs with each of them. Then I ran load tests for each application to measure their performance.
Blog
•Jun 13, 2023
An Introduction to Regular Expressions in C#
Learn how to use regular expressions in C# to perform advanced searches in text and easily convert text, leveraging the best of regexes and C#.
Blog
•Apr 1, 2021