Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
  • 1
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: JavaScript (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: There's no doubt that the JavaScript ecosystem changes fast. Not only are new tools and frameworks introduced and developed at a rapid rate, the language itself has undergone big changes with the introduction of ES2015 (aka ES6). Understandably, many articles have been written complaining about how difficult it is to learn modern JavaScript development these days. We're aiming to minimize that confusion with this set of books on modern JavaScript. This book outlines essential tools and skills that every modern JavaScript developer should know. It contains: A Beginner's Guide to Babel by James Kolce A Beginner's Guide to Webpack 4 and Module Bundling by Mark Brown An Introduction to Gulp.js by Craig Buckler 10 Languages That Compile to JavaScript by James Kolce 10 Must-have VS Code Extensions for JavaScript Developers by Michael Wanyoike Introducing Axios, a Popular, Promise-based HTTP Client by Nilson Jacques This book is for all front-end developers who wish to improve their JavaScript skills. You'll need to be familiar with HTML and CSS and have a reasonable level of understanding of JavaScript in order to follow the discussion.
    Note: Authors' names from chapter headings. - Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed June 20, 2018). - Description based on print version record. - Description based on online resource; title from title page (Safari, viewed June 19, 2018). - Description based on online resource; title from resource description page (Safari, viewed June 19, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: JavaScript (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: There's no doubt that the JavaScript ecosystem changes fast. Not only are new tools and frameworks introduced and developed at a rapid rate, the language itself has undergone big changes with the introduction of ES2015 (aka ES6). Understandably, many articles have been written complaining about how difficult it is to learn modern JavaScript development these days. We're aiming to minimize that confusion with this set of books on modern JavaScript. This book provides an introduction to many of the powerful new JavaScript language features that were introduced in ECMAScript 2015, as well as features introduced in ECMAScript 2016 and 2017. It also takes a look at the features planned for ECMAScript 2018 in this rapidly evolving language. It contains: New Keywords: let and const by Aurelio de Rosa Using Map, Set, WeakMap, WeakSet by Kyle Pennell New Array.* and Array.prototype.* Methods by Aurelio de Rosa New String Methods by Aurelio de Rosa New Number Methods by Aurelio de Rosa ES6 Arrow Functions: Fat and Concise Syntax in JavaScript by Kyle Pennell Symbols and Their Uses by Nilson Jacques How to Use Proxies by Craig Buckler Destructuring Assignment by Craig Buckler ES6 Generators and Iterators: a Developer' Guide by Byron Houwens Object-oriented JavaScript: A Deep Dive into ES6 Classes by Jeff Mott Understanding ES6 Modules by Craig Buckler An Overview of JavaScript Promises by Sandeep Panda JavaScript Decorators: What They Are and When to Use Them by Graham Cox Enhanced Object Literals by Craig Buckler Introduction to the Fetch API by Ludovico Fischer ES6 (ES2015) and Beyond: Understanding JavaScript Versioning by James Wright What's New in ES2017: Async Functions, Improved Objects, and More by Craig Buckler What's New in ES2018 by Craig Buckler This book is for all front-end developers who wish to improve their JavaScript skills. You'll need to be familiar with HTML and CSS and have a reasonable level of understanding of JavaScript in order to follow the discussion.
    Note: Authors' names from chapter headings. - Description based on online resource; title from title page (Safari, viewed June 19, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    Collingwood, VIC, Australia : SitePoint Pty. Ltd.
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Vue (Electronic resource) ; JavaScript (Computer program language) ; Web applications ; Application software ; Development ; Web site development ; Electronic books ; Electronic books ; local
    Abstract: Get up to speed with Vue.js in a weekend! Since its release in 2014, Vue.js has seen a meteoric rise to popularity and is now considered one of the primary front-end frameworks, and not without good reason. Its component-based architecture was designed to be flexible and easy to adopt, making it just as easy to integrate into projects and use alongside non-Vue code as it is to build complex client-side applications. This short book is ideal for front-end developers who need a rapid introduction to Vue.js. It covers: Basic concepts: how Vue works, tempmlates, and reactive data Components: custom components, events and slots State management: Vuex, mutations, actions Routes: creating routes, links and route guards Nuxt.js And much more!
    Note: Description based on online resource; title from cover (Safari, viewed March 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Language: English
    Pages: 1 online resource (363 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Since its release in 2014, Vue.js has seen a meteoric rise to popularity and is is now considered one of the primary front-end frameworks, and not without good reason. Its component-based architecture was designed to be flexible and easy to adopt, making it just as easy to integrate into projects and use alongside non-Vue code as it is to build complex client-side applications. This book contains a selection of 11 practical projects covering different aspects of working with Vue. It contains: Build a Basic CRUD App with Vue.js, Node and MongoDB by James Hibbard Creating Beautiful Charts Using Vue.js Wrappers for Chart.js by Yomi Eluwande Build a Real-time Chat App with Pusher and Vue.js by Michael Wanyoike Building a Vue Front End for a Headless CMS by Michael Wanyoike How to Build a Chrome Extension with Vue by James Hibbard Build Your Own Link-sharing Site with Nuxt.js and vue-kindergarten by Nilson Jacques An Introduction to Data Visualization with Vue and D3.js by Christopher Vundi How to Build a Reusable Component with Vue by Deji Atoyebi How to Build a Game with Vue.js by Ivaylo Gerchev Build a Shopping List App with Vue, Vuex and Bootstrap Vue by Michael Wanyoike How to Develop and Test Vue Components with Storybook by Ivaylo Gerchev
    Note: Online resource; Title from title page (viewed June 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Language: English
    Pages: 1 online resource (188 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Since its release in 2014, Vue.js has seen a meteoric rise to popularity and is is now considered one of the primary front-end frameworks, and not without good reason. Its component-based architecture was designed to be flexible and easy to adopt, making it just as easy to integrate into projects and use alongside non-Vue code as it is to build complex client-side applications. If you're an experienced developer looking to make a start with Vue, this book is for you. It provides a rapid introduction to the key topics that you'll need to understand. It contains: Getting up and Running with the Vue.js 2.0 Framework by Jack Franklin Getting Started with Vuex: a Beginner's Guide by Michael Wanyoike A Beginner's Guide to Vue CLI by Ahmed Bouchefra A Beginner's Guide to Working With Components in Vue by Kingsley Silas A Beginner's Guide to Working with Forms in Vue by Kingsley Silas How to Conditionally Apply a CSS Class in Vue.js by Chad Campbell How to Replace jQuery with Vue by Nilson Jacques Nuxt.js: a Minimalist Framework for Creating Universal Vue.js Apps by Olayinka Omole Optimize the Performance of a Vue App with Async Components by Michiel Mulders
    Note: Online resource; Title from title page (viewed June 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : SitePoint | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (164 pages)
    Edition: 2nd edition
    Keywords: Electronic books
    Abstract: Since its release in 2014, Vue.js has seen a meteoric rise to popularity and is now considered one of the primary front-end frameworks, and not without good reason. Its component-based architecture was designed to be flexible and easy to adopt, making it just as easy to integrate into projects and use alongside non-Vue code as it is to build complex client-side applications. Now revised to cover Vue 3, this short book is ideal for front-end developers who need a rapid introduction to Vue.js. It covers: Basic concepts: Vue fundamentals, templates, and reactive data Components: custom components, events and slots State management: Vuex, mutations, actions Routes: creating routes, links and route guards Nuxt.js: build sophisticated apps in no time And much more!
    Note: Online resource; Title from title page (viewed September 13, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Language: English
    Pages: 1 online resource (192 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: While there have been quite a few attempts to get JavaScript working as a server-side language, Node.js (frequently just called Node) has been the first environment that's gained any traction. It's now used by companies such as Netflix, Uber and Paypal to power their web apps. Node allows for blazingly fast performance; thanks to its event loop model, common tasks like network connection and database I/O can be executed very quickly indeed. From a beginner's point of view, one of Node's obvious advantages is that it uses JavaScript, a ubiquitous language that many developers are comfortable with. If you can write JavaScript for the client-side, writing server-side applications with Node should not be too much of a stretch for you. This book offers aselection of beginner-level tutorials to privide you with an introduction to Node and its related technologies, and get you under way writing your first Node applications. It contains: What Is Node and When Should I Use It? Build a Simple Page Counter Service with Node.js Understanding module.exports and exports in Node.js Forms, File Uploads and Security with Node.js and Express Working with Databases in Node How to Build and Structure a Node.js MVC Application Local Authentication Using Passport in Node.js How to Debug a Node App Node Testing for Beginners How to Use SSL/TLS with Node.js Configuring NGINX and SSL with Node.js Using Docker for Node.js Development
    Note: Online resource; Title from title page (viewed April 24, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Language: English
    Pages: 1 online resource (100 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: While there have been quite a few attempts to get JavaScript working as a server-side language, Node.js (frequently just called Node) has been the first environment that's gained any traction. It's now used by companies such as Netflix, Uber and Paypal to power their web apps. Node allows for blazingly fast performance; thanks to its event loop model, common tasks like network connection and database I/O can be executed very quickly indeed. In this book, we'll take a look at a selection of the related tools and skills that will make you a much more productive Node developer. It contains: Installing Multiple Versions of Node.js Using nvm A Beginner's Guide to npm Create New Express.js Apps in Minutes with Express Generator An Introduction to AdonisJs, a Laravel-like Node.js Framework Top 5 Developer-friendly Node.js API Frameworks Using MySQL with Node.js and the mysql JavaScript Client Introduction to MongoDB
    Note: Online resource; Title from title page (viewed April 24, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...