JavaScript Kicks - JSK Weekly - February 23, 2022

How quickly has February slipped past us? Before 2022 gets in too far, check out Jean-Marc Möckel's "React Best Practices – Tips for Writing Better React Code in 2022" Adam Zaczek's "Front End Development Trends to Watch in 2022".

Other top stories this week include Prashant Yadav's "Create Dynamic Forms in React Using React Hook Forms" on Syncfusion, "Going Further With TypeScript - Part 1: Mapped Types" by Lloyd Atkinson and Lahiru Hewawasam's "6 Best Practices to Improve Node.js Security" on Bits and Pieces.

Popular Stories recently curated by passionate community members

General

Remix vs. Next.js: A Detailed Comparison

Next.js is one of the most popular React frameworks used for server-side rendering. It's been there for a significant time, and it provid...

Bit


How to Create Custom ESLint Rules in 5 Minutes

Static analysis is a great tool for software development. We do not need to wait for the running code to find out if something bad happen...

Michael Sakhniuk ✨


Front End Development Trends to Watch in 2022

Front end development hasn't always gotten the respect it deserves compared to back end development. Many engineers used to look down on ...

Adam Żaczek


Inject Service from Another Module in Nest.js

I often read the question of how to inject a service/provider from another module. In this article, I wanna explain how to deal with this...

Bit


How To Name Your Code?

How often has it happened to you that you understand the code written by others at first glance? Probably not often. You need to dive dee...

JavaScript In Plain English


Web Components: LWC, Stencil, and Lit by Numbers

Big players in the web components ecosystem. In a previous articl e, I went through the basis of Web Components. Now, I want to focus on ...

Abimael Barea


Serverless JAMstack with NuxtJS, FaunaDB, GraphQL and Netlify

In this tutorial we are going to this simple blog site on a NuxtJS Jamstack. The frameworks we will use are VueJS, TailwindCSS, NuxtJS, F...

Bit


Using fetch(), AbortSignal, And setTimeout() To Apply Retry Mechanics

After learning to abort fetch() requests with the AbortController , I started to wonder what else I could abort. And when I realized that...

Ben Nadel


JavaScript

How to Compare Objects in JavaScript

Today, I am going to show you a basic way to write a function that compares two objects, and also retrieves their matching properties. Th...

Bit


10 Reasons Why JavaScript Will Improve Your Web Development

JavaScript has been the most used programming language for web development in 20 years. According to recent reports, JavaScript has been ...

JavaScript In Plain English


Advanced JavaScript Memoization with Lodash.memoize

Lodash is a modern JavaScript utility library delivering modularity, performance & extras. It's a ubiquitous library, and your project pr...

Vladimir Gorej


JavaScript ?. Optional Chaining: A Practical Guide

So, you know the JavaScript (??) nullish coalescing operator. You are privileged enough to know the ONLY JavaScript operator that takes t...

Lorenzo Zarantonello


Avoid the "delete" keyword in JavaScript

What's up, friends? This is SnowBit here. I am a young, passionate and self-taught front-end web developer with an intention to become a ...

SnowBit


4 Ways of Finding Elements in a JavaScript Array

Arrays are the building blocks for data-based web apps. We can store and manipulate data using an Array easily. Today, we are going to se...

Anshuman Bhardwaj


12 commonly used Javascript Array methods that you should know

A list of 12 commonly used Javascript array methods that every developer should know. These methods are used on day-to-day real-life proj...

Coding is Love


10 GitHub Repos to Master JavaScript for Free

If you are paying for Bootcamps and courses to learn JavaScript and build projects, these resources are for you. They are amazing little ...

JavaScript In Plain English


You Can throw() Anything In JavaScript - And Other async/await Conside

For the last few months, I've been listening to Ryan Toronto and Sam Selikoff talk about React Suspense over on the Frontend First podcas...

Ben Nadel


How to Use Optional Chaining in JavaScript

Optional chaining is a safe and concise way to perform access checks for nested object properties. The optional chaining operator ?. take...

Natalie Pina


TypeScript

Build a Simple API in TypeScript with Nest.js

As you might know, I work with Nest.js since 2018 when I had to rewrite the backend at my former company Karzo. Back then, I wondered why...

Bit


Going Further With TypeScript - Part 1: Mapped Types

TypeScript's type system is advanced and sometimes feels like magic. One of it's features is "mapped types" which allow you to create typ...

Lloyd


Polymorphism in TypeScript (OOP)

In today's article, I want to talk about Polymorphism in TypeScript, which is one of four pillars of object-orientated programming. Polym...

Bit


Modern Test-Driven Development with TypeScript and Redux Slices

One of the most important but most neglected practises in Agile Software Development is unit testing. I've worked with a lot of tools and...

Daniel Friyia


React

Create Dynamic Forms in React Using React Hook Forms

Forms are one of the crucial parts of a web app. They help us to collect various data from the user, and it is the developer’s responsibi...

Syncfusion


Unique Project Ideas to Improve Your React Skills

What does a programmer want after learning a new language/framework? Practice and projects, right? So, I'm going to tell you some unique ...

Jashan Mago


React Router 6: Example

A quick React Router 6 example which should get you up and running. The code for this React Router v6 tutorial can be found over here. In...

Robin Wieruch


React Best Practices - Tips for Writing Better React Code in 2022

Two years ago, I started to learn and use React. And today I'm still using it at my day job as a Software Developer and in my own side pr...

freeCodeCamp.org


React 18 Interesting Features to Utilize in Day-to-Day Coding

React is an open-source library that runs on Javascript and has been very popular amongst software developers in the past few years. Reac...

JavaScript In Plain English


10 React Interview Questions You Should Know in 2022

Feel confident about your React knowledge? Put it to the test! I have selected all of the major questions you should know as a React deve...

freeCodeCamp.org


React Detect Outside Click to Hide Dropdown Element Tutorial

How do you listen to click events in React functional component especially when user clicks outside the component scope or anywhere in yo...

Digamber Singh


Node.js

How to Connect Stripe to a Node.js App

An account with Stripe. A Node.js server to integrate Stripe. The following steps will guide you through this part. Run npm init to creat...

Bit


6 Best Practices to Improve Node.js Security

Today, Node.js is widely used in web and mobile applications, for it fills the gap between front-end and back-end applications. Unfortuna...

Bit


Node.js Event Loop: Not So Single-Threaded

You all know this or a similar sentence: Node.js is a single-threaded non-blocking asynchronous concurrent runtime environment. But what ...

Bit


Functional Programming

8 Different Places "this" Can Point to in JavaScript

The function's this is bound when called, depending entirely on where the function is called (that is, how the function is called). To kn...

Bit


The 'if-else' Conditional Statement in JavaScript

Bill Gates's once said, "Computer programming is calculation of math and making decision with if..else". And it is hard to argue with tha...

Sarvesh Prajapati


Introducing Math.ceil() and Math.floor(): Two Methods of the Math Object in JavaScript

JavaScript has what it called a set of standard built-in objects. These extend the capabilities of the language to help us to work with i...

codecupdev


An Introduction to Higher-Order Functions in JavaScript for Beginners

Functions are an integral part of many programming languages, and JavaScript is not an exception. In JavaScript, functions are first-clas...

Tapas Adhikary


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 Feb 22, 2022

Tuesday, February 22, 2022

JSK Daily for Feb 22, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Create Dynamic Forms in React Using React Hook Forms Forms are one of the crucial parts of

JSK Daily for Feb 21, 2022

Monday, February 21, 2022

JSK Daily for Feb 21, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Create Dynamic Forms in React Using React Hook Forms Forms are one of the crucial parts of

JSK Daily for Feb 17, 2022

Thursday, February 17, 2022

JSK Daily for Feb 17, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Going Further With TypeScript - Part 1: Mapped Types TypeScript's type system is

JSK Daily for Feb 16, 2022

Wednesday, February 16, 2022

JSK Daily for Feb 16, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Going Further With TypeScript - Part 1: Mapped Types TypeScript's type system is

JSK Weekly - February 16, 2022

Wednesday, February 16, 2022

It's the month of love! At least it's supposed to be. Many of quite torn on the topic. So in that spirit, let's kick this week off with a bit of both! Check out Daniel Rotter's "

You Might Also Like

When accelerator dreams become company nightmares

Thursday, May 2, 2024

Plus: Illinois gives Rivian incentives and AI is not SaaS View this email online in your browser By Christine Hall Thursday, May 2, 2024 Hello, and welcome back to TechCrunch PM. We have a great lineup

📱 Issue 409 - Claude Team plan and iOS app

Thursday, May 2, 2024

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

💻 Issue 415 - Hotel WiFi JavaScript Injection (2012)

Thursday, May 2, 2024

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

💎 Issue 415 - Choosing the Right Audit Trail Approach in Ruby

Thursday, May 2, 2024

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

💻 Issue 408 - Speeding up C++ build times

Thursday, May 2, 2024

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

💻 Issue 415 - Ditch dotenv: Node.js Now Natively Supports .env File Loading

Thursday, May 2, 2024

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

💻 Issue 333 - React 19 Beta

Thursday, May 2, 2024

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

📱 Issue 412 - The Composable Architecture: My 3 Year Experience

Thursday, May 2, 2024

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

💻 Issue 410 - Lessons learned after 3 years of fulltime Rust game development, and why we're leaving Rust behind

Thursday, May 2, 2024

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

📺 How to Stop Any Smart TV From Spying On You — Single Player Games That Are Fun With Friends

Thursday, May 2, 2024

Also: Alienware's Latest Gaming Laptop is Great For Work, and More! How-To Geek Logo May 2, 2024 Did You Know The voice actors behind Mickey and Minnie Mouse throughout the 1980s, 1990s, and most