Explore >> Select a destination


You are here

sudonull.com
| | blog.martinig.ch
7.7 parsecs away

Travel
| | Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to
| | chaosinmotion.com
8.7 parsecs away

Travel
| | A design pattern is defined as "general, reusable solution to a commonly occurring problem within a given context in software design." The idea is that when you encounter a problem, it provides a ready to use template for helping to solve that problem. If you look at the Wikipedia article linked above, we then drop...
| | blog.bittersweetryan.com
2.8 parsecs away

Travel
| | In functional programming a map function is a way to create an array by passing each element of the array into a function. Mapping function...
| | www.mabl.com
24.5 parsecs away

Travel
| Learn how to effectively design Unit Tests and avoid common pitfalls when testing. Unit testing is paramount as the first form of testing in the CI/CD pipeline.