MattMcCann.io

MattMcCann.io

  • Don’t Make These Mistakes In Production Java: Exceptions

    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 […]

    May 2, 2023
  • Time Travel To Easily Test Animated Views In React-Native

    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.

    April 13, 2023
  • Compiling TensorFlow with CUDA Capability 3.0 Support

    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.

    April 2, 2023

MattMcCann.io