A Navbar With Context App Built With React.js

In this project, let’s build a Navbar with Context by applying the concepts we have learned till now. Refer to the image below: View Demo View Github Design Files Click to view Extra Small (Size < 576px) and Small (Size >= 576px) – Home Extra Small … more Read More

How JavaScript works: Streams and their use cases

This is post # 56 of the series, dedicated to exploring JavaScript and its building components. In the process of identifying and describing the core elements, we also share some rules of thumb we use when building SessionStack, a JavaScript application … more Read More

Supporting Remix with full stack Cloudflare Pages

We announced the open beta of full stack Cloudflare Pages in November and have since seen widespread uptake from developers looking to add dynamic functionality to their applications. Today, we’re excited to announce Pages’ support for Remix applications, … more Read More

Node v17.3.0 (Current)

Notable changes OpenSSL-3.0.1 OpenSSL-3.0.1 contains a fix for CVE-2021-4044: Invalid handling of X509_verify_cert() internal errors in libssl (Moderate). This is a vulnerability in OpenSSL that may be exploited through Node.js. More information can … more Read More

Node v12.22.8 (LTS)

Notable Changes This release contains a c-ares update to fix a regression introduced in Node.js 12.22.5 resolving CNAME records containing underscores #39780. Root certificates have been updated to those from Mozilla’s Network Security Services 3.71 … more Read More

Ruby on Rails 7 rejiggers JavaScript support

Ruby on Rails 7, the latest version of the web application framework, is now available as a production release. The update embraces a full-stack approach to web development with support for JavaScript advancements. Released December 15, Rails 7 leverages … more Read More

Bootstrapping a UI component library

Building — and adopting — a component library in the context of a vibrant business is no easy feat. Here are a few things we’ve learned. At a small startup, the timing is never quite right to start a component library. Extremely quick iteration is not … more Read More

Hands-on with the Marko JavaScript framework

Innovation in full-stack, server-side rendering JavaScript frameworks continues apace. Marko is developed under the aegis of eBay, who uses it in their e-commerce site. Marko is intended to be an easy-to-learn and high-performance framework. Ryan Carniato, … more Read More