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

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