JavaScript Kicks - JSK Weekly - September 21, 2022

JavaScript is a multiparadigm language and functional programming is just one of the many programming paradigms it supports. Check out Isuri Devindi's "JavaScript Higher-Order Functions: A Complete Guide" on Syncfusion for more!

Other popular stories this week include "JavaScript APIs You Don’t Know About" by Juan Diego Rodríguez, "13 Best JavaScript Animation Libraries of 2022" by Coding Beauty and Vytenis's "SOLID: Open Closed Principle for React Apps" on Bits and Pieces.

Popular Stories recently curated by passionate community members

General

Fixing exhaustive-deps warning in some common use cases

In the previous article, we looked at the right mental model one needs to adopt to use the useEffect hook correctly. In this article, let...

Bit


Positives and Negatives of Next.js

Developing a website should be a freeing experience. Freedom to pick whatever framework you want to use, if you utilize high-code. Within...

Rich Kurtzman


How to Code a Scrollable Text Gallery in Three.js

A video coding session where you'll learn how to recreate the text and image gallery seen on Design Embraced. In this new ALL YOUR HTML c...

Codrops


Build Your Own JS Code Bundler

If you're a front-end developer, you're using bundlers whether you know it or not. It's a tool that is embedded into every development wo...

Bit


Intro to Deno - Guide for Beginners

What is Deno? Deno is a new JavaScript runtime. It was built by Ryan Dahl, the creator of Node.js. Dahl had a few things that he regrette...

Brian Barrow


JavaScript

JavaScript APIs You Don't Know About

In this article, Jaun Diego covers the least known yet extremely useful APIs, such as the Page Visibility API, Web Sharing API, Broadcast...

Smashing Magazine


What 10x JavaScript Developers Know About 'this'

Understanding these concepts will save you a lot of time debugging tricky issues in JavaScript. JavaScript this object is one of the most...

Bit


How Microsoft Almost Killed JavaScript

In the early 2000s, Microsoft Internet Explorer was the world's most used browser. Its competitor, Netscape Navigator lagged by many perc...

Luís Tchitue


TypeScript

How to Improve TypeScript App Reload Time

When I started my new job, I experienced one of the worst developer experiences I have ever seen. One of the causes was a slow startup ti...

Bit


Solve - Object is possibly defined error in TypeScript

In this tutorial, we are going to learn about how to solve the Object is possibly defined error in TypeScript. If we don't provide any fa...

Sai gowtham


Announcing the Official TypeScript Types Public Preview

As of ember-source@4.8.0-beta.2, Ember is shipping a public preview of our official TypeScript support for the framework itself. This is ...

EmberJS


Angular

How to Code for Portrait and Landscape Layouts in Angular

Increasingly, users run web applications on mobile devices. They could be iPhones or Android phones, tablet devices like iPads, windows l...

Bit


How to Integrate 3D-Vista with an Angular Component

I decided to write this blog because I couldn't find a good source out there for the best way to integrate 3D-Vista with Angular and get ...

JavaScript In Plain English


Using Type Guards To Narrow Down Error Handling Types In Angular 14

Over the weekend, I added an Angular 14 front-end to my Strangler feature flag exploration in Lucee CFML. However, something wasn't sitti...

Ben Nadel


React

SOLID: Open Closed Principle for React Apps

To be a successful front-end developer, you must keep improving your code writing skills. No matter if you are a junior, mid, or senior d...

Bit


Scaffold React Query in Your ReactJS Application 🚧🏗 - Upmostly

We have learned how to make the most out of Axios and react query but it is about time we work on the structure side of it to improve our...

Upmostly


A look inside the useEvent polyfill from the new React docs

One fine day this summer, React legend, Dan Abramov, published a polyfill for the long awaited useEvent hook. Mind if we take a peek? If ...

Bit


The Ultimate Guide to Conditional Rendering in React

To be a successful front-end developer, you must keep improving your code writing skills and knowledge about different ways to do the sam...

Bit


Vue

How To Use Props in Vue.js - Upmostly

One of the limitations of working with components inside an SPA is that you can't directly pass data from one component to another. The i...

Upmostly


Node.js

Getting Started with GraphQL API with Node.js Backend Support

GraphQL is an open-source query language for API developed by Facebook and open-sourced in 2015. It focuses on simplifying data querying ...

JavaScript In Plain English


How to Upload Images in Node.js the Easy Way

⭐ Setting up a Multer for image uploads. ⭐ Uploading Image to Cloud. ⭐ Linking the image with the MongoDB Database. Recently, I decided t...

F.K


Libraries and Tools

13 Best JavaScript Animation Libraries of 2022

Animations are a great way to make your website stand out from the crowd and grab the attention of your visitors. With creative object mo...

Coding Beauty


Testing

An Easy and General Approach to Unit Tests using JavaScript examples

When I studied at university I've never seen anything about testing. When I have my first tech interview the recruiters asked me if I hav...

Jesús Lagares


Writing Tests That Depend On Other Tests

If you must use a Cypress anti-pattern, at least do it right using cypress-data-session plugin. Cypress Best Practices strongly advocates...

Gleb Bahmutov


Discover Jest in 5 minutes: A Simple and Amazing JavaScript Testing Framework

Do you want to become a better JavaScript developer? Then you have to know about testing, and you have to know about Jest (in 5 minutes) 🖥️...

Jesús Lagares


Functional Programming

JavaScript Higher-Order Functions: A Complete Guide

A function is a reusable piece of code designed to avoid repetitive code and improve code quality. As a functional programming language, ...

Syncfusion


How to fix indexOf is not a function in JavaScript

In this tutorial, we are going to learn about how to fix the TypeError indexOf is not a function in JavaScript When we use a indexOf() me...

Sai gowtham


React Functional Components Using Refs

I have always been unclear about ref and forwardRef, after doing some research, I wanted to write an article with two small examples to d...

MINI🇦🇹🇪🇺


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 Sep 20, 2022

Tuesday, September 20, 2022

JSK Daily for Sep 20, 2022 View this email in your browser A community curated daily e-mail of JavaScript news The Ultimate Guide to Conditional Rendering in React To be a successful front-end

JSK Daily for Sep 15, 2022

Thursday, September 15, 2022

JSK Daily for Sep 15, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Fixing exhaustive-deps warning in some common use cases In the previous article, we looked

JSK Weekly - September 14, 2022

Thursday, September 15, 2022

React first introduced Hooks in version 16.8, and they have changed the way we write React code ever since. Check out Manusha Chethiyawardhana's "Understanding React's useEffect and

JSK Daily for Sep 14, 2022

Thursday, September 15, 2022

JSK Daily for Sep 14, 2022 View this email in your browser A community curated daily e-mail of JavaScript news JavaScript Higher-Order Functions: A Complete Guide A function is a reusable piece of code

JSK Daily for Sep 13, 2022

Tuesday, September 13, 2022

JSK Daily for Sep 13, 2022 View this email in your browser A community curated daily e-mail of JavaScript news JavaScript Higher-Order Functions: A Complete Guide A function is a reusable piece of code

You Might Also Like

Data Science Weekly - Issue 544

Friday, April 26, 2024

Curated news, articles and jobs related to Data Science, AI, & Machine Learning ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Develop highly relevant search applications using AI

Friday, April 26, 2024

New Elasticsearch and AI training ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ elastic | Search. Observe. Protect A world of AI possibilities door-test 2.png Explore

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