Ebook/Video Tutorial » Page 6

Exploring Visual Studio 2017

Exploring Visual Studio 2017
Exploring Visual Studio 2017


Microsoft Visual Studio is an IDE from Microsoft used to develop computer programs for Microsoft Windows, as well as websites, web applications, and web services. Visual Studio 2017 comes with a host of improvements and powerful tools that will help you focus more on your program to build robust applications, rather than tools itself. This video is your one stop guide to mastering the latest features of Visual Studio 2017.
Read more

Object Oriented PHP & MVC

Object Oriented PHP & MVC
Object Oriented PHP & MVC


Build a custom object oriented PHP MVC framework and then build an application with it

What Will I Learn?

Build a custom MVC Framework from absolute scratch
Build an application using your custom framework
Create a custom PDO class to handle database interactions
Complete user authentication using OOP & PDO
Deploy your custom PHP application
Read more

The Beginners Guide to SQL and PostgreSQL

The Beginners Guide to SQL and PostgreSQL
The Beginners Guide to SQL and PostgreSQL


Master SQL and PostgreSQL by Creating Databases and Writing SQL Queries using PostgreSQL.
Learn how to master SQL and PostgreSQL with this best selling course.

SQL is one of the most in-demand tech skills across many industries so learning SQL is one of the best ways to boost your career! After taking this course you will be comfortable putting SQL and PostgreSQL on your resume/CV.
Read more

Introduction to Xamarin.Forms

Introduction to Xamarin.Forms
Introduction to Xamarin.Forms


Why is Xamarin.Forms so quickly becoming the go-to solution for writing apps that run on multiple platforms? For one, Xamarin.Forms lets you build cross-platform mobile apps that run on iOS, Android, and Windows Phone with business logic written in C# and UIs built in XAML. Moreover, Xamarin.Forms apps compile into native apps that are indistinguishable from apps written in Java and Objective-C. Get the details on these reasons and more, in this Xamarin.Forms training with expert Jeff Prosise. Get an overview of the platform, take a look at using XAML to build cross-platform UIs, and explore your first Xamarin.Forms app. Learn about using OnPlatform to optimize UIs, and find out about how apps respond to orientation changes. Plus, see lots of demos, as you get a fast start on Xamarin.Forms. Be sure to check out this course, part of an exciting new series from Wintellect and Microsoft.
Read more

Learn ASP.Net Web API 2 for Absolute Beginner

Learn ASP.Net Web API 2 for Absolute Beginner
Learn ASP.Net Web API 2 for Absolute Beginner


This course will give you a low level understanding of ASP.Net web API 2 & how to implement it in RESTful manner. ASP.NET Web API is a framework for building HTTP services that can be accessed from any client including browsers and mobile devices. It is an ideal platform for building RESTful applications on the .NET Framework. However it can also use to create non RESTful services.
Read more

Basic and Low-level Python Network Attacksining

Basic and Low-level Python Network Attacksining
Basic and Low-level Python Network Attacks


Create basic and low-level network attacks with Python quickly and easily. Use the Scapy library to make networking tools, including clients and servers Write your own Custom Tools to break into vulnerable websites. The ultimate guide that teaches you how to use Python to protect your systems against sophisticated cyber attacks and Make defenses that distract and confuse attackers, or that detect suspicious network activity.
Read more

Provisioning SQL Databases – Exam 70-765 Certification Training

Provisioning SQL Databases – Exam 70-765 Certification Training
Provisioning SQL Databases – Exam 70-765 Certification Training


Microsoft exam 70-765 (aka “Provisioning SQL Databases”) is one of two tests you must pass to earn a Microsoft Certified Solutions Associate (MCSA): 2016 Database Administration certification. This course supplies you with the knowledge you need to pass the 70-765. It’s also a practical introduction to Microsoft’s Azure cloud platform service. It covers the processes, implications, technologies, and actions involved in utilizing SQL Server in the cloud in both PaaS and IaaS environments. After you learn how to create and use a free Microsoft Azure subscription, you will get hands-on experience with SQL Server in various cloud-based configurations, giving you an understanding of the implications and purposes for various options.
Read more

Advanced Concepts of PHP Reactive Programming

Advanced Concepts of PHP Reactive Programming
Advanced Concepts of PHP Reactive Programming


Reactive Programming helps us write code that is concise, clear, and readable. Combining the power of reactive programming and PHP, one of the most widely used languages, will enable you to create web applications more pragmatically. PHP Reactive Programming will teach you the benefits of reactive programming via real-world examples with a hands-on approach. Reactive programming goes hand in hand with asynchronous programming; we’ll work a lot with event loops, blocking and non-blocking code, sub processes and IPC.We start with introducing PHP streams and event loop. We’ll also introduce the concept of higher-order Observables as a more advanced functionality of Rx. Moving on to more interesting aspects; you will implement a web socket backend by developing a browser game. You will learn to implement quite complex reactive systems while avoiding pitfalls such as circular dependencies by moving the RxJS logic from the frontend to the backend. The video will then focus on writing extendable RxPHP code by developing a code testing tool and also cover Using RxPHP on both the server and client side of the application. With a concluding video on reactive programming practices, this video will serve as a complete guide for you to start writing reactive applications in PHP.
Read more

Advanced Data Structures and Algorithms in Java 9

Advanced Data Structures and Algorithms in Java 9
Advanced Data Structures and Algorithms in Java 9


Advanced Data Structures and Algorithms in Java 9 covers classical, functional, and reactive data structures, giving you the ability to understand computational complexity, solve problems, and write efficient code. This video is based on the Zero Bug Bounce milestone of Java 9.We start off with the basics of algorithms and data structures, helping you understand the fundamentals and measure complexity. You will also get a clear picture of reactive programming, binary searches, sorting, search trees, undirected graphs, and a whole lot more!
Read more