Author: Mark Otto

Full Stack Web Application Generator by Flatlogic

August 19, 2021 By Mark Otto Off

Hello there! 👋 I am thrilled to announce to you our new tool called Flatlogic Web Application Generator. 🔥 It is a compilation of more than 7 years of our professional knowledge in web software development. The idea is really simple and consists of a few…

Want to speak at the online React Conf 2021?

August 18, 2021 By Mark Otto 0

Next.js 11.1 Released — The popular React framework takes a few steps forward with experimental ES modules support, a new integration with swc to ultimately replace JS tooling (Babel and Terser), faster data mapping and source maps, and more. Vercel React Conf 2021 Call for Speakers…

Vue Components as Custom Elements with Vue 3.2

August 13, 2021 By Mark Otto Off

Vue 3.2 Released — Some new features for single file components, significant perf improvements, and it’s now easy to define native custom elements with defineCustomElement (learn more about this in Vue Components as Custom Elements – this could be a big deal for many). Evan…

Take The Quiz! Top 20 React.js Interview Questions

August 12, 2021 By Mark Otto Off

Answer #2 JSX, Event Handling, Virtual DOM, Computed Properties, Template Answer #2 You are close, but no cigar on this one, as this answer is, in fact, a mix of Vue.JS’ and React.JS’ main features. Let’s clear the smog a little: both Vue.JS and React.JS…

Security releases all round

August 12, 2021 By Mark Otto 0

📋 Node Weekly is taking a little summer vacation next week so we’ll be back for the next time on Thursday, August 26. See you then! 🙂 __ Peter Cooper, editor V8 Release v9.3 — Recent V8 releases have been reasonably lean on new features,…

NestJS explained in 100 seconds

August 5, 2021 By Mark Otto 0

40+ Node.js Integration Test Best Practices — Component and integration tests are increasingly popular testing techniques for backends. This repository digs into a variety of quick-fire patterns and practices for creating good component tests. There’s also a demo app and examples using Jest, Mocha, Express,…

Better toast for React

August 4, 2021 By Mark Otto 0

What’s New in React-Hot-Toast 2.0 — React Hot Toast is a popular React on-page notifications system. Although the opportunity to customize the notifications in the new release chips away at the original ‘toast’ metaphor, there’s a lot of configurability in the new version that will…

Spicing Up the UI: a Guide for Approaching CSS Animations

August 3, 2021 By Mark Otto Off

I guess every front-end developer had that moment in their career when work on a website was already at the finish line, but the website looked like it lacked some life. Users weren’t able to interact with the design, and the only plan for making…