1801 1215 1695 1300 1275 1765 1455 1388 1978 1894 1461 1211 1534 1623 1627 1634 1554 1727 1358 1848 1352 1256 1943 1441 1693 1586 1913 1831 1215 1298 1746 1270 1727 1554 1199 1689 1236 1349 1210 1998 1087 1247 1514 1585 1764 1017 1869 1667 1151 1546 1454 1998 1793 1153 1008 1177 1390 1646 1339 1959 1317 1471 1492 1016 1488 1432 1798 1494 1029 1376 1227 1587 1863 1228 1429 1421 1545 1489 1371 1803 1184 1003 1726 1137 1244 1920 1957 1901 1760 1202 1039 1133 1436 1165 1090 1236 1532 1671 1452 PHPnews.io | The amazing payoff goes here

PHPnews.io

Overview for 'frankdejonge'



Back the func off, this is my abstraction!

Written by Frank de Jonge / Original link on May. 1, 2021

Integrating services over API's exposes your application to a range of possible failures. At scale, any network interaction can and will fail. Implementing a retry mechanism is a common approach to increase fault tolerance. Taking into account how systems fail when designing software can greatly im…


A new major version of Flysystem

Written by Frank de Jonge / Original link on Dec. 21, 2020

For those who missed it, a new major version of Flysystem was released on the 24th of November. A new major version allows you break with the past for the sake of the future, which is exactly what I've done. For the second version of Flysystem I went back to the drawing board. Many of the library's…


Testing without mocking frameworks.

Written by Frank de Jonge / Original link on Mar. 23, 2020

Over the years, my coding practices have changed a lot. From hacking away until it works to TDD/BDD/DDD and everything in between. One of the biggest changes in my developer career has been when, why, and how I test my code. In particular, my view on mocking frameworks has changed a lot. A couple…


Testing without mocking frameworks.

Written by Frank de Jonge / Original link on Mar. 23, 2020

Over the years, my coding practices have changed a lot. From hacking away until it works to TDD/BDD/DDD and everything in between. One of the biggest changes in my developer career has been when, why, and how I test my code. In particular, my view on mocking frameworks has changed a lot. A couple…