Explore the practical side of REST to build data-centric applications with Node
Comprehensive guide to learn data science for a Julia programmer, right from the exploratory analytics part to the visualization part.
Apply the incredible language to build web-scale, real-time systems and applications on your own
Explore the fundamentals of the Yii2 framework to reproduce them in your environment and create modern web applications quickly
After taking this course, you can start mastering ExpressJS by building RESTful APIs for your single-page applications (powered by AngularJS, ReactJS, BackboneJS or any other front-end framework). With ExpressJS, developers can easily organize their code (middleware pattern), add more functionality (npm modules) and configure the server (configuration over convention).
In this track, you’ll learn how to build a website powered by WordPress, which is one of the quickest and most popular ways to build a dynamic website. Since its debut in 2003, WordPress has become so popular that nearly 75-million websites all around the world are powered by it, which makes up almost 20% of the internet! Also, because it’s an open-source platform, it has millions of themes and plugins available for anyone to use — most of which are completely free and easily customizable for your website.
Enhance your understanding of Computer Vision and image processing by developing real-world projects in OpenCV 3
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.
In this course we'll delve into the full spectrum of database interactions. Whether the application is an e-commerce, or social network site, or even a todo app on your phone, the data needs to change over time. CRUD is an acronym that refers to the four main operations that you'd want to perform on data in a database: Create, Read, Update, Delete.