Home » javascript » Page 37
November 26, 2021
By
Mark Otto
Vercel, Creator of Next.js, Raises $150M — There’s a lot of money in developer tooling lately, it seems, including for the stewards of the Next.js project which gains a fresh competitor, of sorts, this week in the shape of Remix (above). Vercel IN BRIEF: RELEASES:…
November 22, 2021
By
Mark Otto
Introduction There is no construction that can be completed without the proper tools. And that statement is not only true when it comes to actual physical constructions. It is just as true when it comes to web applications. In order to make a worthwhile web…
November 19, 2021
By
Mark Otto
Etsy’s Journey to TypeScript — These sorts of stories always seem to be popular as teams weigh up the best way to progress. Etsy had a lot of JavaScript code but felt some of the problems they were encountering could be solved by TypeScript. This…
November 18, 2021
By
Mark Otto
The upcoming trend of 2021 shows that eCommerce growth is inevitable due to COVID consequences, remote work, and a bunch of commonly known factors, that’s why offline sales will strengthen the market of digital solutions. The current situation has increased the demand for the development…
November 12, 2021
By
Mark Otto
‘Rust is the Future of JavaScript Infrastructure’ — It’s an opinion but the growing evidence is compelling. Rust (as well as Go) is now being heavily used to replace parts of the JavaScript tooling ecosystem that might have otherwise been written in JavaScript before (e.g.…
November 11, 2021
By
Mark Otto
Introduction Say whatever you will about the world of app creation, but there is no denying that it is exceptionally vast and contains practically endless possibilities within itself. And you don’t have to go that far, for example, supporting that claim. Just think of any…
November 8, 2021
By
Mark Otto
Hey there! 😉 In addition to the free versions of Sofia React Template and Flatlogic One React template, we’ve released three more upgraded versions of our latest React templates. Meet them with a big round of applause: React Template based on Bootstrap and Material-UI React…
November 5, 2021
By
Mark Otto
Chrome’s New Feature to Record and Replay User Flows — It’s only a preview feature in Canary builds right now, but Chrome is adding a new Recorder panel to its DevTools which lets you record and replay a string of actions on a page (including…
October 29, 2021
By
Mark Otto
Modern web development involves user interaction with databases. As a rule, the user needs to perform some actions with the database. Usually, there are 4 actions: create, view, update and delete something. This is how we come to the acronym CRUD – an abbreviation for…
October 29, 2021
By
Mark Otto
Next.js 12 Released — The popular Node.js + React development framework takes a big step forward with improvements including beta support for middleware, native ES module support, a Rust-powered compiler for 5x faster builds, and much more. The Vercel Team Shortcut Is Project Management Without the Management…