DORSETRIGS
Home

language-agnostic (21 post)


posts by category not found!

What's the difference between faking, mocking, and stubbing?

Understanding the Differences Between Faking Mocking and Stubbing in Unit Testing When it comes to unit testing in software development concepts like faking moc

3 min read 09-10-2024 34
What's the difference between faking, mocking, and stubbing?
What's the difference between faking, mocking, and stubbing?

Guidance for writing a wrapper for a REST API

Guidance for Writing a Wrapper for a REST API When working with REST APIs developers often find themselves needing to create a wrapper around the API for variou

3 min read 09-10-2024 37
Guidance for writing a wrapper for a REST API
Guidance for writing a wrapper for a REST API

Exposing WebService APIs to the outside world for universal access

Exposing Web Service APIs to the Outside World for Universal Access In todays interconnected digital landscape businesses and developers are increasingly relyin

3 min read 08-10-2024 25
Exposing WebService APIs to the outside world for universal access
Exposing WebService APIs to the outside world for universal access

Why is NaN not equal to NaN?

Understanding Why Na N is Not Equal to Na N When diving into the world of programming and mathematics one might stumble upon the perplexing scenario where Not a

3 min read 08-10-2024 37
Why is NaN not equal to NaN?
Why is NaN not equal to NaN?

Hash string into RGB color

Hash String into RGB Color A Step by Step Guide When working with programming and web development the need to represent strings in a visual manner often arises

3 min read 08-10-2024 20
Hash string into RGB color
Hash string into RGB color

How to parse and capture any measurement unit

Capturing Every Unit Parsing and Extracting Measurements with Code Have you ever found yourself working with data that includes measurements but the units are i

2 min read 07-10-2024 25
How to parse and capture any measurement unit
How to parse and capture any measurement unit

How to model complex business logic and generate tests?

How to Model Complex Business Logic and Generate Tests Modeling complex business logic effectively is crucial for creating reliable software applications This a

3 min read 15-09-2024 63
How to model complex business logic and generate tests?
How to model complex business logic and generate tests?

Learning to write a compiler

Building Your Own Compiler A Journey into the Heart of Programming Ever wondered how the code you write transforms into the instructions your computer understan

2 min read 07-09-2024 73
Learning to write a compiler
Learning to write a compiler

How do you detect Credit card type based on number?

Detecting Credit Card Type Based on Number A Comprehensive Guide Have you ever wondered how online payment gateways instantly recognize the type of credit card

2 min read 07-09-2024 65
How do you detect Credit card type based on number?
How do you detect Credit card type based on number?

What exactly is GUID? Why and where I should use it?

Understanding GUIDs What They Are and Where to Use Them Lets delve into the world of GUIDs Globally Unique Identifiers also known as UUIDs Universally Unique Id

2 min read 07-09-2024 61
What exactly is GUID? Why and where I should use it?
What exactly is GUID? Why and where I should use it?

Open a new tab in firefox and keep ff in the background

Opening Links in Firefox Tabs without Stealing Focus A Guide for Claws Mail Users Many users particularly those relying on feed readers like Claws Mail want to

2 min read 07-09-2024 49
Open a new tab in firefox and keep ff in the background
Open a new tab in firefox and keep ff in the background

What is Serialization?

Understanding Serialization in Object Oriented Programming Lets dive into the world of object serialization a crucial concept in object oriented programming OOP

less than a minute read 07-09-2024 73
What is Serialization?
What is Serialization?

Does it exist: Repeated Code Finder?

Finding Repeated Code in C Projects Tools and Techniques Scenario You re about to take over a large C project and notice some potential for refactoring You want

2 min read 07-09-2024 49
Does it exist: Repeated Code Finder?
Does it exist: Repeated Code Finder?

What is the fastest integer factorization algorithm?

Speeding Up Amicable Pair Finding A Look at Integer Factorization Algorithms Finding amicable pairs those pairs of integers where the sum of the proper divisors

2 min read 07-09-2024 58
What is the fastest integer factorization algorithm?
What is the fastest integer factorization algorithm?

Under what circumstances are linked lists useful?

When Should You Use a Linked List The question of when to use a linked list as a data structure is a common one particularly for those new to computer science o

2 min read 07-09-2024 69
Under what circumstances are linked lists useful?
Under what circumstances are linked lists useful?

Longest increasing subsequence

Finding the Longest Increasing Subsequence A Comprehensive Guide The problem of finding the Longest Increasing Subsequence LIS is a classic computer science cha

2 min read 07-09-2024 50
Longest increasing subsequence
Longest increasing subsequence

Count all solutions for the N Queens problem: How to get a result for N = 20 in an acceptable time?

Solving the N Queens Problem Efficiently A Guide to Optimizing for N 20 The N Queens problem is a classic computer science puzzle that challenges you to place N

3 min read 07-09-2024 52
Count all solutions for the N Queens problem: How to get a result for N = 20 in an acceptable time?
Count all solutions for the N Queens problem: How to get a result for N = 20 in an acceptable time?

How do I evaluate a text summarization tool?

Evaluating Text Summarization Tools Beyond Time Saved Evaluating the effectiveness of a text summarization tool goes beyond simply measuring the time saved for

2 min read 07-09-2024 59
How do I evaluate a text summarization tool?
How do I evaluate a text summarization tool?

Is floating-point math broken?

Is Floating Point Math Broken Unraveling the Mysteries of Decimal Representation Have you ever encountered a situation where simple arithmetic with decimals in

less than a minute read 30-08-2024 54
Is floating-point math broken?
Is floating-point math broken?

How do you write functional code that is not point-free (tacit)?

Functional Programming Without Point Free Style A Look Beyond Tacit Techniques Functional programming is a powerful paradigm that emphasizes the use of function

2 min read 29-08-2024 55
How do you write functional code that is not point-free (tacit)?
How do you write functional code that is not point-free (tacit)?

What's the difference between an argument and a parameter?

Whats the difference between an argument and a parameter Definitions Lets start with the definitions Parameter A parameter is a variable that is declared in a m

2 min read 27-08-2024 72
What's the difference between an argument and a parameter?
What's the difference between an argument and a parameter?