Flatlogic Platform Updates: November 2021

December 3, 2021 By Mark Otto Off

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…

Happy 26th birthday to JavaScript

December 3, 2021 By Mark Otto Off

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…

One dev’s journey from Node to Rust

December 2, 2021 By Mark Otto 0

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…

Using WebAssembly in creating React components

December 1, 2021 By Mark Otto 0

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…

Top 9 Vuetify Templates for Web Developer

November 29, 2021 By Mark Otto Off

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…

Remixing a new way to build full-stack JavaScript apps

November 26, 2021 By Mark Otto Off

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:…

7 ways to improve Node performance

November 25, 2021 By Mark Otto 0

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…

Remix goes open source

November 24, 2021 By Mark Otto 0

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…

Top Ten Vue Templates to Choose in 2021 | FrontEnd Matters!

November 22, 2021 By Mark Otto Off

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…

Etsy’s journey to TypeScript

November 19, 2021 By Mark Otto Off

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…