Explore >> Select a destination


You are here

mitchgordon.me
| | simpleprogrammer.com
15.7 parsecs away

Travel
| | What Languages to Learn, How to Structure Code, Algorithms & Data Structures, Methodologies, Source Control, Object Oriented Design, Frameworks or Stack ...
| | marksands.github.io
11.3 parsecs away

Travel
| | Black and White When writing unit tests using mocks, it forces the developer into whitebox testing. As the tests are supposed to drive the design, one can ar...
| | www.maxpou.fr
12.2 parsecs away

Travel
| | High code coverage doesn't guarantee quality: You can write tests that cover every line but miss edge cases or core functionality.
| | mihaisplace.blog
148.7 parsecs away

Travel
| Author: Mihai Avram | Date: 5/17/2020 Machine Learning has evolved far beyond just training a model on data and running that trained model to return classification results. In order to efficiently build Machine Learning solutions that effectively run in production environments, we must expand our solutions to be able to provision, clean, train, validate, and...