JavaScript Kicks - JSK Weekly - March 01, 2023

Welcome to a brand new month. Speaking of new ... have you checked out "What’s New in JavaScript Charting 3.4"? The JSCharting team crafted over 65 new examples highlighting the new chart widgets, chart types and new features for your own charts and dashboards.

Other popular stories this week include "Lazy Loading with React–An Overview" on Syncfusion, "Converting JSON to a Dictionary in Python" and "Understand The Most Reliable Frontend Architecture" on Bits and Pieces.

Popular Stories recently curated by passionate community members

General

Advanced Data Structures and Algorithms: Building Your First Suffix Tree

When it comes to pattern matching inside a string, sometimes doing string.indexOf is not enough. The method works, but if you're dealing ...

Bit


Release Notes for Safari Technology Preview 164

Safari Technology Preview Release 164 is now available for download for macOS Monterey 12.3 or later and macOS Ventura....

WebKit


Understand The Most Reliable Frontend Architecture

"Feature Sliced" design has been gaining more and more popularity among the frontend community for its undeniable benefits. It has proven...

Bit


Converting JSON to a Dictionary in Python

In the world of software development, exchanging data between different systems is a common task. One popular format for data exchange is...

StackAbuse


Getting Internationalization (i18n) Right With Remix And Headless CMS

This article will show you the impact of internationalization, its fundamental logic, how to approach it with Remix, and optionally, how ...

Smashing Magazine


JavaScript

What’s New in JavaScript Charting for 2023?

Version 3.4 brings new dashboard chart widgets with dark mode, vertical organizational chart layouts, slope charts, dumbbell charts, waff...

JSCharting


Learn how to parse URLs in JavaScript in 2023

Have you ever wanted to understand how URLs work in JavaScript? If so, then you've come to the right place! In this article, we'll be div...

Rahul⚡️


The JavaScript Site Generator Review, 2023

It's time again for every framework author's favorite: The JavaScript Site Generator Review, February 2023 edition. Expand for the table ...

Zach Leatherman


Why You Should Be Using globalThis Instead of Window In Your Javascript Code - I Like Kill Nerds

I hate to be "that guy" that publishes a blog post and says, "Stop using X" and "Why you should be using X instead", but after a recent s...

Dwayne Charrington


5 Ways to Merge Arrays in JavaScript (easy)

If you're coding in JavaScript, chances are you've come across the need to merge two or more arrays. And while there's no one-size-fits-a...

Rahul⚡️


Conditionally add Element to an Array in JavaScript

When you want to conditionally add the element inside the array you will probably do something like this: Inside the example above, an ar...

JavaScript In Plain English


4 JavaScript Interview Topics You Must Know

Scopes is an important concept, which determines the accessibility of the variables. JavaScript is mostly considered to have two scopes: ...

JavaScript In Plain English


Building a Simple Audio Player with JavaScript: A Step-by-Step Guide

In this tutorial, we'll build a Audio player that allows users to play, pause, skip, and repeat tracks. We'll use HTML, CSS, and JavaScri...

JavaScript In Plain English


TypeScript

How to build TypeScript to ESM and CommonJS

Before you start reading, please get familiar with the difference between CommonJS (CJS) and EcmaScript Modules (ESM). This article will ...

Ildar Sharafeev


Mastering TypeScript's Spread Operator for Cleaner, More Flexible Code - Upmostly

The spread operator in TypeScript is a powerful feature that allows you to easily expand the contents of an array or object. This can com...

Upmostly


Angular

Micro Frontend Implementation with Module Federation in Angular

Module federation is a feature of webpack 5 that allows developers to share code across multiple applications. With this feature, you can...

Bit


How To Build a Custom Angular FormControl

"Angular Forms are a vital tool in the web developer's arsenal, providing the power to seamlessly manage user input and validation with g...

Bobby Galli


React

React's Virtual DOM: Decoded for Beginners

Have you ever heard the term "virtual DOM" and wondered what it means? If you're like many React developers, you might have a general ide...

Bit


Lazy Loading with React–An Overview

Lazy loading is one of the most common design patterns used in web and mobile development. It is widely used with frameworks like Angular...

Syncfusion


Build MicroFrontend In React In 3 Easy Steps

Have you ever wondered how big websites like Amazon or Netflix are able to deliver seamless user experiences across multiple pages? The a...

Bit


Optimizing React Components: A Guide to useMemo and useCallback Hooks

React is a popular JavaScript library for building user interfaces. One of the critical features of React is its ability to manage state ...

Amnah Khatun


Tutorial - Build a chatbot with React and OpenAI

Last week, we built a Node.js/Express server that exposes an /ask endpoint. When this endpoint is triggered and we include a text prompt,...

Hassan Djirdeh


All About React Hooks

🙏🏻 Namaste, In this article, I will cover all the essential things about react hooks, so if you preparing for react interview then this...

RAVI SHARMA


Types of Hooks in React - Best Practices with Examples

Hooks are a feature introduced in React 16.8 that allow developers to use state and other React features without writing a class. This ma...

JavaScript In Plain English


Functional Programming

Mastering Advanced JavaScript Functions: Closures, Currying, and Higher-Order Functions

JavaScript functions are a crucial part of the language, allowing developers to write reusable and modular code. However, there are some ...

Bit


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 Mar 1, 2023

Wednesday, March 1, 2023

JSK Daily for Mar 1, 2023 View this email in your browser A community curated daily e-mail of JavaScript news Scalable APIs with TypeScript & Node.js TypeScript is a programming language that helps

JSK Daily for Feb 28, 2023

Tuesday, February 28, 2023

JSK Daily for Feb 28, 2023 View this email in your browser A community curated daily e-mail of JavaScript news What's New in JavaScript Charting for 2023? Version 3.4 brings new dashboard chart

JSK Daily for Feb 27, 2023

Monday, February 27, 2023

JSK Daily for Feb 27, 2023 View this email in your browser A community curated daily e-mail of JavaScript news What's New in JavaScript Charting for 2023? Version 3.4 brings new dashboard chart

JSK Daily for Feb 23, 2023

Thursday, February 23, 2023

JSK Daily for Feb 23, 2023 View this email in your browser A community curated daily e-mail of JavaScript news Lazy Loading with React–An Overview Lazy loading is one of the most common design patterns

JSK Daily for Feb 22, 2023

Wednesday, February 22, 2023

JSK Daily for Feb 22, 2023 View this email in your browser A community curated daily e-mail of JavaScript news Lazy Loading with React–An Overview Lazy loading is one of the most common design patterns

Llama.cpp 30B runs with only 6GB of RAM now — and CDC team studying East Palestine train derailment fell ill during investigation

Saturday, April 1, 2023

Issue #1089 — Top 20 stories of April 02, 2023 Issue #1089 — April 02, 2023 You receive this email because you are subscribed to Hacker News Digest. You can open it in the browser if you prefer. 1

Daily Coding Problem: Problem #1062 [Easy]

Saturday, April 1, 2023

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. Given the head of a singly linked list, swap every two nodes and return its head

Animated Map | The Largest Cities Throughout History 🌃

Saturday, April 1, 2023

Where were the largest cities in the world throughout history? This video shows the rise (and fall) of the most populated cities from 3000 BCE. View Online | Subscribe FEATURED STORY The Largest Cities

How to Enable Dark Mode in Real Life

Saturday, April 1, 2023

Did You Know?: Graphene was first observed, via electron microscope, in 1962 and studied only while supported on metal surfaces. The material was later rediscovered, isolated, and characterized in 2004

Noonification: The Birth of an AI Martyr

Saturday, April 1, 2023

Top Tech Content sent at Noon! Invest in the company that's democratizing VC How are you, @hacker? 🪐 What's happening in tech this week: The Noonification by HackerNoon has got you covered with

Week in Review - Virgin Orbit runs low on cash, ByteDance pushes a TikTok replacement, and Canoo settles with the SEC

Saturday, April 1, 2023

TechCrunch Newsletter TechCrunch logo Week in Review logo By Kyle Wiggers Saturday, April 01, 2023 It's the weekend, party people, and you know what that means: It's Week in Review (WiR) time.

Startups Weekly - Always be prompting

Saturday, April 1, 2023

TechCrunch Newsletter TechCrunch logo Startups Weekly logo By Natasha Mascarenhas Saturday, April 01, 2023 Welcome to Startups Weekly, a nuanced take on this week's startup news and trends by

🐍 New Python tutorials on Real Python

Saturday, April 1, 2023

Hey there, There's always something going on over at realpython.com as far as Python tutorials go. Don't miss out on the opportunity to learn something new and sharpen your Python skills.

A Musical War of the Worlds 🛸

Saturday, April 1, 2023

The story of perhaps the most audacious rock opera of all time. Here's a version for your browser. Hunting for the end of the long tail • April 01, 2023 Hey all, Ernie here with a fresh one from

Cacti, Realtek, and IBM Aspera Faspex Vulnerabilities Under Active Exploitation

Saturday, April 1, 2023

The Hacker News Daily Updates Newsletter cover 7 Key Takeaways to Passwordless Authentication Moving Past Passwords (At Last!) Download Now Sponsored LATEST NEWS Apr 1, 2023 Microsoft Fixes New Azure