-
Don’t Make These Mistakes In Production Java: Exceptions
Understanding how to use Java Exceptions well is critical to building maintainable, high-quality production software. This chapter of the Don’t Make These Mistakes In Production Java guide captures the author’s hard-learned lessons building Java software in large-scale production environments. You can find this post and others in the series at http://mattmccann.io. Read on to learn […]
-
Time Travel To Easily Test Animated Views In React-Native
Time travel to simplify React-Native UI testing with Jest! Animated Views are no longer a pain to test when using this space-time bending testing technique.
-
Compiling TensorFlow with CUDA Capability 3.0 Support
Don’t let your older GPU slow you down! Discover how to compile TensorFlow from scratch to unlock GPU acceleration with CUDA Compute Capability 3.0.