Nicholas Ollis September 17, 2019 Implementing Swish Activation Function in Keras Keras is a favorite tool among many in Machine Learning. TensorFlow is even replacing their hig... Back-End Front-End Full-Stack Web Leveling Up Machine Learning
Josh Justice May 27, 2019 React Data Layer – Part 8: Where to Go From Here Let’s look at some technologies that can be used for more advanced React app data layers... Front-End Full-Stack Web
Josh Justice May 26, 2019 React Data Layer – Part 7: Offline Writes Let’s look at patterns for caching write operations that happen while the user is offline,... Front-End Full-Stack Web
Josh Justice May 23, 2019 React Data Layer – Part 6: Offline Reads Let’s see how we can cache our Redux store for offline access, along with several different... Front-End Full-Stack Web
Josh Justice May 22, 2019 React Data Layer – Part 5: Offline Code Let’s see how Service Workers can help our React app run offline…and how they can get... Front-End Full-Stack Web
Josh Justice May 21, 2019 React Data Layer – Part 4: Backend Data Let’s set up a Redux store to persist data to a backend using Redux Thunk. Front-End Full-Stack Web
Josh Justice May 19, 2019 React Data Layer – Part 3: Login Let’s look at how to authenticate a React app, how to store the token securely, and component patte... Front-End Full-Stack Web
Josh Justice May 19, 2019 React Data Layer – Part 2: Setting Up React and Redux Let’s set up a simple React/Redux app to prepare for ... Front-End Full-Stack Web
Josh Justice May 9, 2019 React Data Layer Series – Part 1 An introduction to an eight-part series on building real-world data layers with React and Redux. Front-End Full-Stack Web