JavaScript Kicks - JSK Weekly - May 25, 2022

It's Geek Pride Day today. Did you know that? Luckily the term "Geek" doesn't quite mean what it used to, so we can celebrate our fascination with Javascript today unashamedly! Why not start teaching your child? Oleksii Kosynskyi's "How to Get Your Child Interested in Programming" is a great start!

Other favourites this week include Emil Hein's "How to Use WebSockets in Vue 3", Zachary Lee's "Stop Using ‘async/await’ Like This. Use the Original Instead" and Rencybeth's "Vue.JS Cheat Sheet" on Bits and Pieces.

Popular Stories recently curated by passionate community members

General

How to Create a Splash Screen in Next.js

When a user opens a Next.js application, even if the page corresponding to the url is cached on the server side, the browser will still d...

Bit


Enforcing Types on your JSON? Yes you can!

JSON is a fantastic format to deal with data, especially if you're already working on either JavaScript or TypeScript, since it's just al...

Bit


How to Get Your Child Interested in Programming

I have a daughter who is ten years old. She watched me all the time when I was programming. Therefore, I decided to try to engage her in ...

Oleksii Kosynskyi


Why does RemixJS use Web Containers?

The Remix is an open-source framework built on React. Remix supports server-side renderings and creates both front end and back-end throu...

Bit


JavaScript

Data Structures in JavaScript: Singly Linked Lists

Singly linked lists (sometimes known as single linked lists) provide a way of storing data in order. They're similar to arrays and, there...

Bit


What is "void 0" in JavaScript?

Is it similar to undefined? Should we avoid it or not?...

JavaScript In Plain English


What is Debounce in JavaScript?

In this article, I will cover one of the interesting topics of JavaScript Debounce Function and share with you how you can use it to impr...

Bit


Introducing Random Numbers in JavaScript

One of the tasks we sometimes need to achieve when we are writing code is to create a random number. The Math object in JavaScript provid...

codecupdev


Angular

How to Copy Text in Angular - The Definitive Guide

Today you're going to learn how to copy text in Angular. I'm going to show you exactly how to copy text to the clipboard programmatically...

Bit


How to create Angular Data Analytics with pivot grid and charts dashboard

Old but gold! Angular is still one of the most popular JavaScript frameworks in the world. Due to its complicity a lot of newbies prefer ...

Frontend Weekly


React

Bundle React Apps with esbuild and Bash Script

In this short and practical article, let's quickly look into an alternative way to build our React applications using a more efficient an...

Parthipan Natkunam


Svelte for React Developers

If you're a React developer and looking for a new journey in the Svelte framework, this is for you! Let's describe Svelte from its own si...

Sina Farhadi


React 18: What You Need to Know

React 18 is out at last. What are the new features of this new version? should you update your code now? How should you do it, and what a...

JavaScript In Plain English


Vue

Vue.JS Cheat Sheet

Vue.JS is a very popular open-source framework. It works on Model-view-ViewModel JavaScript-based techniques to create interfaces and Sin...

Bit


Getting Started With the Vue CLI

In this guide, you will learn how to install the Vue CLI, how to create a Vue project with the Vue CLI, how to use and save presets, how ...

StackAbuse


How to Use WebSockets in Vue 3

Read here to know how to set up a WebSocket serverless backend. The overall idea is to create a bidirectional connection from a client to...

JavaScript In Plain English


Simple Caching in Vue 3 & Vuex with IndexedDB

I'm assuming you want to avoid requesting the same data over the wire, more times than needed. Well, me too. Thank god there are many way...

JavaScript In Plain English


Node.js

If You Like Spring Boot, You'll Love This Node.js Framework

Combining the best of both Node.js and TypeScript to create a strong and robust framework....

Rémy Villulles


How to Create Your Own CLI with Node.js

You came across a great article about React and you want to get a new project up and running as quickly as possible and try what you read...

JavaScript In Plain English


Node JS Upload Excel in MySQL Database Tutorial

Node Import Excel file to MySQL database example; In this short and descriptive guide, we will teach how to upload Excel file data to the...

Digamber Singh


Server-Sent Events with Node.js

Receive regular updates from your backend without spamming with HTTP requests...

Rémy Villulles


Testing

Node.js Native Test Runner · Code with Hugo

The recommended way to do assertions is to use the existing assert module. Combination of node:test + node:assert/strict are good for tes...

Hugo Di Francesco


Functional Programming

Stop Using 'async/await' Like This. Use the Original Instead

Recently I have seen some developers use this approach to handle async/await errors: As you can see, they wrap the function to convert th...

Bit


Getting started with Serverless Functions using Vercel - I

I worked on a simple side project where I had the need for Country Flags and came across an npm library which provided the data based on ...

Karthik_B


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 May 24, 2022

Tuesday, May 24, 2022

JSK Daily for May 24, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Decrease notification development time with automation API and builder Courier Automations

JSK Daily for May 23, 2022

Monday, May 23, 2022

JSK Daily for May 23, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Data Structures in JavaScript: Singly Linked Lists Singly linked lists (sometimes known as

JSK Daily for May 20, 2022

Friday, May 20, 2022

JSK Daily for May 20, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Why does RemixJS use Web Containers? The Remix is an open-source framework built on React.

JSK Daily for May 19, 2022

Thursday, May 19, 2022

JSK Daily for May 19, 2022 View this email in your browser A community curated daily e-mail of JavaScript news JSK Weekly - May 19, 2022 We're not quite halfway through 2022, so check out Chaitanya

JSK Weekly - May 19, 2022

Thursday, May 19, 2022

We're not quite halfway through 2022, so check out Chaitanya Prabuddha's "7 React Frameworks for Developers to Use in 2022" before we start talking about 2023! Other popular stories

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