Seleziona una pagina
CODE Magazine – 2017 May/Jun (Ad-Free!) (English Edition)

CODE Magazine – 2017 May/Jun (Ad-Free!) (English Edition)


Price: EUR 3,73
(as of Mar 14, 2020 13:10:40 UTC – Details)



Wow! Our 100th issue! We kick off our 100th issue with exploring the new features in Visual Studio 2017 as well as articles on Angular, Office 365 Connectors and Webhooks, SQL Server, C# 7.0, ASP.NET Web API and more!

This is the ad-free version of this publication.

Table of Contents:
*) An Important Milestone
*) From Zero to CRUD in Angular: Part 1
*) Office 365 Connectors and WebHooks: Part 1
*) Legal Notes: Say Goodbye to Most Software Patents
*) Tooling for Your .NET Projects
*) SQL Server Reporting Services: Seven Power Tips
*) What’s New in Visual Studio 2017
*) What’s New in C# 7.0
*) Building an Angular Front End for an ASP.NET Web API
*) Beta Test Your iOS Applications Using TestFlight
*) Python 3000 Just Turned 3000 Days Old
*) On Interviewing

For more information, visit www.codemag.com



Asynchronous Node.js/JavaScript with ES-2015/2016 Promises, Generators and Async/Await (English Edition)

Asynchronous Node.js/JavaScript with ES-2015/2016 Promises, Generators and Async/Await (English Edition)


Price: EUR 2,99
(as of Mar 14, 2020 11:08:37 UTC – Details)



ECMAScript 2015, 2016 and beyond are adding powerful new features to our beloved programming language. Asynchronous programming support with Promises, Generators and the async/await proposal allow us to write asynchronous code that’s clean and normal looking. We can dispense with ugly boilerplate required when using asynchronous helper libraries. Inside correctly constructed functions, Generators and Async Functions, our asynchronous code looks and acts like regular synchronous code, meaning we can easily write normal loops containing asynchronous code.

It’s a breath of fresh air, that not only looks right, but error reporting is vastly improved, which should improve code reliability.

This book walks you through the new asynchronous programming features in ES-2015, ES-2016 and the proposed async/await feature. The first half covers basic coding constructs, showing how to implement several looping constructs using the “async” library, Promises, Generators, and the proposed async/await feature. The second half of the book takes an in-depth look at using these features in production code. All through the book examples are given with real working code, along with comprehensive discussions of how the code works.

Node.js is the primary JavaScript platform used in the book for ease of demonstrating the concepts. We also show how to implement everything in modern browsers. Because the features are not available on all JavaScript engines, the book demonstrates how to use Babel to transpile/rewrite the code to run as ES-5 compliant JavaScript.

About the Author: David Herron is a software engineer and writer living and working in Silicon Valley for over 25 years. His software career spans several generations of the Internet, including a stint of over 10 years in the Java SE team at Sun Microsystems. In the mid-90’s he helped to port Internet Explorer 3 to Unix. His Node.js use began while working on Yahoo’s Manhattan/Mojito platform for hosting Node.js applications. His book, Node.js Web Development, is in its third edition.



Java: JAVA CRASH COURSE –  Beginner’s Course To Learn The Basics Of Java Programming Language: (java, javascript, angularJS, c#, angularJS2, python, ruby, c++) (English Edition)

Java: JAVA CRASH COURSE – Beginner’s Course To Learn The Basics Of Java Programming Language: (java, javascript, angularJS, c#, angularJS2, python, ruby, c++) (English Edition)


Price: EUR 2,99
(as of Mar 14, 2020 09:06:40 UTC – Details)


JAVA CRASH COURSE

Learn How To Master The Basics Of Java Programming Today!

Do you want to learn the basics of Java programming without having to read a 300 page book?

This “Java Crash Course” is for you!.. a simple, practical course in which you’ll learn everything you need to know about python programming!

THIS COURSE WILL TEACH YOU:

Java Basics (Beginner’s course)
This book will take you into the process of learning the basics of java in simple steps.

Java Data Types
This book will show you the important data types that you need to know and will teach you how to use it.

Performing Repetitive Tasks & Avoid Common Errors
This book will teach you how to be more efficient in every repetitive task and avoid many of the most common errors.

What’s Inside?

  • Getting Acquainted with Java
  • It Always Starts with “Hello”
  • Getting to Know the Different Data Types, Variables, and Reserved Words
  • Useful Pocket Tables and the Different Operators
  • All About the Math
  • Talk About Taking Control
  • More Practice
  • Your Own Java in your Computer
  • Much, much more!

Download your copy today!

________
Tags: java, javascript, angularJS, c#, angularJS2, python, ruby, c++



AngularJS Fundamentals (English Edition)

AngularJS Fundamentals (English Edition)


Price: EUR 24,22
(as of Mar 14, 2020 06:03:54 UTC – Details)



AngularJS is a very powerful. It is used in Single Page Application
(SPA) projects. It extends HTML DOM with additional attributes and makes it more
responsive to user actions. It support MVC(Model View Controller). AngularJS is open source, completely free, and used by
thousands of developers around the world. It is licensed under the Apache license
version 2.0.