JavaScript Kicks - JSK Weekly - October 14, 2021

It's just about the middle of October so we hope you've all given at least some thought as to what you'll be doing to celebrate or avoid Halloween this year! It's all that stands between us and Christmas.

Some popular stories this week are Syncfusion's "Entering Invalid Dates Just Got Better in Angular Apps" and "How to handle Time Zones in JavaScript" by Ravidu Perera on Bits and Pieces.

Popular Stories recently curated by passionate community members

General

API Versioning Do's and Don'ts

Often when developing our APIs, we tend to ignore versioning because we're literally building the first-ever version of our service. We c...

Bit


jQuery maintainers update and transition jQuery UI as part of overall modernization efforts

By: Michal Golebiowski-Owczarek, Felix Nagel, and the jQuery team Editor's Note: the following blog post was originally published to the ...

jQuery


Adding Tailwind CSS IntelliSense into Neovim

The above screenshot shows Tailwind CSS IntelliSense, Linting, and Code Actions! NOTE: There is a quick video at the bottom of this post ...

Elijah Manor


Performing HTTP Requests: Fetch Vs Axios

In JavaScript, Fetch API and Axios are widely used to implement HTTP requests. But, choosing one isn't easy since they both have some uni...

Bit


6 Tools and Techniques to Analyze Webpack Bundle Size

BundlePhobia helps you to identify the cost and the impact of adding a new NPM package to your application. before installing a new packa...

Bit


DX, SEO, e-commerce - that's why Next.js is so popular - FrontNet Blog

The React framework Next.js has now finally reached the mainstream. We took a closer look at it and found that there are good reasons for...

FrontNet Blog


JavaScript

How to handle Time Zones in JavaScript

When building web applications, we typically consider two types of time zones. The most common one is server time, which act's as the ref...

Bit


Heap Sort in JavaScript

In this guide, we will explore Heap Sort - the theory behind it and how to implement Heap Sort in JavaScript. We will start off with what...

StackAbuse


Quickly Populate a New JavaScript Array

This post is part of my Byte Series, where I document tips, tricks, and tools that I've found useful. Have you ever wanted to quickly bui...

Elijah Manor


JavaScript Object Immutability

Object immutability is an important concept in any programming language. It restricts object modifications and prevents unwanted changes....

Bit


Angular

Entering Invalid Dates Just Got Better in Angular Apps

The Syncfusion Angular DatePicker provides mask support to improve the user experience while entering dates by providing month, day, and ...

Syncfusion


React

Implementing Atomic Design with React and Bit

Atomic design is a methodology for designing and developing user interfaces in a modular manner by putting the focus on building componen...

Bit


How to create a React Dropdown

A short React tutorial by example for beginners about creating a dropdown in React. First of all, a dropdown is just an HTML select eleme...

Robin Wieruch


React Js Google Stacked Bar Chart Example Tutorial - positronX.io

In this eloquent guide, we will step by step teach you how to create a bar chart in React js application using the react Google charts li...

Digamber Singh


Links on React and JavaScript II

How To Use The Vite Build Tool with React - Vite is hot, in part, because it's based on esbuild and wickedly fast. It's from Evan You of ...

CSS-Tricks


Vue

VueJS: What is Vuetify? - FrontNet Blog

The emergence of new frameworks for visual component encapsulation in web applications has highlighted several other needs: routing, secu...

FrontNet Blog


Libraries and Tools

20 Best JavaScript Data Visualization Libraries

Want to turn plain numerical data into interactive and informative visualizations? Check out these JavaScript libraries to bring your dat...

Six Revisions by WebFX


Testing

Cypress Skills Ladder

Imagine you are trying to get a job as a test engineer with a focus on writing Cypress tests. What do you need to know? Here is what I wo...

Gleb Bahmutov


Top 3 mistakes every Test Automation Engineer make!

In this article, I want to talk to you guys about Top 3 mistakes that I have seen every test automation engineer makes or have made at so...

JavaScript In Plain English


Functional Programming

What are Higher-Order Functions in JavaScript

The higher-order functions are useful because they allow reusability of behavior....

Dmitri Pavlutin


React Redirect Higher-Order Component

Can you use conditional React Hooks in React components? Technically: No. However, if you know about how React Hooks work internally, you...

Robin Wieruch


JavaScript Callback Function -Explained in Plain English

Every JavaScript beginner will face this question at least once: "What is a callback function?" Well, we can find the answer in the word ...

Tapas Adhikary


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 Oct 13, 2021

Thursday, October 14, 2021

JSK Daily for Oct 13, 2021 View this email in your browser A community curated daily e-mail of JavaScript news Using Refine to Build an Admin Panel refine is a React-based framework for building data-

JSK Daily for Oct 9, 2021

Saturday, October 9, 2021

JSK Daily for Oct 9, 2021 View this email in your browser A community curated daily e-mail of JavaScript news Entering Invalid Dates Just Got Better in Angular Apps The Syncfusion Angular DatePicker

JSK Daily for Oct 8, 2021

Friday, October 8, 2021

JSK Daily for Oct 8, 2021 View this email in your browser A community curated daily e-mail of JavaScript news Entering Invalid Dates Just Got Better in Angular Apps The Syncfusion Angular DatePicker

JSK Daily for Oct 7, 2021

Thursday, October 7, 2021

JSK Daily for Oct 7, 2021 View this email in your browser A community curated daily e-mail of JavaScript news 6 Tools and Techniques to Analyze Webpack Bundle Size BundlePhobia helps you to identify

JSK Daily for Oct 6, 2021

Wednesday, October 6, 2021

JSK Daily for Oct 6, 2021 View this email in your browser A community curated daily e-mail of JavaScript news Implementing Atomic Design with React and Bit Atomic design is a methodology for designing

You Might Also Like

Daily Coding Problem: Problem #1432 [Medium]

Sunday, May 5, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This question was asked by Snapchat. Given the head to a singly linked list, where each node also has a “random”

PD#572 Good Ideas in Computer Science

Sunday, May 5, 2024

Ideas every programmer likes and why Garbage Collection and Object Oriented Programming don't count ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

RD#454 API Layer & Fetch Functions

Sunday, May 5, 2024

ixing API and UI code quickly leads to messy and unmaintainable code ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

The Shiny Toy Syndrome & Tiny macOS utility apps I love

Sunday, May 5, 2024

Lex launching its redesign, Raycast shares another monthly update packed with AI updates, prompts should be designed not engineered, and a lot more in this week's issue of Creativerly. Creativerly

Hyundai antes up $1B for AV startup Motional and Elon unplugs the Tesla Supercharger team

Sunday, May 5, 2024

Plus, layoffs come for Luminar, Fisker and Ola View this email online in your browser By Kirsten Korosec Sunday, May 5, 2024 Image Credits: Motional Welcome back to TechCrunch Mobility — your central

C#504 Adventures serializing absolutely everything in C#

Sunday, May 5, 2024

A fantastic journey porting Newtonsoft.Json to System.Text.Json ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

Sunday Digest | Featuring 'Which City Has the Most Billionaires in 2024?' 📊

Sunday, May 5, 2024

Every visualization published this week, in one place. Visual Capitalist Sunday Digest logo May 5, 2024 | View Online | Subscribe | VC+ The Best of This Week's Visuals Presented by Voronoi: The

The dark side of startup accelerators

Sunday, May 5, 2024

Plus: No easy solution to AI hallucinations View this email online in your browser By Anthony Ha Sunday, May 5, 2024 Image Credits: Bryce Durbin This Week, TechCrunch dug into the struggles at two

Android Weekly #621

Sunday, May 5, 2024

View in web browser 621 May 5th, 2024 Articles & Tutorials Sponsored Genius Scan SDK: a document scanner in your app Embed a reliable document scanner with OCR in your app, enabling your customers

This Week's Daily Tip Roundup

Sunday, May 5, 2024

Missed some of this week's tips? No problem. We've compiled all of them here in one convenient place for you to enjoy. Happy learning! iPhoneLife Logo View In Browser Your Tip of the Day is