JavaScript Kicks - JSK Daily for Jan 11, 2022

JSK Daily for Jan 11, 2022 View this email in your browser

A community curated daily e-mail of JavaScript news



Automate your pull requests with Mergify

Want to scale up your engineering team? Bring your pull request automation to the next level using Mergify and secure your code using a merge queue. By saving time, you can focus on projects that matter. Trusted by engineers at Amazon, Mozilla, and Airtable....

Mergify




Getting Started with GSAP: A Practical Guide

A step by step guide in creating appealing animations in real world web apps using GSAP. In this article we will clone the Abeg website (previous website)....

Bit




Unit Testing Deep Dive: What are Stubs, Mocks, Spies and Dummies?

You might hate or love unit tests, that’s up to you, but the fact of the matter is that if you don’t understand the concepts behind them, you’ll be as efficient at writing test as I am at cooking and keeping a clean kitchen at the same time (spoiler alert: I make a mess every ...

Bit




React: Event Bubbling and Capturing

A React tutorial about event bubbling and capturing. Most JavaScript developers may be already familiar with this topic, because it origins in JavaScript and its DOM API. However, in this article, I want to give some of guidance for event bubbling and capturing in React....

Robin Wieruch




Some Questions in Relation to the Latest JavaScript Open Source Scandal

If you followed the r/javascript or r/programming subreddits in the past few days you probably already read about the latest Open Source scandal to hit the JavaScript community: About a year ago, Marak - a prolific open-source author, wrote in the repository of his highly popu...

Naaman Hirschfeld




JavaScript split() a String - String to Array JS Method

If you need to split up a string into an array of substrings, then you can use the JavaScript split() method. In this article, I will go over the JavaScript split() method and provide code examples. Basic Syntax of the split() methodHere is the syntax for the JavaScript split(...

Jessica Wilkins




How To Tag And Run End-to-End Tests

How to tag your Cypress tests to make sure anyone can quickly test the changes. Let's say you have hundreds of end-to-end tests (this is our current situation at Mercari US). Running the tests in parallel makes the test run faster, but there is a problem....

Gleb Bahmutov




How to Build Your First JavaScript GitHub Action

I love working with GitHub Actions. They're easy to use yet so powerful. I'm especially excited when I see how creative people are when using them to automate different tasks. I want you to have that same power. That's why I'm going to show you how to create your first...

Bassem Dghaidi




How to Make a Custom Mouse Cursor with CSS and JavaScript

Have you ever visited a website and been totally blown away by its amazing features? One of them might be a cool mouse cursor that is different from the regular arrow or pointer cursors you are used to. This can really improve user experience, and lately I've been wondering how...

Frankie




Guide to Vuex - Centralized State Management for Vue Applications

Vuex is a library that stores data in a Vuex store, which acts as the source of data on states in a Vue application. This store contains a global state (set of properties) and functions ( getters, actions and mutations) used to read and alter the state....

StackAbuse




React Bootstrap Custom Dropdown List with Fetch API Tutorial

Dropdown is a valuable and prominent module, which is often used to select one option from the given list. But do you know how to build a dynamic dropdown module from scratch? This tutorial covers multiple concepts of React. In general, we will show you how to build a dropdown...

Digamber Singh




Build an Ethereum Transaction App with React and Solidity

Part 1: What you'll be building. See live demo and Git Repo Here. The online demo uses the Ropsten test network. As the Web3 movement ripples throughout the world wide web, you must jump in as a developer and become one of the beneficiaries of this blockchain technology....

Darlington Gospel




What the Heck is Middleware in Node.js?

Middleware can be identified as a function that executes between the request and response. It also has access to the request and response object. Let's try to understand the concept using a simple program written in Node.js. This has two routes. As you can see there is a funct...

Kanchana Gallage




JavaScript .length Explained

In JavaScript, you can find the length of a String value by writing .length after the string variable or string literal. But examples are better than 1000 words. So let's see it in code: Code explanation: In the above code, we have two variables: 2....

Deep Space


Copyright © 2022 Dotnetkicks, LLC, All rights reserved.
You signed up on JSK. These emails are configurable on your account page, or using links at the bottom of each email.

Our mailing address is:
Dotnetkicks, LLC
PO Box 45087
Seattle, WA 98145

Add us to your address book


Want to change how you receive these emails?
You can update your preferences or unsubscribe from this list

Older messages

JSK Daily for Jan 10, 2022

Monday, January 10, 2022

JSK Daily for Jan 10, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Automate your pull requests with Mergify Want to scale up your engineering team? Bring

JSK Daily for Jan 9, 2022

Sunday, January 9, 2022

JSK Daily for Jan 9, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Automate your pull requests with Mergify Want to scale up your engineering team? Bring your

JSK Daily for Jan 8, 2022

Saturday, January 8, 2022

JSK Daily for Jan 8, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Automate your pull requests with Mergify Want to scale up your engineering team? Bring your

JSK Daily for Jan 7, 2022

Friday, January 7, 2022

JSK Daily for Jan 7, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Automate your pull requests with Mergify Want to scale up your engineering team? Bring your

JSK Daily for Jan 6, 2022

Thursday, January 6, 2022

JSK Daily for Jan 6, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Automate your pull requests with Mergify Want to scale up your engineering team? Bring your

You Might Also Like

📱 Issue 453 - Does iOS have sideloading yet?

Thursday, March 6, 2025

This week's Awesome iOS Weekly Read this email on the Web The Awesome iOS Weekly Issue » 453 Release Date Mar 06, 2025 Your weekly report of the most popular iOS news, articles and projects Popular

💻 Issue 452 - Pro .NET Memory Management 2nd Edition

Thursday, March 6, 2025

This week's Awesome .NET Weekly Read this email on the Web The Awesome .NET Weekly Issue » 452 Release Date Mar 06, 2025 Your weekly report of the most popular .NET news, articles and projects

💎 Issue 459 - What's the Deal with (Ruby) Ractors?

Thursday, March 6, 2025

This week's Awesome Ruby Newsletter Read this email on the Web The Awesome Ruby Newsletter Issue » 459 Release Date Mar 06, 2025 Your weekly report of the most popular Ruby news, articles and

💻 Issue 459 - 7 Best Practices of File Upload With JavaScript

Thursday, March 6, 2025

This week's Awesome Node.js Weekly Read this email on the Web The Awesome Node.js Weekly Issue » 459 Release Date Mar 06, 2025 Your weekly report of the most popular Node.js news, articles and

💻 Issue 459 - TanStack Form V1 - Type-safe, Agnostic, Headless Form Library

Thursday, March 6, 2025

This week's Awesome JavaScript Weekly Read this email on the Web The Awesome JavaScript Weekly Issue » 459 Release Date Mar 06, 2025 Your weekly report of the most popular JavaScript news, articles

💻 Issue 454 - Take a break: Rust match has fallthrough

Thursday, March 6, 2025

This week's Awesome Rust Weekly Read this email on the Web The Awesome Rust Weekly Issue » 454 Release Date Mar 06, 2025 Your weekly report of the most popular Rust news, articles and projects

💻 Issue 377 - TanStack Form V1 - Type-safe, Agnostic, Headless Form Library

Thursday, March 6, 2025

This week's Awesome React Weekly Read this email on the Web The Awesome React Weekly Issue » 377 Release Date Mar 06, 2025 Your weekly report of the most popular React news, articles and projects

📱 Issue 456 - Safer Swift: How ~Copyable Prevents Hidden Bugs

Thursday, March 6, 2025

This week's Awesome Swift Weekly Read this email on the Web The Awesome Swift Weekly Issue » 456 Release Date Mar 06, 2025 Your weekly report of the most popular Swift news, articles and projects

JSK Daily for Mar 6, 2025

Thursday, March 6, 2025

JSK Daily for Mar 6, 2025 View this email in your browser A community curated daily e-mail of JavaScript news Build a Dynamic Watchlist for Your Web App with Angular & GraphQL (Part 6) In this

Charted | Disposable Income Growth of G7 Countries (2007-2024) 📈📉

Thursday, March 6, 2025

Among G7 countries, the US and Canada saw the largest increases in household disposable income since 2007. View Online | Subscribe | Download Our App Invest in your growth at Exchange 2025. FEATURED