Category: javascript

How to build a web app. A complete guide

July 6, 2022 By Mark Otto Off

A web application (web app) is an application program that is stored on a remote server and made available over the Internet through a browser interface. Web services by definition are web applications, though many, but not all, websites use web applications.  Web applications can…

Celebrating Svelte

July 1, 2022 By Mark Otto Off

🤯 Things looked quiet at first, but this has turned out to be a pretty strong week in terms of releases and things – we’ve even had to push a new Vue release and a new Deno webapp framework to the bottom of the issue!…

React fetch data guide

June 29, 2022 By Mark Otto Off

Fetch data is a basic requirement of practically every React application. There are a variety of ways to fetch data in React, including the built-in Fetch API, Axios, async/await syntax, and others. We’ll look at some of these methods in detail. React components can simply…

What’s new in ECMAScript 2022?

June 24, 2022 By Mark Otto Off

âť“ If you’re unfamiliar with ECMAScript as a term, it’s the name of the generic, standardized language behind JavaScript implementations, as JavaScript is technically a trademark of the Oracle Corporation. Longer explanation. New Course on Web Components — “Web Components are one of the most…

Top Tools every Software Developer should know in 2022

June 23, 2022 By Mark Otto Off

With the increase in popularity of software development in the market, the adoption of its tools has also increased. Now, programmers prefer to use the right software developer tool while creating a solution for the client as it makes their lives easier. Besides, the right…

Is React a Framework? Software Engineer Answering

June 22, 2022 By Mark Otto Off

By definition – React is one of the most popular JavaScript UI libraries nowadays. It comes in second place after jQuery among all web frameworks! React’s popularity has grown rapidly thanks to a simple and declarative API that allows you to build high-performance applications, and…

AbortController, your newest friend

June 17, 2022 By Mark Otto Off

Vitest: A Vite-Powered ‘Blazing Fast’ Unit Testing Framework — Brings a lot of cool stuff into one place and really is quick – if you want near instant feedback when you change your code, check it out. You get Vite’s transformers, resolvers, and plugins, snapshot…

Starting a Web App in 2022 [Research Results]

June 15, 2022 By Mark Otto Off

We are finally happy to share with you the results of the world’s first study on how developers start a web application in 2022. For this research, we wanted to do a deep dive into how engineers around the globe are starting web apps, how…