-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (30 loc) · 5.79 KB
/
index.html
File metadata and controls
32 lines (30 loc) · 5.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
</style>
<head>
<title>Web App Resource Research</title>
</head>
<body>
<h1>Web Application Resource Research</h1>
<h2>By Brooks Halliday</h2>
<h2 class="what-makes">What makes a Web App?</h2>
<p>The making of a web application shows a layout with all the pieces, and how they interact with each other. Those components are databases, applications and middleware. This gives a meaning as to how the data is given via HTTP and makes sure that both backend and client-side servers understand. In addition, it also sees that the correct data is shown in all requests from users. This makes and manages records while giving access and authentication based on permission. Furthermore, picking the correct design defines how the company will grow, how reliable the company will be, its IT goals in the forseeable future, and interoperability. In this case, it is crucial to know the pieces holding back a web app's architecture (Talluri, 2023). </p>
<h2 class="what-do-you-do">What does a Web App Developer Do?</h2>
<p>You could be wondering this question: What does a Web App Developer do?" This is the process of creating websites and apps for the internet with programming languages and technologies. Despite a select few of it are worried with decorating the pages, developing web apps is all about functionality. But, when you examine the field itself, it's important to know just how mixed that field really is. When knowing this, you'll then begin to see a web developer's capabilities are varied and relies on a wide range of factors. These factors are the company's size, team size, kind of industry they work in, whether they are freelance, or hired by a company, and the behavior of the projects they make (Labesse, 2023).</p>
<h2 class="pros">What is good about making a Web App?</h2>
<p>There might be some people pondering what makes a web app good, or what are the benefits of making one. For starters, web applications are not built on a certain platform. In truth, they can be made for any and all platforms so long as they run in a web browser. In addtion, web applications have no need for extensive time or developers to create. This menas web apps will be more cheaper than any other kinds of applications. Furthermre, they don't need to be made in one certain programming language. In lieu, they use common coding languages across a multitude of platforms. Finally, they have no need for approval from an application marketplace, which means they can be release in any format and at anytime the developers decide on (Fitzgerald, 2021).</p>
<h2 class="cons">What about the bad?</h2>
<p>While there are some good things about making a web app, these applications are not without some faults to go around. First, a web application is less integrative with the functions of a device. Second, they move slower and do not run just as fast as a mobile app can. Third, a web app requires online availability. Specifically, it needs access to WiFi. Should a user have no data space left or be disconnected from the internet, they cannot see or insert new info into the application. Fourth, these apps don't have access to the App Store, or Google Play. Fifth, web apps are not very secure, making the user's data wide open for cyberattacks (Lannace, 2022).</p>
<h2 class="endgame">What Does a Web App Maker Do?</h2>
<p>There are several duties and responsibilities that a web app maker must take to heart. First, they work together with clients, stakeholders, and product owners, to understandably know the project's needs and user needs. These app developrs write clear code that can be maintained with a series of programming languages and frameworks, such as HTML, CSS, and JavaScript. They also make, maintain, and better databases, integrating data, safety, and efficient commands. In addition, they start meticulous testing to find out bugs and irregularities, thus ensuring the app is both functional and reliable. With version management systems such as Git, these developers monitor changes, work together with team members, and survey the codebase (CareerExplorer, 2023).</p>
<h2 class="works-cited">Works Cited</h2>
<p>Fitzgerald, Anna. “What Is a Web App?” What Is a Web App? A Beginner’s Guide, 11 Jan. 2021, <a href="https://blog.hubspot.com/website/what-is-web-app#:~:text=Advantages%20of%20a%20Web%20App%201%20Platform-agnostic%3A%20Web,in%20a%20specific%20coding%20language.%20...%20More%20items"</a>https://blog.hubspot.com/website/what-is-web-app#:~:text=Advantages%20of%20a%20Web%20App%201%20Platform-agnostic%3A%20Web,in%20a%20specific%20coding%20language.%20...%20More%20items</a></p>
<p>Labesse, Cyrille. “What Does a Web Developer Do? A Beginner’s Guide for 2024.” CareerFoundry, 24 Aug. 2023, <a href="careerfoundry.com/en/blog/web-development/what-does-a-web-developer-do/.">careerfoundry.com/en/blog/web-development/what-does-a-web-developer-do/.</a> </p>
<p>Lannace, Katie. “20 Pros and Cons of Building a Mobile App vs. a Web App.” 20 Pros and Cons of Building a Mobile App vs a Web App, 16 Aug. 2022, <a href="https://designli.co/blog/the-pros-and-cons-of-building-a-mobile-app-vs-a-web-app/."> https://designli.co/blog/the-pros-and-cons-of-building-a-mobile-app-vs-a-web-app/ </a> Accessed 14 Jan. 2024. </p>
<p>Talluri, William. “Web Application Architecture - Dzone.” Dzone.Com, 2 Nov. 2023, <a href="dzone.com/articles/web-application-architecture-a-comprehensive-guide.">dzone.com/articles/web-application-architecture-a-comprehensive-guide.</a> </p>
<p>What Does a Web Application Developer Do?, CareerExplorer, 2 Nov. 2023, <a href="www.careerexplorer.com/careers/web-application-developer/">https://www.careerexplorer.com/careers/web-application-developer/</a>.</p>
<script="script.js"></script>
</body>
</html>