Mastering Ext Js Second Edition

Mastering Ext Js Second Edition Book in PDF, ePub and Kindle version is available to download in english. Read online anytime anywhere directly from your device. Click on the download button below to get a free pdf file of Mastering Ext Js Second Edition book. This book definitely worth reading, it is an incredibly well-written.

Mastering Ext JS - Second Edition

Author : Loiane Groner
Publisher : Packt Pub Limited
Page : 400 pages
File Size : 55,6 Mb
Release : 2015-02-24
Category : Computers
ISBN : 1784390453

Get Book

Mastering Ext JS - Second Edition by Loiane Groner Pdf

If you are a developer who is familiar with Ext JS and want to augment your skills to create even better web applications, this is the book for you. Basic knowledge of JavaScript/HTML/CSS and any server-side language (PHP, Java, C♯, Ruby, or Python) is required.

Mastering Ext JS - Second Edition

Author : Loiane Groner
Publisher : Packt Publishing Ltd
Page : 400 pages
File Size : 42,6 Mb
Release : 2015-02-24
Category : Computers
ISBN : 9781784399436

Get Book

Mastering Ext JS - Second Edition by Loiane Groner Pdf

If you are a developer who is familiar with Ext JS and want to augment your skills to create even better web applications, this is the book for you. Basic knowledge of JavaScript/HTML/CSS and any server-side language (PHP, Java, C#, Ruby, or Python) is required.

Mastering Ext JS

Author : Loiane Groner
Publisher : Packt Pub Limited
Page : 358 pages
File Size : 54,9 Mb
Release : 2013
Category : Computers
ISBN : 1782164006

Get Book

Mastering Ext JS by Loiane Groner Pdf

Designed to be a structured guide, Mastering Ext JS is full of engaging examples to help you learn in a practical context.This book is for developers who are familiar with using Ext JS who want to augment their skills to create even better web applications.

Mastering PostGIS

Author : Dominik Mikiewicz,Michal Mackiewicz,Tomasz Nycz
Publisher : Packt Publishing Ltd
Page : 321 pages
File Size : 53,9 Mb
Release : 2017-05-31
Category : Computers
ISBN : 9781784395445

Get Book

Mastering PostGIS by Dominik Mikiewicz,Michal Mackiewicz,Tomasz Nycz Pdf

Write efficient GIS applications using PostGIS - from data creation to data consumption About This Book Learn how you can use PostGIS for spatial data analysis and manipulation Optimize your queries and build custom functionalities for your GIS application A comprehensive guide with hands-on examples to help you master PostGIS with ease Who This Book Is For If you are a GIS developer or analyst who wants to master PostGIS to build efficient, scalable GIS applications, this book is for you. If you want to conduct advanced analysis of spatial data, this book will also help you. The book assumes that you have a working installation of PostGIS in place, and have working experience with PostgreSQL. What You Will Learn Refresh your knowledge of the PostGIS concepts and spatial databases Solve spatial problems with the use of SQL in real-world scenarios Practical walkthroughs of application development examples using Postgis, GeoServer and OpenLayers. Extract, transform and load your spatial data Expose data directly or through web services. Consume your data in both desktop and web clients In Detail PostGIS is open source extension onf PostgreSQL object-relational database system that allows GIS objects to be stored and allows querying for information and location services. The aim of this book is to help you master the functionalities offered by PostGIS- from data creation, analysis and output, to ETL and live edits. The book begins with an overview of the key concepts related to spatial database systems and how it applies to Spatial RMDS. You will learn to load different formats into your Postgres instance, investigate the spatial nature of your raster data, and finally export it using built-in functionalities or 3th party tools for backup or representational purposes. Through the course of this book, you will be presented with many examples on how to interact with the database using JavaScript and Node.js. Sample web-based applications interacting with backend PostGIS will also be presented throughout the book, so you can get comfortable with the modern ways of consuming and modifying your spatial data. Style and approach This book is a comprehensive guide covering all the concepts you need to master PostGIS. Packed with hands-on examples, tips and tricks, even the most advanced concepts are explained in a very easy-to-follow manner. Every chapter in the book does not only focus on how each task is performed, but also why.

JavaScript Regular Expressions

Author : Loiane Groner,Gabriel Manricks
Publisher : Packt Publishing Ltd
Page : 112 pages
File Size : 48,7 Mb
Release : 2015-05-28
Category : Computers
ISBN : 9781783282265

Get Book

JavaScript Regular Expressions by Loiane Groner,Gabriel Manricks Pdf

This book is ideal for JavaScript developers and programmers who work with any type of user entry data and want sharpen their skills to become experts.

Ext JS in Action

Author : Grgur Grisogono,Jacob Andresen,Jesus Garcia
Publisher : Simon and Schuster
Page : 634 pages
File Size : 53,6 Mb
Release : 2014-01-29
Category : Computers
ISBN : 9781638352785

Get Book

Ext JS in Action by Grgur Grisogono,Jacob Andresen,Jesus Garcia Pdf

Summary Ext JS in Action, Second Edition teaches Ext JS from the ground up. You'll start with a quick overview of the framework and then explore the core components by diving into complete examples, engaging illustrations, and crisp, straightforward explanations. You'll feel like you have an expert guide right at your elbow teaching you important Ext techniques and offering insight into its inner workings. Along the way, you'll learn the best practices for building and scaling full-featured web applications, including how to customize and build Ext widgets. Fully revised for Ext JS 4.0. About this Book Ext JS is a mature JavaScript web application framework that provides modern UI widgets and an advanced MVC architecture. It helps you manage tedious boilerplate and minimize hand-coded HTML and browser incompatibilities. Ext JS in Action, Second Edition starts with a quick overview of the framework and then explores the core components by diving into complete examples, engaging illustrations, and clear explanations. You'll feel like you have an expert guide at your elbow as you learn the best practices for building and scaling full-featured web applications. A working knowledge of JavaScript is assumed. No prior experience with Ext JS is required. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. What's Inside Building professional web apps with Ext JS Stamping out DOM fragments with templates Customizing and building Ext widgets Masterful UI design Fully revised for Ext JS version 4.0 About the Authors Jay Garcia is a well-known member of the Ext JS community and a contributor to the framework. He wrote Sencha Touch in Action. Grgur Grisogono founded SourceDevCon in London, UK and Split, Croatia. Jacob Andresen is a consultant specializing in large scale internet applications. Table of Contents PART 1 INTRODUCTION TO EXT JS 4.0 A framework apart DOM manipulation Components and containers PART 2 EXT JS COMPONENTS Core UI components Exploring layouts Forms in Ext JS The data store The grid panel Taking root with trees Drawing and charting Remote method invocation with Ext Direct Drag-and-drop PART 3 BUILDING AN APPLICATION Class system foundations Building an application

Learning JavaScript Data Structures and Algorithms

Author : Loiane Groner
Publisher : Packt Publishing Ltd
Page : 307 pages
File Size : 46,9 Mb
Release : 2016-06-23
Category : Computers
ISBN : 9781783553884

Get Book

Learning JavaScript Data Structures and Algorithms by Loiane Groner Pdf

Hone your skills by learning classic data structures and algorithms in JavaScript About This Book Understand common data structures and the associated algorithms, as well as the context in which they are used. Master existing JavaScript data structures such as array, set and map and learn how to implement new ones such as stacks, linked lists, trees and graphs. All concepts are explained in an easy way, followed by examples. Who This Book Is For If you are a student of Computer Science or are at the start of your technology career and want to explore JavaScript's optimum ability, this book is for you. You need a basic knowledge of JavaScript and programming logic to start having fun with algorithms. What You Will Learn Declare, initialize, add, and remove items from arrays, stacks, and queues Get the knack of using algorithms such as DFS (Depth-first Search) and BFS (Breadth-First Search) for the most complex data structures Harness the power of creating linked lists, doubly linked lists, and circular linked lists Store unique elements with hash tables, dictionaries, and sets Use binary trees and binary search trees Sort data structures using a range of algorithms such as bubble sort, insertion sort, and quick sort In Detail This book begins by covering basics of the JavaScript language and introducing ECMAScript 7, before gradually moving on to the current implementations of ECMAScript 6. You will gain an in-depth knowledge of how hash tables and set data structure functions, as well as how trees and hash maps can be used to search files in a HD or represent a database. This book is an accessible route deeper into JavaScript. Graphs being one of the most complex data structures you'll encounter, we'll also give you a better understanding of why and how graphs are largely used in GPS navigation systems in social networks. Toward the end of the book, you'll discover how all the theories presented by this book can be applied in real-world solutions while working on your own computer networks and Facebook searches. Style and approach This book gets straight to the point, providing you with examples of how a data structure or algorithm can be used and giving you real-world applications of the algorithm in JavaScript. With real-world use cases associated with each data structure, the book explains which data structure should be used to achieve the desired results in the real world.

Learning JavaScript Data Structures and Algorithms - Second Edition

Author : Loiane Groner
Publisher : Packt Publishing
Page : 314 pages
File Size : 49,8 Mb
Release : 2016-06-23
Category : Computers
ISBN : 1785285491

Get Book

Learning JavaScript Data Structures and Algorithms - Second Edition by Loiane Groner Pdf

Hone your skills by learning classic data structures and algorithms in JavaScriptAbout This Book- Understand common data structures and the associated algorithms, as well as the context in which they are used.- Master existing JavaScript data structures such as array, set and map and learn how to implement new ones such as stacks, linked lists, trees and graphs.- All concepts are explained in an easy way, followed by examples.Who This Book Is ForIf you are a student of Computer Science or are at the start of your technology career and want to explore JavaScript's optimum ability, this book is for you. You need a basic knowledge of JavaScript and programming logic to start having fun with algorithms.What You Will Learn- Declare, initialize, add, and remove items from arrays, stacks, and queues- Get the knack of using algorithms such as DFS (Depth-first Search) and BFS (Breadth-First Search) for the most complex data structures- Harness the power of creating linked lists, doubly linked lists, and circular linked lists- Store unique elements with hash tables, dictionaries, and sets- Use binary trees and binary search trees- Sort data structures using a range of algorithms such as bubble sort, insertion sort, and quick sortIn DetailThis book begins by covering basics of the JavaScript language and introducing ECMAScript 7, before gradually moving on to the current implementations of ECMAScript 6. You will gain an in-depth knowledge of how hash tables and set data structure functions, as well as how trees and hash maps can be used to search files in a HD or represent a database. This book is an accessible route deeper into JavaScript. Graphs being one of the most complex data structures you'll encounter, we'll also give you a better understanding of why and how graphs are largely used in GPS navigation systems in social networks.Toward the end of the book, you'll discover how all the theories presented by this book can be applied in real-world solutions while working on your own computer networks and Facebook searches.Style and approachThis book gets straight to the point, providing you with examples of how a data structure or algorithm can be used and giving you real-world applications of the algorithm in JavaScript. With real-world use cases associated with each data structure, the book explains which data structure should be used to achieve the desired results in the real world.

Mastering TypeScript 3

Author : Nathan Rozentals
Publisher : Packt Publishing Ltd
Page : 683 pages
File Size : 50,5 Mb
Release : 2019-02-28
Category : Computers
ISBN : 9781789537475

Get Book

Mastering TypeScript 3 by Nathan Rozentals Pdf

Master the TypeScript language and its latest features. Explore modern application frameworks and utilize industry best practices in TDD, OOP and UI Design. Key FeaturesLearn the key features of TypeScript 3 and explore advanced language features through in-depth discussions.Use TypeScript with modern frameworks including Backbone, Angular, Aurelia, React, and Node.Explore TDD practices, OOP techniques, and industry best practices to create high-quality, modular, and adaptable applications.Book Description TypeScript is both a language and a set of tools to generate JavaScript. It was designed by Anders Hejlsberg at Microsoft to help developers write enterprise-scale JavaScript. Starting with an introduction to the TypeScript language, before moving on to basic concepts, each section builds on previous knowledge in an incremental and easy-to-understand way. Advanced and powerful language features are all covered, including asynchronous programming techniques, decorators, and generics. This book explores many modern JavaScript and TypeScript frameworks side by side in order for the reader to learn their respective strengths and weaknesses. It will also thoroughly explore unit and integration testing for each framework. Best-of-breed applications utilize well-known design patterns in order to be scalable, maintainable, and testable. This book explores some of these object-oriented techniques and patterns, and shows real-world implementations. By the end of the book, you will have built a comprehensive, end-to-end web application to show how TypeScript language features, design patterns, and industry best practices can be brought together in a real-world scenario. What you will learnGain insights into core and advanced TypeScript language featuresIntegrate existing JavaScript libraries and third-party frameworks using declaration filesTarget popular JavaScript frameworks, such as Angular, React, and moreCreate test suites for your application with Jasmine and SeleniumOrganize your application code using modules, AMD loaders, and SystemJSExplore advanced object-oriented design principlesCompare the various MVC implementations in Aurelia, Angular, React, and moreWho this book is for This guide to the TypeScript that starts with basic concepts, and then builds on this knowledge to introduce more advanced language features and frameworks. No prior knowledge of JavaScript is required, although some prior programming experience is assumed. If you are keen to learn TypeScript, this book will give you all of the necessary knowledge and skills to tackle any TypeScript project. If you are already an experienced JavaScript or TypeScript developer, then this book will take your skills to the next level. Learn how to use TypeScript with a multitude of modern frameworks, and choose the best framework for your project requirements. Investigate techniques for Test Driven Development, explore industry-standard design patterns, and learn how to put together a full production-ready TypeScript application.

JavaScript Regular Expressions

Author : Gabriel Manricks
Publisher : Packt Publishing
Page : 112 pages
File Size : 47,8 Mb
Release : 2015-05-28
Category : Computers
ISBN : 1783282258

Get Book

JavaScript Regular Expressions by Gabriel Manricks Pdf

This book is ideal for JavaScript developers and programmers who work with any type of user entry data and want sharpen their skills to become experts.

Learning Extjs - Fourth Edition

Author : Carlos Mendez
Publisher : Unknown
Page : 452 pages
File Size : 54,7 Mb
Release : 2015-07-31
Category : Computers
ISBN : 1784394386

Get Book

Learning Extjs - Fourth Edition by Carlos Mendez Pdf

If you are a JavaScript developer who now wants to use the Ext JS framework, this is the book for you. This guide is useful to you whether you're new to Ext JS 5 or are a seasoned expert. Experience in HTML, CSS, and JavaScript is required in order to understand and get the most out of this book.

Mastering JavaScript Functional Programming

Author : Federico Kereki
Publisher : Unknown
Page : 470 pages
File Size : 50,8 Mb
Release : 2020-01-24
Category : Computers
ISBN : 183921306X

Get Book

Mastering JavaScript Functional Programming by Federico Kereki Pdf

Explore the functional programming paradigm and the different techniques for developing better algorithms, writing more concise code, and performing seamless testing Key Features Explore this second edition updated to cover features like async functions and transducers, as well as functional reactive programming Enhance your functional programming (FP) skills to build web and server apps using JavaScript Use FP to enhance the modularity, reusability, and performance of apps Book Description Functional programming is a paradigm for developing software with better performance. It helps you write concise and testable code. To help you take your programming skills to the next level, this comprehensive book will assist you in harnessing the capabilities of functional programming with JavaScript and writing highly maintainable and testable web and server apps using functional JavaScript. This second edition is updated and improved to cover features such as transducers, lenses, prisms and various other concepts to help you write efficient programs. By focusing on functional programming, you'll not only start to write but also to test pure functions, and reduce side effects. The book also specifically allows you to discover techniques for simplifying code and applying recursion for loopless coding. Gradually, you'll understand how to achieve immutability, implement design patterns, and work with data types for your application, before going on to learn functional reactive programming to handle complex events in your app. Finally, the book will take you through the design patterns that are relevant to functional programming. By the end of this book, you'll have developed your JavaScript skills and have gained knowledge of the essential functional programming techniques to program effectively. What you will learn Simplify JavaScript coding using function composition, pipelining, chaining, and transducing Use declarative coding as opposed to imperative coding to write clean JavaScript code Create more reliable code with closures and immutable data Apply practical solutions to complex programming problems using recursion Improve your functional code using data types, type checking, and immutability Understand advanced functional programming concepts such as lenses and prisms for data access Who this book is for This book is for JavaScript developers who want to enhance their programming skills and build efficient web applications. Frontend and backend developers who use various JavaScript frameworks and libraries like React, Angular, or Node.js will also find the book helpful. Working knowledge of ES2019 is required to grasp the concepts covered in the book easily.

Mastering Bootstrap 4

Author : Benjamin Jakobus
Publisher : Packt Publishing Ltd
Page : 346 pages
File Size : 52,6 Mb
Release : 2018-02-22
Category : Computers
ISBN : 9781788838214

Get Book

Mastering Bootstrap 4 by Benjamin Jakobus Pdf

Bootstrap 4 is a free CSS and JavaScript framework that allows developers to rapidly build responsive web-interfaces. This book will help you adapt and customize Bootstrap to produce enticing websites that fit your needs.

Delphi Cookbook

Author : Daniele Teti
Publisher : Packt Publishing Ltd
Page : 328 pages
File Size : 52,5 Mb
Release : 2014-09-25
Category : Computers
ISBN : 9781783559596

Get Book

Delphi Cookbook by Daniele Teti Pdf

Intended to refresh the basics of Delphi as well as advance your knowledge to the next level, it is assumed you will know RAD studio and the Object Pascal language. However, if you are not an experienced RAD studio programmer this accessible guide will still develop those initial crucial skills.

Mastering Flask Web Development

Author : Daniel Gaspar,Jack Stouffer
Publisher : Packt Publishing Ltd
Page : 332 pages
File Size : 49,5 Mb
Release : 2018-10-31
Category : Computers
ISBN : 9781788999557

Get Book

Mastering Flask Web Development by Daniel Gaspar,Jack Stouffer Pdf

Learn to build modern, secure, highly available web MVC applications and API’s using Python`s Flask framework. Key FeaturesCreate production-ready MVC and REST API with the dynamic features of FlaskUtilize the various extensions like Flask-JWT and Flask-SQLAlchemy to develop powerful applicationsDeploy your flask application on real-world platforms like AWS and Heroku on VM’s or Docker containersBook Description Flask is a popular Python framework known for its lightweight and modular design. Mastering Flask Web Development will take you on a complete tour of the Flask environment and teach you how to build a production-ready application. You'll begin by learning about the installation of Flask and basic concepts such as MVC and accessing a database using an ORM. You will learn how to structure your application so that it can scale to any size with the help of Flask Blueprints. You'll then learn how to use Jinja2 templates with a high level of expertise. You will also learn how to develop with SQL or NoSQL databases, and how to develop REST APIs and JWT authentication. Next, you'll move on to build role-based access security and authentication using LDAP, OAuth, OpenID, and database. Also learn how to create asynchronous tasks that can scale to any load using Celery and RabbitMQ or Redis. You will also be introduced to a wide range of Flask extensions to leverage technologies such as cache, localization, and debugging. You will learn how to build your own Flask extensions, how to write tests, and how to get test coverage reports. Finally, you will learn how to deploy your application on Heroku and AWS using various technologies, such as Docker, CloudFormation, and Elastic Beanstalk, and will also learn how to develop Jenkins pipelines to build, test, and deploy applications. What you will learnDevelop a Flask extension using best practicesImplement various authentication methods: LDAP, JWT, Database, OAuth, and OpenIDLearn how to develop role-based access security and become an expert on Jinja2 templatesBuild tests for your applications and APIsInstall and configure a distributed task queue using Celery and RabbitMQDevelop RESTful APIs and secure REST API'sDeploy highly available applications that scale on Heroku and AWS using Docker or VMsWho this book is for The ideal target audience for this book would be Python developers who want to use Flask and its advanced features to create Enterprise grade and lightweight applications. The book is for those who have some exposure of Flask and want to take it from introductory to master level.