JavaScript Kicks - JSK Weekly - October 20, 2021

This weeks' stories definitely have a "how to" theme running through, so if you're in a "how to" mood then check out some of the more popular stories, like "How to Fill an Array with Initial Values in JavaScript", "How to Use Currying and Composition in JavaScript", "How to Create Custom Headers with Express and TypeScript" and "How to create a React Radio Button".

Popular Stories recently curated by passionate community members

General

Using Refine to Build an Admin Panel

refine is a React-based framework for building data-intensive applications in no time ✨ It ships with Ant Design System, an enterprise-le...

Bit


Introducing a URL-Friendly Unique Identifier - NanoID

In every software system, we need unique Ids to distinguish between several objects from one another. Recently, I wrote about the unique ...

Apoorv Tyagi


Explore How Diffusion Now Supports MQTT

Support for the OASIS MQTT open standard protocol is the main feature added to Diffusion 6.6 Preview 2, the latest release of the Diffusi...

push_technology


Is Deno Still a Thing? A Look at the Status of the Node Killer

First time I read about it, and I'm assuming that's on purpose because it's still in its early beta stage, however their plan for it is v...

Bit


Understand Static Site Generation with Next.js

We all love Next.js for the ability of server-side rendering. But we often fail to take advantage of the awesomeness of the static genera...

Mohammad Faisal


How to Build a Desktop Video-Calling App using the Agora Electron SDK

As a JavaScript developer, you can truly use one language to build apps for almost any platform, and the Electron framework enables you t...

Ekaansh Arora


JavaScript

Do You Really Need a JavaScript Framework?

If you left me a note, please re-send it! I'm interested :) Frameworks like Vue.js, Svelte and React (yes, I know it's a library) have be...

JavaScript In Plain English


5 Methods to Reduce JavaScript Bundle Size

Today, we use JavaScript heavily in web development, and we can find many applications with large bundle sizes. However, beyond a certain...

Bit


Micro Optimizing Your JavaScript Probably Isn't Worth It, But...

If you're looking to optimize a function which is often called in your application, you'd probably want to make some measurements, set be...

Siniša Nimčević ⌨️ ✍️ 🥋 🔄


JavaScript Currying: A Practical Example

In mathematics and computer science, currying is the technique of converting a function that takes multiple arguments into a sequence of ...

Karthick Ragavendran


How to Fill an Array with Initial Values in JavaScript

JavaScript provides many ways to initialize arrays with initial data. Let's see in this post which ways are the most simple and popular. ...

Dmitri Pavlutin


How to Use Currying and Composition in JavaScript

A great conversation I had this evening got me thinking about and revisiting a concept I've toyed with before - currying. But this time, ...

freeCodeCamp.org


TypeScript

Learn TypeScript in 5 minutes | Swizec Teller

TypeScript solves many of JavaScript's sharpest edges. You don't need much to get started ✌️...

Swizec


Covariance and Contravariance in TypeScript

Learning covariance and contravariance in TypeScript could be tricky (I know from my experience!), but knowing them is a great addition t...

Dmitri Pavlutin


How to Create Custom Headers with Express and TypeScript

Recently, I had to create a cloud function that will store some data in a PostgreSQL database. Once I had done everything, or at least I ...

JavaScript In Plain English


TypeScript Generics: What's with the Angle Brackets ?

A good reusable component has a prestigious place in software engineering. Good abstractions are hard to come up with. They are even hard...

Karthick Ragavendran


Angular

Introducing Syncfusion Angular Code Snippets for Visual Studio Code

We are glad to introduce Angular Snippets, a utility for adding Syncfusion Angular components in the HTML file of an Angular application....

Syncfusion


React

Svelte vs React: Ending the Debate

Are you on the fence in the Svelte vs React debate? You're not the only one. Nowadays, picking the best tool is a challenge, especially w...

JavaScript In Plain English


How to create a React Radio Button

A short React tutorial by example for beginners about using a radio button in React. First of all, a radio button is just an HTML input f...

Robin Wieruch


Event Bubbling in React - Upmostly

Event bubbling in React refers to when the innermost component handles an event, and events bubble outwards. In React, the innermost elem...

Upmostly


Save Many Documents on MongoDB, Skipping Duplications, with React and Apollo Client

Upload multiple documents from a React Application to MongoDB on a single action, using Apollo Client . Each document is a row from an .x...

JavaScript In Plain English


Build a Composable Sorting Control with Custom React Hooks

Most web applications need to display data in lists of one kind or another, and sorting that data is one of the fundamental features of a...

JavaScript In Plain English


Calling a React Component on Button Click - Upmostly

What if our web application contains a list element, and we'd like to add new items to the list as we click a button? React has a perfect...

Upmostly


Build a Video Recording & Playback App in React Native Expo (Android & IOS)

Hello, native developers! When you start learning React Native, then you go through different lectures, tutorials, and articles to build ...

Rohit Thakur


Why Doesn't My React Code Look Professional?

Aside from years of practice, reading Clean Code, and then reading Clean Code for Javascript, you can automate a lot of your "troubles" a...

Siniša Nimčević ⌨️ ✍️ 🥋 🔄


Vue

Composable CSS Animation In Vue With AnimXYZ

Most animation libraries like GSAP and Framer Motion are built purely with JavaScript or TypeScript, unlike AnimXYZ, which is labelled "t...

Smashing Magazine


Node.js

Nats.io with Node.js (Rabbitmq, Kafalternative)

npm install nats@latest The nats.js@2.0.0 is not API compatible with previous versions of nats.js. For a migration guide, please see the ...

Sn. Dev. M A


Libraries and Tools

5 Top Audio Processing Libraries for JavaScript

Quickly Design Live Streaming, Online Conferencing, and Digital Audio Composer Web Applications with JavaScript...

Bit


Testing

Cypress And TestRail

How to send the Cypress test results to TestRail using cypress-testrail-simple plugin If your organization is using TestRail to manage te...

Gleb Bahmutov


Refactor Tests To Be Independent And Fast Using Cypress-Each Plugin

I have made cypress-each to simplify generating tests from data. This plugin has already proved itself useful for API testing, and in thi...

Gleb Bahmutov


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

Key phrases

Older messages

JSK Daily for Oct 19, 2021

Tuesday, October 19, 2021

JSK Daily for Oct 19, 2021 View this email in your browser A community curated daily e-mail of JavaScript news How to Create Custom Headers with Express and TypeScript Recently, I had to create a cloud

JSK Daily for Oct 18, 2021

Monday, October 18, 2021

JSK Daily for Oct 18, 2021 View this email in your browser A community curated daily e-mail of JavaScript news 5 Top Audio Processing Libraries for JavaScript Quickly Design Live Streaming, Online

JSK Daily for Oct 16, 2021

Saturday, October 16, 2021

JSK Daily for Oct 16, 2021 View this email in your browser A community curated daily e-mail of JavaScript news Introducing Syncfusion Angular Code Snippets for Visual Studio Code We are glad to

JSK Daily for Oct 15, 2021

Friday, October 15, 2021

JSK Daily for Oct 15, 2021 View this email in your browser A community curated daily e-mail of JavaScript news Introducing Syncfusion Angular Code Snippets for Visual Studio Code We are glad to

JSK Daily for Oct 14, 2021

Thursday, October 14, 2021

JSK Daily for Oct 14, 2021 View this email in your browser A community curated daily e-mail of JavaScript news Is Deno Still a Thing? A Look at the Status of the Node Killer First time I read about it,

You Might Also Like

WP Weekly 191 - Essentials - Duplicate in Core, White Label Kadence, Studio for Mac

Monday, April 29, 2024

Read on Website WP Weekly 191 / Essentials It seems many essential features are being covered in-house, be it the upcoming duplicate posts/pages feature in the WordPress core or the launch of Studio

SRE Weekly Issue #422

Monday, April 29, 2024

View on sreweekly.com A message from our sponsor, FireHydrant: FireHydrant is now AI-powered for faster, smarter incidents! Power up your incidents with auto-generated real-time summaries,

Quick question

Sunday, April 28, 2024

I want to learn how I can better serve you ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

Kotlin Weekly #404 (NOT FOUND)

Sunday, April 28, 2024

ISSUE #404 28st of April 2024 Announcements Kotlin Multiplatform State of the Art Survey 2024 Help to shape and understand the Kotlin Multiplatform Ecosystem! It takes 4 minutes to fill this survey.

📲 Why Is It Called Bluetooth? — Check Out This AI Text to Song Generator

Sunday, April 28, 2024

Also: What to Know About Emulating Games on iPhone, and More! How-To Geek Logo April 28, 2024 📩 Get expert reviews, the hottest deals, how-to's, breaking news, and more delivered directly to your

Daily Coding Problem: Problem #1425 [Easy]

Sunday, April 28, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Microsoft. Suppose an arithmetic expression is given as a binary tree. Each leaf is an

PD#571 Software Design Principles I Learned the Hard Way

Sunday, April 28, 2024

If there's two sources of truth, one is probably wrong. And yes, please repeat yourself. ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

When Procrastination is Productive & Ghost integrating with ActivityPub

Sunday, April 28, 2024

Automattic, Texts, and Beeper join forces to build world's best inbox, Reflect launches its iOS app, how to start small rituals, and a lot more in this week's issue of Creativerly. Creativerly

C#503 Building pipelines with System.Threading.Channels

Sunday, April 28, 2024

Concurrent programming challenges can be effectively addressed using channels ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

RD#453 Get your codebase ready for React 19

Sunday, April 28, 2024

Is your app ready for what's coming up in React 19's release ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌