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

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

BetterDev #275 - Tracking You from a Thousand Miles Away! Turning a Bluetooth Device into an Apple AirTag Without Root Privileges

Monday, March 10, 2025

Better Dev #275 Mar 10, 2025 Hi all, In the wave of ByBit exchange being hack for 1.6billion, and the hack is very sophisciated, exploit developer access key to change an s3 bucket. The attack start by

What's the goal of the goal & Tapbots is working on a Bluesky client

Monday, March 10, 2025

Capacities releases rewritten PDF viewer and new AI editor, Ghost teases larger update for its ActivityPub integration, clear communication, and more in this week's issue of Creativerly.

Ranked: | The World's Most Popular Programming Languages 🖥️

Monday, March 10, 2025

In 2024, Python surpassed JavaScript as the most popular programming language on GitHub for the first time. View Online | Subscribe | Download Our App Invest in your growth at Exchange 2025. FEATURED

GCP Newsletter #441

Monday, March 10, 2025

Welcome to issue #441 March 10th, 2025 News Infrastructure Official Blog Hej Sverige! Google Cloud launches new region in Sweden - Google Cloud has launched its 42nd cloud region in Sweden, providing

⚡ THN Weekly Recap: New Attacks, Old Tricks, Bigger Impact

Monday, March 10, 2025

State-sponsored hacking, IoT botnets, ransomware shifts—this week's cyber roundup covers it all. Stay informed, stay secure. Read now ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌ ͏ ‌

Beware AI voice cloning tools 🤖

Monday, March 10, 2025

Linux for your phone; Warner Bros. DVDs rot; GCal gets Gemini -- ZDNET ZDNET Tech Today - US March 10, 2025 Voice waveforms Most AI voice cloning tools aren't safe from scammers, Consumer Reports

⚙️ Google's AI plans

Monday, March 10, 2025

Plus: The DeepSeek alarm bells ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

Post from Syncfusion Blogs on 03/10/2025

Monday, March 10, 2025

New blogs from Syncfusion ® Convert PowerPoint to PDF in C# Using Advanced Formatting Options By Mohanaselvam Jothi Learn how to convert PowerPoint presentations to PDF with advanced options using the

😎 10 Weirdest Android Phones Ever — Why I Prefer Bixby to Google Assistant

Monday, March 10, 2025

Also: 3 Awesome Shows to Watch After "Fallout", and More! How-To Geek Logo March 10, 2025 Did You Know Despite their dog-like appearance, hyenas are more similar, phylogenetically speaking,

Re: How to stop spam emails and calls

Monday, March 10, 2025

Hey there, Have you tried unsubscribing and blocking spammers, but the spam just keeps coming? Until you remove your data from the source, the spam won't stop. That's why I recommend Incogni.