JavaScript Kicks - JSK Weekly - August 05, 2021

Happy Work Like A Dog Day everyone! Depending on what kind of dog you have, that could either mean hard working, lazing around all day or just simply playing in the sun all day but which ever it is, enjoy! Speaking of play though ... let's kick off this week with by "Exploring The Interplay Between HTML Entities And TextContent In JavaScript" by Ben Nadel.

Other popular stories this week include Hemanth.HM's "ES2021 Features" and Charuka Herath's "Using BLoC Pattern with React" on Bits and Pieces.

Popular Stories recently curated by passionate community members

General

How to Write and Use Express Middleware

Middleware is an often misunderstood topic since it sounds and appears very complicated, but in reality middleware is actually really str...

JavaScript In Plain English


Everything You Need to Know about useEffect

In this article, I want to talk about the useEffect hook which I think is the best part of React hooks. The useEffect hook is perfect for...

JavaScript In Plain English


How to clean node_modules folder packages that are not in Package.json

In this tutorial, we are going to learn about how to clean the extra packages in a node_modules folder that are not present in the packag...

Sai gowtham


Using console.log() debugging in Visual Studio Code

Using the new in-built JavaScript debugger in Visual Studio code you can use the browser developer tools Console right inside the editor....

Christian Heilmann


ES2021 features list

Logical Assignment Operators 📖. x ||= y; x || (x = y); x &&= y; x && (x = y); x ??= y; x ??...

Hemanth.HM


How use fetch() with JSON

JSON, which is a simple format of structured data, has become a popular format to send data over the network. Here's an example of JSON c...

Dmitri Pavlutin


JavaScript

The cost of JavaScript in 2021

One large change to the cost of JavaScript over the last few years has been an improvement in how fast browsers can parse and compile scr...

Sn. Dev. M A


A Quick Look at the JavaScript bind() Method

To clarify how we will refactor the above, let's review the code in Figure 9 to clarify what is happening in this listing. The getDogInfo...

Robert Hieger


JavaScript Modules - Explained with Examples

A module is a function or group of similar functions. They are grouped together within a file and contain the code to execute a specific ...

Kingsley Ubah


Latest JavaScript Frameworks: Everything You Should Know

JavaScript is a universally acclaimed technology for both web and mobile app development. Being a dynamic programming language, its major...

JavaScript In Plain English


Write Your Own Promise in JavaScript - JavaScript Interview Series

Promises are one of the greatest additions to ES6 and form the basis of many of the Javascript libraries which are based on asynchronous ...

JavaScript In Plain English


Exploring The Interplay Between HTML Entities And TextContent In JavaScript

As I was playing around with inserting text at the last known caret location yesterday, I stumbled upon a large gap in my mental model fo...

Ben Nadel


TypeScript

Optional Chaining: The ?. Operator in TypeScript

TypeScript 3.7 added support for the ?. operator, also known as the optional chaining operator. We can use this operator to descend into ...

Marius Schulz


Angular

Securing an Angular app which uses multiple identity providers

Sometimes Angular applications are required to authenticate against multiple identity providers. This blog post shows how to implement an...

damienbod


React

Using BLoC Pattern with React

Initially, the Business Logic Component (BLoC) pattern was introduced by Google as a solution to handle states in Flutter applications. I...

Bit


How to create a React Tree

In this tutorial, I want to show you how to use React Table Library for creating a Tree Table or Tree List. In the previous example, you ...

Robin Wieruch


Getting hooked on React with Kent C. Dodds (JS Party #186)

With Raygun Error and Performance Monitoring you have all the information you need at your fingertips to quickly find and fix errors and ...

JS Party


Why I still don't like create-react-app (CRA) - Vijay Thirugnanam

CRA or create-react-app makes it easy to create a react app. But there are some disadvantages. In this post, I list down my top 3 reasons...

Vijay T


Node.js

Task Scheduling with Node.js

When building web applications and APIs using Node.js, we sometimes come across tasks that need to be done repeatedly such as email notif...

JavaScript In Plain English


Build any view with these amazing template engines for NodeJS

Building dynamic websites with APIs is something we all are familiar with as modern-day web developers. Node.js, especially, makes it rea...

livecodestream


How to Implement a Video Conference with WebRTC and Node.js

WebRTC (Web Real-Time Communication) is an open-source project that enables peer-to-peer communication between browsers. In other words, ...

Sn. Dev. M A


Testing

Visit The Blank Page Between Cypress Tests

When a Cypress test finishes, the web application stays in the browser's window. This could be confusing if the next test does not immedi...

Gleb Bahmutov


Functional Programming

Optimizing JavaScript Standard Library Functions in JSC

After three years working on JavaScriptCore (JSC), I recently had the opportunity to work on optimizing one of our standard library funct...

WebKit


Until next week!

Bob, Robert, Miro, Branko and Boris

Change how often and what email you get on your account page.

Follow JavaScriptKicks on Twitter and subscribe via RSS.







This email was sent to you
why did I get this?    unsubscribe from this list    update subscription preferences
Dotnetkicks, LLC · PO Box 45087 · Seattle, WA 98145 · USA

Older messages

JSK Daily for Aug 4, 2021

Wednesday, August 4, 2021

JSK Daily for Aug 4, 2021 View this email in your browser A community curated daily e-mail of JavaScript news Run Javascript Apps Faster and Safer than Linux Through Open Source Unikernels Run your

JSK Daily for Aug 2, 2021

Monday, August 2, 2021

JSK Daily for Aug 2, 2021 View this email in your browser A community curated daily e-mail of JavaScript news Magical Marbles in Three.js From our sponsor: Guide customers along the path to purchase

JSK Daily for Jul 30, 2021

Friday, July 30, 2021

JSK Daily for Jul 30, 2021 View this email in your browser A community curated daily e-mail of JavaScript news Capturing Keyboard Event Modifiers Across Operating Systems In JavaScript I have something

JSK Daily for Jul 29, 2021

Thursday, July 29, 2021

JSK Daily for Jul 29, 2021 View this email in your browser A community curated daily e-mail of JavaScript news JSK Weekly - July 28, 2021 July is on its way out, officially taking us into the second

JSK Weekly - July 28, 2021

Wednesday, July 28, 2021

July is on its way out, officially taking us into the second part of 2021. If you're interested in testing whether any characteristics of your application have changed, check out "Snapshot

You Might Also Like

Software Testing Weekly - Issue 261

Wednesday, March 12, 2025

New AI solutions for testing 👀 View on the Web Archives ISSUE 261 March 12th 2025 COMMENT Welcome to the 261st issue! I have nothing more to add to the genuinely great news that came out recently. I

JSK Daily for Mar 11, 2025

Tuesday, March 11, 2025

JSK Daily for Mar 11, 2025 View this email in your browser A community curated daily e-mail of JavaScript news How to Enforce Type Safety in FormData with TypeScript When working with the FormData

Binary Data, Tail Calls, Pickles, and More

Tuesday, March 11, 2025

Bytes Objects: Handling Binary Data in Python #672 – MARCH 11, 2025 VIEW IN BROWSER The PyCoder's Weekly Logo Bytes Objects: Handling Binary Data in Python In this tutorial, you'll learn about

Shaking The Wasp’s Nest 🐝

Tuesday, March 11, 2025

How Gamergate swarmed into our online lives. Here's a version for your browser. Hunting for the end of the long tail • March 11, 2025 Today In Tedium: You probably have noticed, just like me, that

Daily Coding Problem: Problem #1714 [Easy]

Tuesday, March 11, 2025

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. You are given an N by N matrix of random letters and a dictionary of words. Find

Mapped | The State of Democracy Around the World 🌐

Tuesday, March 11, 2025

After a historic election year, we show the state of democracy worldwide as it declines to its lowest level in two decades. View Online | Subscribe | Download Our App NEW REPORT: The Age of Data >

Stories, Free Tool & CRM Template

Tuesday, March 11, 2025

Notion stories, smart tools, and a free template to organize your contacts 🔥 ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

LW 173 - How to become a Shopify Developer in 2025

Tuesday, March 11, 2025

How to become a Shopify Developer in 2025 ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ Shopify Development news and articles Issue 173 - 03/11

This free AI tool beats Perplexity

Tuesday, March 11, 2025

Ubuntu vs. Debian; The new HR; YouTube randomizer -- ZDNET ZDNET Tech Today - US March 11, 2025 webfeetgettyimages-10141124 DuckDuckGo's AI beats Perplexity in one big way - and it's free to

⚙️ AI bubble bursts (?)

Tuesday, March 11, 2025

Plus: We talk to the CEO of Read AI ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌