Brendan Eich Talks About JavaScript & More

In a recent Lex Fridman podcast, Brendan Eich, the creator 25 years ago of JavaScript and currently of the Brave browser, provided his views on early programming languages, outlined how JavaScript came to be, problems faxed by Firefox and explains how … more Read More

Vanilla JavaScript Code Snippets

Every now and again we have to deal with legacy code, wading through dark and eerie sides of the code base, often with a vague, ambiguous and unsettling documentation — if any is provided at all. In such cases, refactoring the component seems inevitable. … more Read More

.NET News Roundup – Week of March 29th, 2021

The last week of March was pretty intense in the .NET community, with the release of Project Reunion 0.5, Dapr 1.1, and more. InfoQ examined these and a number of smaller stories in the .NET ecosystem from the week of March 29th, 2021. By Arthur Casals … more Read More

Echo JS

An interactive, accessible way to build maps Enforce best practice for setTimeout and setInterval React17 系统精讲 结合TS打造旅游电商平台 … more Read More

Echo JS

Dababy: Extremely Simple Vue-like DOM Data Binding Bit Harmony: A New Tool To Create and Collaborate on Independent Node.js Components … more Read More

Guarding Against Disposable Design

Disposability is a tricky term to handle in the digital world. So many things are changing so quickly — programming languages, frameworks, and design trends to name but a few — that it often feels inevitable that the things we make will be outdated almost … more Read More

API Factories for Vue.js & Nuxt

How are you organizing your API calls? Have you considered API factories to make your codebase easier to work with, increasing your team’s productivity? A while back, I shared a few tips on how you can build and maintain a large Vue.js project. One of … more Read More