JavaScript Kicks - JSK Weekly - October 05, 2022

It's already the 10th month of 2022 and unlike the last two years, it just seems to be speeding by! Did you know that "It is estimated that very soon Node.js will lead the web development industry and empower 60–70% of web apps"? Check out "Top 10 Node.js Trends to Follow" for more.

Other popular stories include Segun Ajibola's "Parameters vs Arguments in JavaScript – What's the Difference?", Rafeh Waqar's "3 Things You Should Do to Be Better at JavaScript (and Other Programming Languages)" and "How to Fetch API Data in React Like a Pro" on Bits and Pieces.

Popular Stories recently curated by passionate community members

General

How to Generate Previews for Your Web Page on Social Media

We share links to web pages, images or videos on web with colleagues, friends and family everyday. When users share links your website, i...

Bit


Building a beautiful Kanban board with Node.js, React, and Websockets πŸ¦„ ✨

In this article, you'll learn how to build a Kanban Board the same as you have in JIRA, Monday and Trello. We will do it with a beautiful...

JavaScript In Plain English


What is the DOM? A Behind-the-Scenes Guide

Understanding how the DOM and events work in JavaScript is key if you want to be an effective front end developer. In this article, you'l...

Kedar


JavaScript

The Complete Guide to JavaScript Symbols

In this article, we're going to learn all about JavaScript symbols and how to use them in practice. The Symbol is a data type that was ad...

Coding Beauty


How to Subtract 30 Days From the Current Date in JavaScript

To subtract 30 days from the current date in JavaScript: Use the Date() constructor to create a new Date object with the current date. Ca...

Coding Beauty


Parameters vs Arguments in JavaScript - What's the Difference?

JavaScript is one of the most popular programming languages out there for web development. The dynamic values passed in a JavaScript func...

Segun Ajibola πŸ₯‘


3 Things You Should Do to Be Better at JavaScript (and Other Programming Languages)

In JavaScript and every programming language, there are many tips and things to watch out for and to make them a must. With that being sa...

JavaScript In Plain English


How to Code a 2D Game Using JavaScript, HTML, and CSS

JavaScript can be a surprisingly good programming language to use for creating 2D games. Especially games you want to be playable on almo...

Beau Carnes


Useful JavaScript Shorthands I Wish I Knew Sooner

JavaScript is a beautiful language that has an array of useful shorthand alternatives for common code concepts. They are good for reducin...

JavaScript In Plain English


Difference Between map(), forEach(), and filter() in JavaScript

JavaScript is the most popular programming language in the world and it is widely used for web development. Developers with a JavaScript ...

JavaScript In Plain English


React

Designing & Implementing Access Control in React

Almost all applications require users to authenticate before allowing access to the application and its features. For example, imagine a ...

Bit


What Is Prop Drilling in ReactJS? πŸ”¨ - Upmostly

React components are capable of receiving some parameters, these certain parameters are called props in react terminologies, it is not a ...

Upmostly


Build Uncontrolled Components in ReactJS βš› - Upmostly

We have learned about pure components, functional components, class components, and many more. This time around we are going to dig into ...

Upmostly


How to Fetch API Data in React Like a Pro

Building applications the user use love is not an easy task. It requires a lot of thinking about how you build your application. Using th...

Bit


How to Set Focus on an Input in React

To set focus on an input in React: Set a reference on the input element Call the focus() method on the ref element In the code above, you...

JavaScript In Plain English


Aurelia

Moving All My Aurelia Plugins Into a Monorepo - I Like Kill Nerds

Over the last few years, I have created a few plugins for Aurelia, mostly for Aurelia 1. However, with Aurelia 2 on the horizon (possibly...

Dwayne Charrington


Vue

How To Use Vue With Pinia To Set Up Authentication - Upmostly

As a web developer, you know that authentication is a big part of front end development. You also know that using a state manager can be ...

Upmostly


What Is a Slot in Vue.js and How To Use It - Upmostly

When we're building a front end app with Vue.js, there are several ways to communicate between our parent and child components. Besides p...

Upmostly


Your Vue.js App Is Not Indexable by Google... Unless You Use Nuxt.js - Upmostly

Are you a web developer who loves using Vue.js? If so, you're not alone; Vue.js is one of the most popular front-end JavaScript framework...

Upmostly


Node.js

Top 10 Node.js Trends to Follow

Node.js is an open-source and cross-platform back-end JavaScript runtime environment but most people often assume it as a framework. It r...

Frontend Weekly


Node.js Server-Side JavaScript - What is Node Used For?

The release of Node.js in 2009 by Ryan Dahl increased the scope of what developers could do with JavaScript. Prior to that, you could onl...

CHIKARAπŸ‘¨πŸ½β€πŸ’»


Libraries and Tools

React-Hook-Form Library | Common Use Cases

Form state management has always been a headache for me, error handling, validation rules, form resets. . . Fortunately, there have been ...

MINIπŸ‡¦πŸ‡ΉπŸ‡ͺπŸ‡Ί


Testing

Triangulation in Test-Driven Development

Test-driven development (aka TDD) consists of 3 phases: the red, the green, and the refactor. The transition from green to refactor phase...

Dmitri Pavlutin


Solving Test.Bash 2022 UI Challenge With Cypress

Step-by-step tutorial for testing a simple web application. Recently I have decided to solve the Test.Bash 2022 UI Automation challenge. ...

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 4, 2022

Tuesday, October 4, 2022

JSK Daily for Oct 4, 2022 View this email in your browser A community curated daily e-mail of JavaScript news How to Fetch API Data in React Like a Pro Building applications the user use love is not an

JSK Daily for Oct 3, 2022

Monday, October 3, 2022

JSK Daily for Oct 3, 2022 View this email in your browser A community curated daily e-mail of JavaScript news What Is a Slot in Vue.js and How To Use It - Upmostly When we're building a front end

JSK Daily for Sep 29, 2022

Thursday, September 29, 2022

JSK Daily for Sep 29, 2022 View this email in your browser A community curated daily e-mail of JavaScript news How to Extend the Window Object in TypeScript - I Like Kill Nerds In many cases when you

JSK Daily for Sep 28, 2022

Wednesday, September 28, 2022

JSK Daily for Sep 28, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Designing & Implementing Access Control in React Almost all applications require users

JSK Weekly - September 28, 2022

Wednesday, September 28, 2022

Everybody loves free stuff, especially as we get closer to the expensive Christmas season, so check out SharmaGourav's "10 Free Courses to Learn Node.js in 2022 — Best of the Lot" to

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