JavaScript Kicks - JSK Weekly - April 26, 2023

In JavaScript, there are two types of functions. You have normal functions and arrow functions. But do you know the difference between them? Check out Dillion Megida's "Arrow Functions vs Regular Functions in JavaScript – What's the Difference?" for the low-down.

Other popular stories this week include "How To Handle Exceptions Like a Pro in JavaScript", "How to Create a Full Autocomplete Search Application with Elasticsearch, Kibana, NestJS and React" and "5 Fundamental Limits in JavaScript Every Developer Should Know" on Bits and Pieces.

Popular Stories recently curated by passionate community members

General

Top 3 Code Editors for Programmers in 2023

As a programmer, your code editor is your most important tool. It is where you spend most of your time, and it can make a big difference ...

JavaScript In Plain English


How to Create a Full Autocomplete Search Application with Elasticsearch, Kibana, NestJS and React

Hello and welcome to the concluding part of this series. In the previous articles, we walked through the installation and configuration o...

Yusuf πŸ¦‹


JavaScript

Exploring the Top JavaScript Frameworks for Building Microfrontends

Choose the ideal JavaScript framework for building micro frontends: a comparison of React, Angular, Vue.js, and Svelte, along with code e...

Bit


How To Handle Exceptions Like a Pro in JavaScript

Enhancing Code Stability: 5 Advanced Exception Handling Methods in JavaScript. Exception handling is an essential part of any programming...

Maxwell


5 Most Common JavaScript Mistakes and How to Avoid Them

JavaScript is a widely used scripting language that holds immense potential in web development. However, with such power comes the need f...

JavaScript In Plain English


Most Useful JavaScript Array Methods

The array is the most commonly used data structure. An array is a type of object in JavaScript that allows you to store multiple values o...

JavaScript In Plain English


How to Write Clean and Maintainable JavaScript Code

As JavaScript continues to grow in popularity, so does the importance of writing clean and maintainable code. Clean code is not just abou...

JavaScript In Plain English


Event Loop in Javascript

JavaScript is a single-threaded language, which means that it can only execute one piece of code at a time. This poses a problem when dea...

sumit kr. singh


5 Fundamental Limits in JavaScript Every Developer Should Know

JavaScript is one of the most popular programming languages in the world, running on almost every client and server application. However,...

Bit


JavaScript Promises vs. RxJS Observables

Observables and Promises are both used in asynchronous programming, but they have some important differences in how they handle data stre...

sumit kr. singh


How to Get the Current URL with JavaScript - JS Location Tutorial

If you're a web developer, you'll work with JavaScript when building dynamic and interactive web applications. One common task that you'l...

Joel πŸ¦Έβ€β™€οΈ


Understanding Execution Context and Execution Stack in JavaScript: The Core Concepts for Efficient...

The popular programming language JavaScript is frequently used to create web apps. One of the core concepts of JavaScript is the concept ...

FardaKarim


TypeScript

Mastering TypeScript's Built-in Types: Exploring Partial , Omit , and Parameters

Partial is a utility type that creates a new type with all the properties of T made optional. This is useful when you want to create a ne...

Bit


String Handling Made Easy: A Guide to Regex in TypeScript - Upmostly

If you're working with Typescript and dealing with text processing, you might have heard of a powerful tool called "regex." Regex, or reg...

Upmostly


Working with Conditional Types in TypeScript: A Comprehensive Guide

TypeScript is a popular language that allows developers to write type-safe code for JavaScript applications. One of its key features is t...

Bit


Angular

Minko Gechev on Angular 16 & 17β€Š-β€Šgame changer or loss of identity ?

In a recent podcast, Minko Gechev - Lead and manager for Angular developer relations - shared valuable insights into the future of Angula...

Bit


Angular HTTP Interceptors: An Overview

Angular HTTP Interceptors provide a way to intercept HTTP requests and responses. They are an essential feature of Angular's HttpClient m...

sumit kr. singh


React

JavaScript Concepts to Know Before Learning React

A lot of web developers use React as their go-to library for building UI components for their websites. React is one of the most popular ...

Musab Habeeb


How to Write Comments in React: The Good, the Bad and the Ugly

Comment */} is the usual way to write comments in React. But there are 2 better ways to comment you just have to know....

Dmitri Pavlutin


How to Create Credit Card Form Component in React Js

Building a credit card payment system in React can be challenging, but with the right approach and the right libraries, it can be done ef...

Digamber Singh


Node.js

Maximizing Code Reusability with Bit and Node.js

Have you ever found yourself duplicating code across multiple Node.js projects, or struggling to manage dependencies and versions? Fear n...

Bit


Building And Dockerizing A Node.js App With Stateless Architecture With Help From Kinsta

Dockerizing your Node.js apps can lead to smashing success-offering consistency, easy debugging, and hassle-free dependency management. W...

Smashing Magazine


Node.js Just Released Version 20! WTH?!

Let me first start by stating that I started using Node.js when it was on version 0.10 (yes, you read that right!). Writing this article ...

Bit


Libraries and Tools

6 React Libraries to Blow Your Mind with Their Data Visualization Capabilities 🀯

React is an excellent option for developing data visualizations and is a strong toolkit for creating user interfaces. This blog post will...

Zpunet


Functional Programming

Arrow Functions vs Regular Functions in JavaScript - What's the Difference?

In JavaScript, there are two types of functions. You have normal functions and arrow functions. Let's explore the difference between them...

Dillion Megida πŸš€


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 Apr 25, 2023

Tuesday, April 25, 2023

JSK Daily for Apr 25, 2023 View this email in your browser A community curated daily e-mail of JavaScript news Introducing self-hosted storage in Airplane, the platform for building custom internal

JSK Daily for Apr 24, 2023

Monday, April 24, 2023

JSK Daily for Apr 24, 2023 View this email in your browser A community curated daily e-mail of JavaScript news Exploring the Top JavaScript Frameworks for Building Microfrontends Choose the ideal

JSK Daily for Apr 21, 2023

Friday, April 21, 2023

JSK Daily for Apr 21, 2023 View this email in your browser A community curated daily e-mail of JavaScript news 5 Fundamental Limits in JavaScript Every Developer Should Know JavaScript is one of the

JSK Daily for Apr 20, 2023

Thursday, April 20, 2023

JSK Daily for Apr 20, 2023 View this email in your browser A community curated daily e-mail of JavaScript news Working with Conditional Types in TypeScript: A Comprehensive Guide TypeScript is a

JSK Daily for Apr 19, 2023

Wednesday, April 19, 2023

JSK Daily for Apr 19, 2023 View this email in your browser A community curated daily e-mail of JavaScript news How to Write Clean and Maintainable JavaScript Code As JavaScript continues to grow in

You Might Also Like

💻 Issue 363 - 7 challenges to do before a React interview

Thursday, November 28, 2024

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

💻 Issue 445 - Mastering JavaScript Event Delegation

Thursday, November 28, 2024

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

📱 Issue 442 - Static, Dynamic, Mergeable, oh, my!

Thursday, November 28, 2024

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

💻 Issue 440 - Nio: An Async Runtime for Rust

Thursday, November 28, 2024

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

Data Science Weekly - Issue 575

Thursday, November 28, 2024

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

JSK Daily for Nov 28, 2024

Thursday, November 28, 2024

JSK Daily for Nov 28, 2024 View this email in your browser A community curated daily e-mail of JavaScript news Top Linters for JavaScript and TypeScript: Simplifying Code Quality Management Linters are

🦃 iPhone Camera Features Most People Ignore (But Shouldn't) — How to Avoid Overpriced BF Deals

Thursday, November 28, 2024

Also: Nobody Likes Doing Chores Until They're in a Video Game, and More! How-To Geek Logo November 28, 2024 Did You Know You may refer to the general area as just your "ear", but the

Daily Coding Problem: Problem #1622 [Hard]

Thursday, November 28, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Amazon. Given an integer k and a string s, find the length of the longest substring that

Mapped | The Average Credit Card Debt in Every U.S. State 💳

Thursday, November 28, 2024

Households in richer states have higher average credit card debt but higher incomes allow them to pay it off faster as well. View Online | Subscribe | Download Our App Presented by: Defiance ETFs

Issue 341 - Free supercharging and FSD offer extended for new Teslas

Thursday, November 28, 2024

View this email in your browser If you are just now finding out about Tesletter, you can subscribe here! If you already know Tesletter and want to support us, check out our Patreon page Issue 341 -