Você está na página 1de 2

 Pilgrim, Mark (2010) HTML5 up and running.

According to Pilgrim, Mark Most of the contents that are displayed in browsers are made in
HTML. However, this language was limited to static texts and images. Flash technology has
been created for a long time (in the hands of the giant Adobe), so that the contents are
dynamic and interactive. According to the same company, 99% of Internet users use it. But
this technology is threatened with the emergence of HTML5, just like its Java.

According to Pilgrim, Mark in the future, this new language is expected to work perfectly in
all navigation systems, including mobile devices, so far it runs better in Google Chrome,
Safari and Mozilla Firefox, being Microsoft Internet Explorer. far behind in this race - in fact,
only browsers 8.0 and up support it. If we recommend one that is proven to have all the
characteristics of perfection, this would be Mozilla FireFox 11.0.

 Myers, Mark (2014) A Smarter way to learn Javascript

According to Myers, Mark JavaScript is hosted on the user's computer, the effects are very
fast and dynamic. Being a programming language allows all the power of programming such
as the use of variables, conditional, loops, etc. We can also cite some inconvenience, that
is, if the user has JavaScript disabled in their browser, the effects will not be shown.
However, today most users browse the web with JavaScript enabled.

According to Myers, Mark Javascript is a programming language that allows to carry out
both simple and complex activities in web pages. It is a system that enjoys the peculiarity of
not needing any compilation, since it is the navigators themselves who are responsible for
reading the code to assimilate it and carry out the actions indicated therein. Today is the
standard when you want to raise more complicated mechanisms than usual in a web.

 Dickey, Jeff (2015) Write modern web apps with the MEAN stack : Mongo, Express,
AngularJS, and Node.js

According to Dickey, Jeff The storage of information in JSON documents allows MongoDB
to have independence from the storage schema, that is, there may be more or fewer fields
in the document within the same document collection. One of the important things about
the documents is that they are typed. In addition, the documents allow us to create new
structures such as arrays or subdocuments that will allow a single query to retrieve all the
information and thus avoid the need to execute join queries.

According to Dickey, Jeff The high performance for the persistence in MongoDB is based on
two points: The possibility of having documents with the nested information, avoiding, in
this way, a high number of I / O operations. And the support of indexes and the possibility
of creating indexes on arrays and subdocuments. MongoDB provides high availability
through the automatic replica known as replica set, which provides data redundancy and
automatic failover, that is, the automatic transfer to a new node when a failure is found in
one of the nodes.

 Dayley, Brad (2014) Node.js, MongoDB and AngularJS web development

Dayley, Brad MongoDB is a document-oriented NoSQL database, developed with open


source, meaning that instead of saving data in tables as it is done in relational databases,
MongoDB saves data structures in JSON documents with a dynamic schema (BSON), making
the integration of data in certain applications easier and faster.

Dayley, Brad Some NoSQL databases do not need the powerful SQL query language of the
relational databases but MongoDB provides its own query language different from SQL but
with many similar functionalities: projections, groupings, filtering, aggregation, sorting,
functions logical, arithmetic, for dates, for chains in addition to operations to perform
insertions, updates of a complete document or individual fields and deletions. You can also
create indexes for searches and filters to perform well in collections of large documents.

 PHP 7 from Scratch Pichler thomas (2017)

According to Pichler thomas In PHP 7 new types of variables have been added to define
functions and methods: int, float, bool and string. It is what in this new version of this syntax
is called scalar type declarations. These new types of declarations behave exactly like the
methods already existing in PHP for the usual construction of functions. With this change a
more correct and self-documented PHP programming is expected.

According to Pichler, thomas One of the options to improve the loading speed of a website
is the optimization of the programming language used. Those developers of dynamic web
pages that use PHP as a script, will notice great improvements in performance with the new
PHP7, which will not be superior to the latest versions 7.1 and 7.2 already published.

Você também pode gostar