Angular Test First Workflow

The context

Single page applications are significant part of a modern web. Their scale is increasing from simple tools to large webpages. Because of that, we as developers have to be sure that our apps are working as expected, and that new features we are implementing would not break other parts of our page.

Read more »
Author's profile picture Vitalii Bilous

Perfect Housewife tells how to put up laundry to avoid excessive ironing

The context

Every Perfect Housewife sometimes has to iron freshly washed and dried clothes. It’s a common task for every week of the year. She has to iron everything but there are some simple ways to get ironed only parts of the laundry. The secret is stretching clothes before drying.

Read more »
Author's profile picture Justyna Krawieczyńska

Perfect Housewife keeps code clean with require.js

The context

The well-known problem: washing socks and mixing colorful clothes. Every time we have to put on socks there is always a small difference within chosen pair. Sometimes one sock is missing, sometimes the color is washed more on one, sometimes we can also get nice rouge t-shirt while washing it with lost red sock.

Read more »
Author's profile picture Justyna Krawieczyńska

Becoming HATEOAS with ASP.NET Web API 2.2

The context

Hypermedia is an important aspect of REST. It allows you to build services that decouple client and server and allow them to evolve independently. This is achieved by returning representations of resources having links that indicate associated resources and way to interact with them.

Read more »
Author's profile picture Krzysztof Staruch