Mocking API Requests in Unit Tests

In many applications, it's common to send requests to external services to acquire various types of data. To ensure our code handles these responses properly, testing is essential. However, in a test ...
0 Read More

Is PHP dead? No, it's evolving!

Is PHP dead? No, it's evolving!
Year after year, misconceptions about PHP being dead resurface, but the reality is that PHP continues to evolve. The relevance of any technology is directly tied to its global usage and the community'...
0 Read More

368. Largest Divisible Subset

368. Largest Divisible SubsetDifficulty: MediumTopics: Array, Math, Dynamic Programming, SortingGiven a set of distinct positive integers nums, return the largest subset answer such that every pair (a...
0 Read More

PHP: generator fun with sun instants

I was reading the Occurfy post and I saw code like â›¶ITimeline sunsets = AstroInstants.LocalSunset; ITimeline twentyMinAfterSunset = sunsets + TimeSpan.FromMinutes(20);And I wanted to mimic this in P...
0 Read More

The Pragmatic Dev – At DoozieSoft

In the current era of developer glorification — side projects, 10x memes, and tech-stack evangelism — DoozieSoft chooses a different path. We don’t chase buzzwords. We don’t reward noise. We b...
0 Read More