Вы находитесь на странице: 1из 8

School of Graduate Studies

Surveys on Technology Tools

A Project in Web Application Development


Presented to the Faculty of
Graduate Studies of
AMA University
Quezon City

In Partial Fulfillment
of the Requirements for the Degree of
Master in Information Technology

Charlie S. Boaquiña

July 09, 2019


School of Graduate Studies

MIT230 – Web Application Development

STUDENT NAME : Charlie S. Boaquiña

DEGREE : Master in Information Technology

ACTIVITY NAME : Surveys on Technology Tools

1.Browser

https://www.techadvisor.co.uk/test-centre/software/best-web-browsers-3635255/

Google Chrome, then, is by far the most used browser, accounting for well over
half of all web traffic, followed by Safari in a distant second place. The combined
IE & Edge comes in third, with Firefox in fourth. Opera is fifth with about 3
percent of global web traffic.

2.CSS Pre-compiler

Source: https://2019.stateofcss.com/technologies/pre-post-processors/
School of Graduate Studies

Pre-processors like Sass and Less were the vanguard of “CSS 2.0”. At a time
where the language itself could seem pretty stagnant, they introduced new
features like variables and nesting by introducing a compile step to the mix.
The “overall” column shows overall usage for each technology (respondents who
selected “would use again” or “would not use again”), while the following columns
show the usage ratio for each “years of experience” bracket.

3. Programming Languages used in Web Development

Source: https://www.techrepublic.com/article/the-most-loved-and-most-disliked-
programming-languages-revealed-in-stack-overflow-survey/

The graph above shows the top 25 most popular programming languages.
Javascript is by far the most popular programming language out there. We can
build static websites, web applications, native mobile applications, desktop
School of Graduate Studies

applications and loads more. There isn’t a reason not to learn it — learning
javascript will make you thousand times more employable.

4. Web Development Frameworks

Source: https://i2.wp.com/programmingwithmosh.com/wp-
content/uploads/2019/04/Screen-Shot-2019-04-11-at-12.56.52-PM.png?ssl=1

React tops the list and has been voted as the most “wanted “and most
“loved” web framework. It is closely followed by Vue this year. Angular
seems to be losing its popularity compared to the previous years.
School of Graduate Studies

5. Libraries

Source: https://blog.bitsrc.io/11-angular-component-libraries-you-should-know-
in-2018-e9f9c9d544ff

According to Stack Overflow’s survey, Angular remains the world’s most popular
front-end framework.

Angular is a full framework with all the tooling and best practices designed on top
of it. Much like React and Vue, Angular encourages you to use components,
splitting your UI into separated and reusable pieces.
School of Graduate Studies

6. Databases

Source: https://medium.com/@kristi.anderson/2019-database-trends-sql-vs-
nosql-top-databases-single-vs-multiple-database-use-df11dbd981f3

MySQL dominated this report with 38.9% use, followed by MongoDB at 24.6%,
PostgreSQL at 17.4%, Redis at 8.4%, and Cassandra at 3.0%. Oracle trailed
behind at just 1.8% from these database reporters, and CouchDB, Berkeley DB,
Microsoft SQL Server, Redshift, Firebase, Elasticsearch, and InfluxDB users
combined our Other category at 2.4%.
School of Graduate Studies

7. APIs

Source: https://medium.com/@alicealdaine/top-10-api-testing-tools-rest-soap-
services-5395cb03cfa9

This article will provide a summary of the top API testing tools covering both open-
source and commercial solutions that testing teams can select to suit their needs.
SoapUI, Katalon Studio, and Postman are the top-three tools in the list.

Having the right process, tool and solution for API automation test are more critical
than ever. API testing is a crucial component of a success CI/DevOps practice.
School of Graduate Studies

8. Data formats

Source: https://www.quora.com/What-are-some-popular-data-formats

In today’s world, data is the key element for any business. Engineers are
constantly thinking to deliver the data in a format which is crisp and
understandable.

XML has been one of the major data format used invariably. Initially, XML was
restricted to only Web UI section, but when eventually the IT industry saw data
boom, more and more people inclined towards Service Oriented Architecture.

JSON is now the most popular data format in web development today and so many
web developers are now using it.

Another common data format web developer should know about is the CSV, which
formats data using commas.

Вам также может понравиться