Ebook/Video Tutorial » Page 8

First Steps in Java

First Steps in Java
First Steps in Java


Get a good grasp on the basics of Java programming language: topics ranging from basic syntax to database operations This course is designed for students or anyone else who want to start Java as a programming language. We will consider several topics ranging from installing Java itself to MySQL database operations. The first chapter will be about the basics: loops, decision making, variables and so on. The next chapters will be about exception handling as well as how to deal with input/output operations. Of course, we will consider the object orinted principles: inheritance, polymorphism and encapsulation as well. The last chapter will be about how to connect to a MySQL database and how to make the basic database-related operations: inserting new items, removing items or updating items in the database table.
Read more

Introduction to ASP.NET Core with Visual Studio 2017

Introduction to ASP.NET Core with Visual Studio 2017
Introduction to ASP.NET Core with Visual Studio 2017


Ready to get the basics on ASP.NET Core and learn the foundational skills that employers are looking for? Join experts Scott Hanselman and Maria Naggaga, and find out how to build .NET Core applications on any operating system. Bring your web development expertise and roll up your sleeves, for this first in a three-part series. Explore ASP.NET Core SDK and tooling, look at ASP.NET Core and middleware, learn about multi-project solutions, review MVC and routing, and get the details on logging and diagnostics. Find lots of cross-platform goodness and get .NET ready, as you learn more about this framework for building modern cloud-based web apps. Build your first ASP.NET project, and gear up for the Intermediate ASP.NET Core course. NOTE: Download the tools you need to get started with ASP.NET Core. For more helpful links, be sure to check the resources tab in this course.
Read more

Expert Delphi

Expert Delphi
Expert Delphi | 21 Mb


The book is about how to become developer super hero and gain amazing productivity powers to develop stunning, native cross-platform mobile apps from the same codebase for Android and iOS! The foreword was written by David Intersimone and I'm very proud about it, because I have the deepest respect to David I!
Read more

RESTful Web services with ASP.NET Core

RESTful Web services with ASP.NET Core
RESTful Web services with ASP.NET Core | 1 Gb


REST is an architectural style that tackles the challenges of building scalable web services. In today's connected world, APIs have taken a central role on the web. APIs provide the fabric through which systems interact, and REST has become a common style for APIs. The depth, breadth, and ease of use of ASP.NET Coremake it a breeze for developers to work with it to build robust Web APIs. This video course takes you through designing RESTful web services and leverages the ASP.NET Core to implement these services.
Read more

SQL Database Fundamentals

SQL Database Fundamentals
SQL Database Fundamentals | 2 Gb


Would you like to learn the basics of relational databases? Join us for this look at SQL Database fundamentals, along with those of database management systems and database components. Get an in-depth introduction to the terminology, concepts, and skills you need to understand database objects, administration, security, and management tools. Plus, explore T-SQL scripts, database queries, and data types.
Read more

Lynda – Organizing JavaScript Functionality

Lynda – Organizing JavaScript Functionality
Lynda – Organizing jаvascript Functionality | 1.2 Gb


No amount of learning the theory of jаvascript will substitute for actually practicing the implementation of it. Even before you adopt a framework, learning how to organize the different bits of jаvascript—modularizing, decoupling, etc. —will make a positive impact on the quality of your code. Once you've mastered those techniques, you can turn your attention to building code that you can share between the client—browser—and the server—Node. This course covers how arrange and systemize your jаvascript code. Learn how to organize your code, work with modules, manage server-side jаvascript, and add a shared module.
Read more

Lynda – Creating an Open Source JavaScript Library

Lynda – Creating an Open Source JavaScript Library
Lynda – Creating an Open Source jаvascript Library | 1.4 Gb


Managing open-source projects for web development can be a rewarding—and intricate—endeavor. In this course, get started with open-source by learning how to build a small jаvascript library from scratch. Join Kent Dodds as he covers creating a micro library, writing and running tests, transpiling, and continuous integration. Plus, he shows how to publish a real project—a registered npm module. To wrap up the course, Kent discusses how to manage an open-source project.
Read more