A monthly overview of things you need to know as an architect or aspiring architect. Vivek Yadav, an engineering manager from Stripe, shares his experience in building a testing system based on ...
Java API definitions In Part 1, I explained the distinction between prescriptive and descriptive API use. In a prescriptive definition, the API drives code creation, whereas in a descriptive ...
While you were getting your coffee, Java application development changed–again. In a world driven by rapid change and innovation, it’s ironic that APIs are making a comeback. Like the coding ...
Separating interface from implementation has many practical benefits. Here’s a simple way to do just that, in ANSI-standard C code. How do you organize medium-sized or larger C programs? Few C ...