Next level optimizations and enhancements for React web apps
The need for building highly performant and maintainable user interfaces is now greater than ever. React, a library designed and developed by Facebook, can solve many of the existing problems users face today–including poor browser performance while handling dynamic interactions with high loads of data. React also solves a lot of challenges for front-end developers. Due to its popularity, other supporting frameworks, such as Redux, came into the picture to make applications more predictable, testable, and easier to debug. However, they come with a different approach to front-end development and testing.
This course teaches you how to create a stand-alone MySQL database and how to add, change, delete, and query data within that database. You'll develop a basic understanding of relational databases and gain hands-on experience with the typical software tools application developers, business analysts, and database report writers use to create and work with MySQL databases.
Learn all the skills you need to build your first game
Business executives and entrepreneurs keen on cutting through the hype surrounding deep learning will benefit from this course detailing how top players across a variety of industries deploy deep learning for real world purposes and real world revenues.
You've tried to figure out what all those technical terms are all about (WTF is a reducer??) and you may even be convinced that you need a degree in Computer Science to be able to use Redux. You don't.
Master GUI programming using Python
Java Concurrency LiveLessons, Second Edition teaches you how to develop high-quality concurrent software applications and reusable frameworks through the use of patterns, object-oriented design and functional programming techniques, and Java language features, including Java 8 lambda expressions, parallel streams, and completable futures.
This course provides beginning to intermediate C++ developers with the knowledge required for up-to-date C++ programming. It begins by introducing the concepts of design patterns and idioms, outlining their usefulness, and demonstrating some traditional C++ implementations using pointers and manual memory management.
Explore the practical side of REST to build data-centric applications with Node