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

Youre Overthinking It

Wednesday, January 15, 2025

Top Tech Content sent at Noon! Boost Your Article on HackerNoon for $159.99! Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, January 15, 2025? The

eBook: Software Supply Chain Security for Dummies

Wednesday, January 15, 2025

Free access to this go-to-guide for invaluable insights and practical advice to secure your software supply chain. The Hacker News Software Supply Chain Security for Dummies There is no longer doubt

The 5 biggest AI prompting mistakes

Wednesday, January 15, 2025

✨ Better Pixel photos; How to quit Meta; The next TikTok? -- ZDNET ZDNET Tech Today - US January 15, 2025 ai-prompting-mistakes The five biggest mistakes people make when prompting an AI Ready to

An interactive tour of Go 1.24

Wednesday, January 15, 2025

Plus generating random art, sending emails, and a variety of gopher images you can use. | #​538 — January 15, 2025 Unsub | Web Version Together with Posthog Go Weekly An Interactive Tour of Go 1.24 — A

Spyglass Dispatch: Bromo Sapiens

Wednesday, January 15, 2025

Masculine Startups • The Fall of Xbox • Meta's Misinformation Off Switch • TikTok's Switch Off The Spyglass Dispatch is a newsletter sent on weekdays featuring links and commentary on timely

The $1.9M client

Wednesday, January 15, 2025

Money matters, but this invisible currency matters more. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

⚙️ Federal data centers

Wednesday, January 15, 2025

Plus: Britain's AI roadmap ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

Post from Syncfusion Blogs on 01/15/2025

Wednesday, January 15, 2025

New blogs from Syncfusion Introducing the New .NET MAUI Bottom Sheet Control By Naveenkumar Sanjeevirayan This blog explains the features of the Bottom Sheet control introduced in the Syncfusion .NET

The Sequence Engineering #469: Llama.cpp is The Framework for High Performce LLM Inference

Wednesday, January 15, 2025

One of the most popular inference framework for LLM apps that care about performance. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

3 Actively Exploited Zero-Day Flaws Patched in Microsoft's Latest Security Update

Wednesday, January 15, 2025

THN Daily Updates Newsletter cover The Kubernetes Book: Navigate the world of Kubernetes with expertise , Second Edition ($39.99 Value) FREE for a Limited Time Containers transformed how we package and