Video Details ISBN 9781801073288 Course Length 4 hours 0 minute About Data preparation, data cleaning, data preprocessing (whatever you want to call it) is quite often the most tedious and time-consuming work in …
Tag: Java
Video Description Objects are the central concept of languages like Java, Python, C#. Applying best practices for object design means that your code will be easy to read, write, and maintain. Object Design Style …
Video Details ISBN 9781803244303 Course Length 8 hours 30 minutes About Apache Spark 3 is an open-source distributed engine for querying and processing data. This course will provide you with a detailed …
Description This course covers Java programming all the way from Basics to Advanced topics like Object Oriented Programming. In this course we will cover: • Datatypes in java • Function • Loops • …
Description Android App Development will open many doors for you since Android is the most popular operating system in the World. This is a hands-on class, which means you will be actually building a …
Description: Java’s been around for over a quarter of a century now, but it remains dominant in the world of programming due to its portability, speed, and security. Yet with today’s increased reliance on …
Description: Build full-stack applications using React and Spring Boot. Overview: In recent years, React has emerged as a popular lightweight framework for implementing compelling web-based user interfaces. Using React you can easily integrate …
Learn Flutter – Google’s mobile development framework – and build Flutter iOS and Android apps using a single codebase Video Details ISBN 9781800563322 Course Length 21 hours 30 minutes What You Will …
Description Java is a useful ,robust and popular programming language to embark on that journey. This course is a practical Hands-on course from the first to the last section. The best way to learn …
Description This is a crash course about Kotlin programming language. Since 2016 Kotlin is the preferred language for Android mobile app development, which means that this relatively new language is becoming more and more …
OAK, Long Live Technology About This Class Hi there, Welcome to Android Development: Android App Developer Course with Pie course. Android is the most used operating system on the planet. In fact, it’s almost …
The Ultimate React Native Series - Fundamentals Master the Fundamentals of Building Native Apps with React Native and Expo Turn Your Ideas Into Mobile Apps Have an idea for an app but but been …
by James McLaughlin Publisher: Apress Release Date: November 2019 ISBN: 9781484255940 Video Description Come up to speed with Java functional programming and write effective Java code with less effort using lambdas and the stream …
NANODEGREE PROGRAM--nd035 Become a Java Developer Learn enterprise scale back-end development with Java, and be prepared for the software engineering jobs that are in demand at a majority of Fortune 500 companies like Google, …
36-minute workshop with Chris Ramacciotti About this Workshop During this workshop, you'll learn a few ways to build and deploy your Spring application. Specifically, we'll cover three scenarios: Deploying with an embedded web server, Deploying …
30-minute workshop with Chris Ramacciotti About this Workshop Developing applications for distribution usually involves the use of a build tool. In the Java world, this is likely either Gradle or Maven. In this workshop, we'll …
189-minute Java Course About this Course JavaFX is the de facto way to make Graphical User Interfaces (or GUIs) in Java. It is robust and customizable, and getting familiar with its APIs will expose many …
"ReleaseDate": "2017-03-13T00:00:00Z", "UpdatedDate": "2017-03-13T00:00:00Z", "Level": "Advanced", "ShortDescription": "Concurrency is a hard to master topic. This Java course takes you from the basics you already know, (runnable and synchronization) to the next level: the java.util.concurrent API.", …
"ReleaseDate": "2015-06-04T00:00:00Z", "UpdatedDate": "2015-06-04T00:00:00Z", "Level": "Intermediate", "ShortDescription": "This course covers all aspects of garbage collection in Java, including how memory is split into generations and managed and how the different collectors do their job. We …
Author Simon Allardice Released 5/22/2012 Most modern programming languages, such as Java, C#, Ruby, and Python, are object-oriented languages, which help group individual bits of code into a complex and coherent application. However, object-orientation itself …
Author Peggy Fisher Released 5/26/2016 JavaFX is the standard tool for GUI development (replacing Swing in Java SE), and the next step in the evolution of Java. Learn how to use JavaFX to develop your …
Author Raghavendra Dixit Released 11/20/2017 Enhance your programming skill set by learning about some of the most commonly-used data structures and algorithms. In this course, instructor Raghavendra Dixit walks through how to use Java to …
84-minute workshop with Chris Ramacciotti About this Workshop In this workshop, we'll discuss how to get up and running with user authentication and authorization using Spring Security. We'll be storing user data, including names and …
Author Peggy Fisher Released 2/26/2015 Java is one of the top-five programming languages, and is used for websites, embedded controllers, and Android app development. This is an introduction to get you started programming with Java. …
122-minute Java Course About this Course Unit testing is a Java best practice that ensures your code is working how it was intended. It is a critical habit that you should develop early on in …
93-minute workshop with Chris Ramacciotti About this Workshop Though extensive knowledge about how to code a fancy Spring MVC application can impress a lot of folks, you'll need to add unit testing to your app …
230-minute Java Course About this Course Using Hibernate to manage relational data in a Spring web application is not only an extremely powerful and scalable approach, but also widely used. In this course, we'll add …
183-minute Java Course About this Course Spring provides a plethora of widely-used development tools for Java programmers, one of which is a library for creating interactive web applications. In this course we'll begin to leverage …
16-minute workshop with Craig Dennis About this Workshop Lambdas are anonymous functions. They were added to the language in Java 8, and can be used any place a Single Abstract Method was used before. Teacher …
118-minute Java Course About this Course Annotations have rapidly become the preferred approach to integrating powerful third-party libraries into your own Java applications. In this course, we'll first explore the basic use of annotations to …
288-minute Java Course About this Course Functional Programming is an old paradigm, but one that is relatively new to Java world. In this course we will explore how to take advantage of the power that …
145-minute Java Course About this Course Spark is a Micro-framework that allows you to spin up a web server fairly easily. What you'll learn Spark Microframework Request Response loop Session management Error handling Teacher Craig …
129-minute Java Course About this Course Most meaningful applications you will write will have a database associated with it. Knowing how to connect with and incorporate this data is critical to success as a Java …
30-minute workshop with Craig Dennis About this Workshop This workshop will walk through what dependencies are, why you want them, how to use them, and finally how to manage them. Teacher Craig Dennis I …
79-minute workshop with Craig Dennis About this Workshop We developers spend more than half our time maintaining code. In this course you will get armed with some helpful debugging tools and practices that will help …
119-minute workshop with Craig Dennis About this Workshop Let's build a Spring Boot application that builds out a Course Reviews API. We'll check out the awesome Spring Data REST umbrella project. Source code is available …
115-minute workshop with Craig Dennis About this Workshop Together we'll explore how to build a REST API in the wonderful Spark micro-framework. Teacher Craig Dennis I am a developer / mentor seeking to make this …
Course details Spring is the hugely popular framework for developing Java applications in the enterprise space. In this course, discover how to leverage Spring Boot, which takes an opinionated view of the Spring platform. Follow …
Course details Kotlin is a concise, easy-to-use programming language from JetBrains that's 100% compatible with Java, and is an officially supported development language for Android. With its clean syntax and ability to eliminate most null …
Course details Working with both object-oriented software and relational databases can be time consuming. Due to a paradigm mismatch between how data is represented in objects (which are usually nonscalar values) versus relational databases (where …
Course details Docker—a leading software container platform—can simplify the overall application delivery experience by providing a common platform for collaboration. Docker integrates seamlessly with existing tool chains, making it easier to deliver software rapidly. In …
Course details Turbocharge your back-end Java RESTful API development with Spring Boot and Spring Data technologies. This course is intended for experienced Java developers who want to rapidly build microservices that connect with relational databases …
“ReleaseDate“: “2014-04-07T00:00:00Z”, “UpdatedDate“: “2014-04-07T00:00:00Z”, “Level“: “Intermediate”, “ShortDescription“: “This course covers Test-Driven Development (TDD) practices, and tools supporting TDD on the Java Platform.”, “Description“: “This course covers Test-Driven Development (TDD) practices and tools supporting TDD on …
“ReleaseDate“: “2016-03-03T00:00:00Z”, “UpdatedDate“: “2016-03-03T00:00:00Z”, “Level“: “Beginner”, “ShortDescription“: “A course for all the Java Developers who want to work with JDBC Programming.”, “Description“: “This course provides complete information which is required for JDBC Programming from Beginner …
“ReleaseDate“: “2014-06-05T00:00:00Z”, “UpdatedDate“: “2014-06-05T00:00:00Z”, “Level“: “Intermediate”, “ShortDescription“: “To build web applications in Java, you need to understand the libraries and concepts that underly the higher level frameworks, and this course helps you to do that. …
“ReleaseDate“: “2015-05-11T00:00:00Z”, “UpdatedDate“: “2015-05-11T00:00:00Z”, “Level“: “Beginner”, “ShortDescription“: “The easiest and most pleasant way to get started with unit testing, JUnit, and Test Driven Development (TDD) that you could imagine.”, “Description“: “This course introduces why you …
“ReleaseDate“: “2016-04-04T00:00:00Z”, “UpdatedDate“: “2016-04-04T00:00:00Z”, “Level“: “Intermediate”, “ShortDescription“: “If you want to be able to write multi-threaded Java apps, this course is for you. You’ll learn about problems with concurrent programming on multicore CPU, and false …
“ReleaseDate“: “2015-12-02T00:00:00Z”, “UpdatedDate“: “2015-12-02T00:00:00Z”, “Level“: “Beginner”, “ShortDescription“: “This course provides complete coverage of the Java programming language and serves as a strong foundation for all Java-based development environments including client-based, server-side, and Android.”, “Description“: “This …
“ReleaseDate“: “2016-06-28T00:00:00Z”, “UpdatedDate“: “2016-07-21T00:00:00Z”, “Level“: “Beginner”, “ShortDescription“: “This course provides thorough coverage of the core Java platform, giving you the skills needed to begin developing in the Java Runtime Environment (JRE) and serving as a …
“ReleaseDate“: “2016-03-07T00:00:00Z”, “UpdatedDate“: “2016-03-07T00:00:00Z”, “Level“: “Beginner”, “ShortDescription“: “Learn why you would want to use collections instead of arrays and understand the power of Lists, Sets, and Maps.”, “Description“: “Working with data is fundamental to any …
“ReleaseDate“: “2015-08-20T00:00:00Z”, “UpdatedDate“: “2015-08-20T00:00:00Z”, “Level“: “Intermediate”, “ShortDescription“: “The Gang of Four Design Patterns explained and implemented using Java.”, “Description“: “This course is part of a three-part series covering design patterns using Java. This part covers …
“ReleaseDate“: “2015-08-10T00:00:00Z”, “UpdatedDate“: “2015-08-10T00:00:00Z”, “Level“: “Intermediate”, “ShortDescription“: “Java generics are supposed to be powerful but hard to use – this course makes them easy.”, “Description“: “Java’s powerful generics has been available to developers for ten …