Home » Archives for Mark Otto » Page 97
December 6, 2021
By
Mark Otto
Modern web application development involves rapid testing of hypotheses, building MVPs, and testing them, which requires appropriate tools. Accordingly, now we have a variety of different tools and frameworks for building web applications. Another requirement that has become widespread in the development of web applications…
December 3, 2021
By
Mark Otto
Flatlogic Platform, also known as Web App Builder is gathering pace!🎋. Yay! We have already 2570 applications generated, and that’s not the limit! 📜 TypeScript added. 🌎 Migrations added. ✔️ GitHub integration included 🏁 Free 7-Day Trial Added We keep on updating our Flatlogic Platform…
December 3, 2021
By
Mark Otto
asciinema-player, Now 4x Smaller and 50x Faster with JS and Rust — asciinema is a Python-based terminal screen recorder (think Camtasia but for text!) but to play its recordings on the Web asciinema-player is used. Originally written in ClojureScript, a mixed JS + Rust build…
December 2, 2021
By
Mark Otto
The Best Starting Word in WORDLE? — WORDLE is an online word game that’s a bit like ‘Mastermind’ but with 5 letter words. And, of course, if you’re a developer, why not use code to analyze an approach to playing it? Amusingly, I used the…
December 1, 2021
By
Mark Otto
What Is a Gantt Chart and When to Use It in Your React Apps — The Gantt Chart – a component that can provide a ton of utility in very few scenarios. Jump into this blog to understand when you should consider using a Gantt…
November 29, 2021
By
Mark Otto
Introduction It is safe to say that in 2021 user experience is crucial. And, subsequently, user interface and overall project design are just as crucial. User experience and intuitive design help your end-user to not only get the overall gist of your project but also…
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 25, 2021
By
Mark Otto
Getting Started with Validation in Node — You’ve got a webapp and you want to validate the data it’s sent, but there are lots of options. Here Simon breaks down one approach using JSON schemas along with Ajv. Simon Plenderleith Another Bug Bites the Dust…
November 24, 2021
By
Mark Otto
A Visual Guide to React Rendering: Refs — We return to the author’s well-regarded Visual Guide to React Rendering series (we’ve previously shared instalments on both Props and useMemo). This time he turns his attention and animation skills to the nuances of rendering refs. Alex…
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…