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

Key phrases

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

Stripe makes more changes

Thursday, April 25, 2024

TikTok is in trouble, and net neutrality is back View this email online in your browser By Christine Hall Thursday, April 25, 2024 Welcome back to TechCrunch PM, your home for all things startups,

💎 Issue 414 - From a Lorry Driver to Ruby on Rails Developer at 38

Thursday, April 25, 2024

This week's Awesome Ruby Newsletter Read this email on the Web The Awesome Ruby Newsletter Issue » 414 Release Date Apr 25, 2024 Your weekly report of the most popular Ruby news, articles and

💻 Issue 414 - JavaScript Features That Most Developers Don’t Know

Thursday, April 25, 2024

This week's Awesome Node.js Weekly Read this email on the Web The Awesome Node.js Weekly Issue » 414 Release Date Apr 25, 2024 Your weekly report of the most popular Node.js news, articles and

💻 Issue 407 - The Performance Impact of C++'s `final` Keyword

Thursday, April 25, 2024

This week's Awesome .NET Weekly Read this email on the Web The Awesome .NET Weekly Issue » 407 Release Date Apr 25, 2024 Your weekly report of the most popular .NET news, articles and projects

💻 Issue 414 - Everyone Has JavaScript, Right?

Thursday, April 25, 2024

This week's Awesome JavaScript Weekly Read this email on the Web The Awesome JavaScript Weekly Issue » 414 Release Date Apr 25, 2024 Your weekly report of the most popular JavaScript news, articles

📱 Issue 408 - All web browsers on iOS are just Safari with different design

Thursday, April 25, 2024

This week's Awesome iOS Weekly Read this email on the Web The Awesome iOS Weekly Issue » 408 Release Date Apr 25, 2024 Your weekly report of the most popular iOS news, articles and projects Popular

💧 Don't Bother Liquid Cooling Your AMD CPU — Why You Should Keep Using Live Photos on iPhone

Thursday, April 25, 2024

Also: We review the Unistellar Odyssey iPhone Telescope, and More! How-To Geek Logo April 25, 2024 Did You Know Charles Darwin and Abraham Lincoln were both born on the same day: February 12, 1809. 💻

💻 Issue 332 - 🥇The first framework that lets you visualize your React/NodeJS app 🤯

Thursday, April 25, 2024

This week's Awesome React Weekly Read this email on the Web The Awesome React Weekly Issue » 332 Release Date Apr 25, 2024 Your weekly report of the most popular React news, articles and projects

💻 Issue 409 - Sized, DynSized, and Unsized by Niko Matsakis

Thursday, April 25, 2024

This week's Awesome Rust Weekly Read this email on the Web The Awesome Rust Weekly Issue » 409 Release Date Apr 25, 2024 Your weekly report of the most popular Rust news, articles and projects

📱 Issue 411 - AI Starts to Sift Through String Theory's Near-Endless Possibilities

Thursday, April 25, 2024

This week's Awesome Swift Weekly Read this email on the Web The Awesome Swift Weekly Issue » 411 Release Date Apr 25, 2024 Your weekly report of the most popular Swift news, articles and projects