Running Node natively in the browser

May 21, 2021 By Mark Otto 0

Introducing WebContainers: Run Node.js Natively in the Browser — An interesting new WebAssembly-based operating system that boots instantly and enables Node.js environments to run directly in the browser. People have been getting very excited about this on Twitter. Only supports Chromium-based browsers for now though. Eric…

How To Use React Native Flatlist

May 20, 2021 By Mark Otto Off

How many apps have you seen that come with lists in them? That may be To-Do Apps, Apps with notes, Email Apps, social Apps with lists of contacts, users, news, some highly specialized apps for the financial sphere with stock prices and real estate worth…

N-API becomes Node-API

May 20, 2021 By Mark Otto 0

Try Scout’s Leading-Edge Performance Monitoring for Free — Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues in minutes. See for yourself why Scout is a Node developers’s best friend with a…

Recoil 0.3 released

May 19, 2021 By Mark Otto 0

React Color Picker Deconstructed — Perhaps you’re satisfiied with just dragging a color picker component into your app. But if you really want to understand what actually goes into this seemingly simple but actually quite complex sort of control, here you can dig into the…

JavaScript Reference

May 14, 2021 By Mark Otto 0

This appendix contains JavaScript syntax reference in the following areas: • Objects, methods, and properties • Top-level functions and properties • Event handlers In general, JavaScript has a three-pronged structure: core, client-side, and server-side. Core JavaScript refers to those features that can be used on…

The JQuery Validation

May 14, 2021 By Mark Otto 0

JQuery – Validation In this tutorial, I will demonstrate you how to use jquery validation plug-in to validate the form data before submitting to server. I will try to keep things simple so that you can implement some validation on your webpage forms easily. The…