JavaScript Kicks - JSK Weekly - 26th June, 2024

Regular expressions are on of the most powerful tools in a developer's toolkit. But let's be honest, regex kind of sucks to write. Not only is it hard to write, but it's also hard to read and debug too. So how can we make it easier to use?

In its traditional form, regex defines powerful string patterns in a very compact statement. One trade-off we can make is to use a more verbose syntax that is easier to read and write. This is the purpose of a package like regexpbuilderjs. Check out "Simplify Regular Expressions with RegExpBuilderJS" for the details.

Other popular stories this week include "Create Interactive Digital Logic Circuits in React" on Syncfusion, "How to Use WeakMap and WeakSet in JavaScript" and "Breathe Life into Your Webpages: Mastering DOM Manipulation with JavaScript"

< style> @media only screen and (max-width: 599px){ .vote-button{ width:15% !important; } } @media only screen and (max-width: 599px){ .story-content{ width:85% !important; } }

Popular Stories recently curated by passionate community members

General

Simplify Regular Expressions with RegExpBuilderJS

Regular expressions are on of the most powerful tools in a developer's toolkit. But let's be honest, regex kind of sucks to write. Not on...

StackAbuse


Investigating INP issues

Tips on how to debug and analyze INP performance issues....

stefan judis


npm Updates: Love 'em or Hate 'em? on Web Rush #283

Is upgrading via npm worse now than it used to be, or are there things that can be done to help you when you're needing to upgrade a proj...

John Papa


JavaScript

Breathe Life into Your Webpages: Mastering DOM Manipulation with JavaScript

Unleash the power of JavaScript to transform your static HTML into dynamic and interactive web experiences. Learn how to control elements...

JavaScript Kicks


How to Use WeakMap and WeakSet in JavaScript

JavaScript offers a number of tools for organizing and managing data. And while developers often use widely recognized tools like Maps an...

joan ayebola


The JavaScript this Keyword Explained with Examples

All leading web browsers support JavaScript, a popular and versatile programming language. The this keyword is a very important concept t...

Kamaldeen Olaide LAWAL


JavaScript Rounding Errors (in Financial Applications)

Learn about rounding errors in JavaScript and how to avoid them in financial applications. Why is 0.1 + 0.2 not equal to 0.3 in JavaScrip...

Robin Wieruch


Exploring Randomness In JavaScript

Ben Nadel compares the randomness of Math.random() to crypto.getRandomValues() in JavaScript....

Ben Nadel


No No-JavaScript

The one where I revisit an old practice...

David Bushell


React

Create Interactive Digital Logic Circuits in React

Welcome to the world of digital logic circuit design, where complexity meets creativity. The creation of a digital logic circuit diagram ...

Syncfusion


React Form with Loading State (Pending Action)

Learn how to add a loading state to React forms when using actions. Show a loading spinner while the form is submitting ......

Robin Wieruch


Level Up Your React Charts: Mastering Scrollbar Customization

Charts are one of the most important and widely used data visualization elements for representing data in graphical form....

Syncfusion


Top 7 Ways to Write CSS in Your React or Next.js App

Cascading style sheets, or CSS, are an essential element when creating dynamic and engaging web applications. Even though numerous approa...

Syncfusion


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 Jun 25, 2024

Tuesday, June 25, 2024

JSK Daily for Jun 25, 2024 View this email in your browser A community curated daily e-mail of JavaScript news Level Up Your React Charts: Mastering Scrollbar Customization Charts are one of the most

JSK Daily for Jun 24, 2024

Monday, June 24, 2024

JSK Daily for Jun 24, 2024 View this email in your browser A community curated daily e-mail of JavaScript news Level Up Your React Charts: Mastering Scrollbar Customization Charts are one of the most

JSK Daily for Jun 20, 2024

Thursday, June 20, 2024

JSK Daily for Jun 20, 2024 View this email in your browser A community curated daily e-mail of JavaScript news Top 7 Ways to Write CSS in Your React or Next.js App Cascading style sheets, or CSS, are

JSK Daily for Jun 19, 2024

Wednesday, June 19, 2024

JSK Daily for Jun 19, 2024 View this email in your browser A community curated daily e-mail of JavaScript news Top 7 Ways to Write CSS in Your React or Next.js App Cascading style sheets, or CSS, are

JSK Daily for Jun 18, 2024

Tuesday, June 18, 2024

JSK Daily for Jun 18, 2024 View this email in your browser A community curated daily e-mail of JavaScript news Breathe Life into Your Webpages: Mastering DOM Manipulation with JavaScript Unleash the

You Might Also Like

Retro Recomendo: Gift Ideas

Sunday, November 24, 2024

Recomendo - issue #438 ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Kotlin Weekly #434

Sunday, November 24, 2024

ISSUE #434 24th of November 2024 Hi Kotliners! Next week is the last one to send a paper proposal for the KotlinConf. We hope to see you there next year. Announcements State of Kotlin Scripting 2024

Weekend Reading — More time to write

Sunday, November 24, 2024

More Time to Write A fully functional clock that ticks backwards, giving you more time to write. Tech Stuff Martijn Faassen (FWIW I don't know how to use any debugger other than console.log) People

🕹️ Retro Consoles Worth Collecting While You Still Can — Is Last Year's Flagship Phone Worth Your Money?

Saturday, November 23, 2024

Also: Best Outdoor Smart Plugs, and More! How-To Geek Logo November 23, 2024 Did You Know After the "flair" that servers wore—buttons and other adornments—was made the butt of a joke in the

JSK Daily for Nov 23, 2024

Saturday, November 23, 2024

JSK Daily for Nov 23, 2024 View this email in your browser A community curated daily e-mail of JavaScript news React E-Commerce App for Digital Products: Part 4 (Creating the Home Page) This component

Not Ready For The Camera 📸

Saturday, November 23, 2024

What (and who) video-based social media leaves out. Here's a version for your browser. Hunting for the end of the long tail • November 23, 2024 Not Ready For The Camera Why hasn't video

Daily Coding Problem: Problem #1617 [Easy]

Saturday, November 23, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Microsoft. You are given an string representing the initial conditions of some dominoes.

Ranked | The Tallest and Shortest Countries, by Average Height 📏

Saturday, November 23, 2024

These two maps compare the world's tallest countries, and the world's shortest countries, by average height. View Online | Subscribe | Download Our App TIME IS RUNNING OUT There's just 3

⚙️ Your own Personal AI Agent, for Everything

Saturday, November 23, 2024

November 23, 2024 | Read Online Subscribe | Advertise Good Morning. Welcome to this special edition of The Deep View, brought to you in collaboration with Convergence. Imagine if you had a digital

Educational Byte: Are Privacy Coins Like Monero and Zcash Legal?

Saturday, November 23, 2024

Top Tech Content sent at Noon! How the world collects web data Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, November 23, 2024? The HackerNoon