JavaScript Kicks - JSK Weekly - February 08, 2023

Everybody loves cookies, right? The edible ones of course. But what about web cookies? A bit daunting at times, we know. Fernando Doglio has done an A-Z on everything you ever wanted to know about cookies but were too afraid to ask. Check out "JavaScript 101: Everything You Need to Know About Cookies" on Bits and Pieces for more.

Other popular articles this week include Hari Venkatesh E's "Effectively Visualize a Large Number of Markers Using JavaScript Maps" on Syncfusion, Pavel Pogosov's "4 React Tips to Instantly Improve Your Code" and Olivia Brown's "Continuing Your Journey with the OpenAI API in JavaScript".

Popular Stories recently curated by passionate community members

General

The Art of Mocking in TDD

Test-Driven Development (TDD) allows developers to reduce the number of errors and bugs in an application by ensuring that the code meets...

Bit


Source Map 101: What Developers Should Know About This Security Risk

What could be a developer's worse nightmare than having their app's source code exposed? If you are a front-end developer, you should be ...

JavaScript Kicks


Announcing Interop 2023 - Mozilla Hacks - the Web developer blog

A key difference between the web and other platforms is that the web puts users in control: people are free to choose whichever browser b...

Mozilla Hacks


How to Build a landing page using Tailwind CSS and no code tools

A landing page is an important part of any website. It's the first thing your visitors will notice, so make a good first impression. Toda...

🟣 Andrew Baisden 🇬🇧


What is Microservices Architecture?

Microservices architecture is a way of structuring a software application as a collection of small, independently deployable services. Ea...

Bit


ElementInternals and Form-Associated Custom Elements

In Safari Technology Preview 162 we enabled the support for ElementInternals and the form-associated custom elements by default....

WebKit


JavaScript

JavaScript 101: Everything You Need to Know About Cookies

A cookie, within the context of web development (of course), is a small piece of data that is stored in the user's computer. They tend to...

Bit


Astro 2.0: The Future of Date and Time Handling in JavaScript

Astro 2.0 is a revolutionary JavaScript library that promises to change the way developers work with dates and time zones in their applic...

Kostas Gizinos


Effectively Visualize a Large Number of Markers Using JavaScript Maps

There will always be a requirement in a map component for a user to be able to view hospitals, hotels, restaurants, grocery stores, and o...

Syncfusion


CSS vs. CSS-in-JS: What You Should Choose in 2023

There are various methods for organizing application styles in modern web applications. One choice developers have to make is using CSS o...

Bit


How to Escape a String in JavaScript - JS Escaping Example

In JavaScript, a string is a data type representing a sequence of characters that may consist of letters, numbers, symbols, words, or sen...

Joel 🦸‍♀️


Mastering JavaScript ES6: A Guide to Its New Features

I will now delve into Part 2 of the recent ES6 features in this story. For the rest of the ES6 features, kindly refer to Part 1. 5. Templ...

JavaScript Kicks


Fall-Through in JavaScript Switch Statements - Explained with Examples

Switch statements in JavaScript have a behavior called fall-through which can cause unexpected results. I will explain what this behavior...

Dillion Megida 🚀


Continuing Your Journey with the OpenAI API in JavaScript

In our last tutorial, we learned how to use the OpenAI API Node.js library to generate a blog post in HTML format. Today, we're going to ...

Olivia Brown


Angular

Unleashing the Power of NGXS CLI for Effortless State Management in Angular

NGXS - State Management is a state management library for Angular that allows you to easily manage the state of your application in a cen...

JavaScript In Plain English


React

4 React Tips to Instantly Improve Your Code

Solid knowledge of React is one of the most valuable skills for a front-end developer. Many companies are constantly searching for React ...

Pavel Pogosov


How to Get React Instance From Dom Node

Before the decade years, most of website were build with jQuery, if we want to test or bypass some validations, we could edit the Dom nod...

bitbug


Data Binding in React the Easy Way in 2023

In this blog post, we'll explore what data binding is and why it is important in React. Data binding is a process of connecting data betw...

Rahul⚡️


Multi-threaded React App using useWorker

As we all know, Javascript is a single-threaded language. So, if we do any expensive task, It will block UI interaction. And the user nee...

Nilanth ⚡


Maximize Your React Skills: Build a To-Do List App from Start to Finish (with TypeScript + Vite)

In this blog post, we’re going to go through everything you need to understand and build a basic React application. Whether you’re a begi...

Bit


Best Way to Handle Form Validation: React Hook Form and Zod

Implementing form validation in React from scratch can get very messy, especially when you need to check different types of inputs, handl...

Bit


Testing

Two Simple Tricks To Make Your Cypress Tests Better

Two very simple ideas to immediately improve your Cypress tests. TLDR; Use log command instead of code comments Use cy-spok instead of mu...

Gleb Bahmutov


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

Tuesday, February 7, 2023

JSK Daily for Feb 7, 2023 View this email in your browser A community curated daily e-mail of JavaScript news JavaScript Map vs. Object Map and Object are used in JavaScript to store data as dynamic

JSK Daily for Feb 6, 2023

Monday, February 6, 2023

JSK Daily for Feb 6, 2023 View this email in your browser A community curated daily e-mail of JavaScript news Maximize Your React Skills: Build a To-Do List App from Start to Finish (with TypeScript +

JSK Daily for Feb 3, 2023

Friday, February 3, 2023

JSK Daily for Feb 3, 2023 View this email in your browser A community curated daily e-mail of JavaScript news Effectively Visualize a Large Number of Markers Using JavaScript Maps There will always be

JSK Daily for Feb 2, 2023

Thursday, February 2, 2023

JSK Daily for Feb 2, 2023 View this email in your browser A community curated daily e-mail of JavaScript news Effectively Visualize a Large Number of Markers Using JavaScript Maps There will always be

JSK Daily for Feb 1, 2023

Wednesday, February 1, 2023

JSK Daily for Feb 1, 2023 View this email in your browser A community curated daily e-mail of JavaScript news The Art of Mocking in TDD Test-Driven Development (TDD) allows developers to reduce the

You Might Also Like

🛜 Using the Internet the Old-School Unixy Way With Shell Accounts — Turn Your TV Into a Virtual Fireplace

Friday, November 29, 2024

Also: Meditation Apps for Android, and More! How-To Geek Logo November 29, 2024 Did You Know A study investigating whether or not our perception of value has any effect on medical outcomes demonstrated

iOS Dev Weekly - Issue 689

Friday, November 29, 2024

I tried two new (ish) AI coding tools this week. What did I think? 🤔 View on the Web Archives ISSUE 689 November 29th 2024 Comment I've had a week off from Swift Package Index this week as I needed

JSK Daily for Nov 29, 2024

Friday, November 29, 2024

JSK Daily for Nov 29, 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

Spyglass Dispatch 020 🏈

Friday, November 29, 2024

Under 16s Social Media • Threads Starter Packs • Live Vision Pro Content • When Mark Met Donald • Cult of the Smart Geek • Amazon's New AI Model • 'The Blip' 1 Year Later The Spyglass

Ranked | The World’s 15 Most Powerful Business Leaders 💪

Friday, November 29, 2024

From Elon Musk to Sam Altman, we show the most powerful people in the corporate world based on rankings from Fortune. View Online | Subscribe | Download Our App Presented by: Find the megatrends

Issue #569: Softbody volume, custom fonts, and Clickery Hexagon

Friday, November 29, 2024

View this email in your browser Issue #569 - November 29th 2024 Weekly newsletter about Web Game Development. If you have anything you want to share with our community please let me know by replying to

iOS Cocoa Treats

Friday, November 29, 2024

View in browser Hello, you're reading Infinum iOS Cocoa Treats, bringing you the latest iOS related news straight to your inbox every week. The power of previews in Xcode Previews in Xcode become

ASP.NET Core News - 11/29/2024

Friday, November 29, 2024

View this email in your browser Get ready for this weeks best blog posts about ASP.NET Core! Better Azure Identity authentication support and performance during local development with .NET Aspire — by

Hackers Exploit Popular Game Engine to Distribute Cross-Platform Malware

Friday, November 29, 2024

THN Daily Updates Newsletter cover Programming with GitHub Copilot: Write Better Code--Faster! ($48.00 Value) FREE for a Limited Time Accelerate your programming with the most popular AI coding tool on

SmallCon: Free virtual conference for GenAI builders ft. Meta, DoorDash, Mistral

Friday, November 29, 2024

Join AI leaders from Meta, Mistral, Salesforce, DoorDash, Harvey AI, Nubank, Hugging Face, and more at SmallCon on Dec 11th for deep-dive tech talks, panel discussions, and live demos on the latest