JavaScript Kicks - JSK Weekly - July 07, 2021

Did you miss us? We skipped straight into the first week of July in a blink! Since we're halfway through the year now, let's look at some year specific articles.

Juan Cruz Martinez provides us with a collection of extensions in "The best VS Code extensions for JavaScript developers for 2021" and Rencybeth walks us through some "Angular Best Practices: Why You Need Angular Best Practices in 2021?"

Popular Stories recently curated by passionate community members

General

The Need for Optimistic Concurrency in SPAs

When storing records on a database, optimistic concurrency is implemented primarily by using version numbers or timestamps for a particul...

Bit


Is Web Design and Web Development the Same?

If you are looking for a career path in Web Technology, you should know who is a Web Developer, Web Designer, and their differences. In t...

JavaScript In Plain English


Why is NanoID Replacing UUID?

UUID is one of the most used universal identifiers in software development. However, over the past few years, other alternatives challeng...

Bit


`export default thing` is different to `export { thing as default }`

Dominic Elm DM'd me on Twitter to ask me questions about circular dependencies, and, well, I didn't know the answer. After some testing, ...

Jake Archibald


How to Update or Change UI Component in Many Applications

A couple of months ago a world-class web infrastructure team arrived at the bit.dev platform. It was a large Fortune-50 tech company work...

Bit


What is JWT and What is it Used For?

JWT is something that a newbie to the programming world doesn't come across too often, but in my opinion is an absolutely necessary thing...

JavaScript In Plain English


Top 5 In-Demand Programming Language To Learn For Freelancers

The world has expanded with the rise of the internet. In current times the online world is staying up ahead and serving people. People ar...

livecodestream


Did you know you can build a PWA with a Notion page?

If you're a Notion user, chances are you've stumbled upon one of these new Notion-to-Website converters. Products like Super, Fruition or...

JavaScript In Plain English


How to Use Promise.all()

In simple words, a promise is a placeholder for a value that's going to be available sometime later. They're really useful when handling ...

Dmitri Pavlutin


JavaScript

The best VS Code extensions for JavaScript developers for 2021

A collection with the best VS Code extension for JavaScript developers....

livecodestream


What are Prototypes in JavaScript? - JavaScript Interview Series

Prototypes. One of the most important topics in JavaScript and one that is regularly visited in JavaScript interviews. In this article, w...

JavaScript In Plain English


JavaScript - Base64 Data URLs Outside of the Latin1 Range

It is often handy to create downloadable content on the fly using JavaScript. Sometimes you may want to do so while also encoding the con...

JavaScript Kicks


JavaScript Operators - What are Unary Operators?

A unary operation is an operation that involves only one operand. This means that there is an operator followed by just one value - or op...

Robert Laws


How Exactly Does the 'new' Keyword work in JavaScript?

Knowing how exactly things work in programming languages is very crucial for programmers rather than assuming the way they work. This all...

JavaScript In Plain English


Guide to Understanding Classes in JavaScript

When you think about and Object Oriented Programming as a paradigm, JavaScript is probably not the first language that comes to mind. In ...

StackAbuse


Important String Methods in JavaScript

JavaScript is one of the best and most popular programming languages. The language is high-level, frequently just-in-time compiled, and m...

Mansoor Ahmed


Angular

Angular Best Practices: Why You Need Angular Best Practices in 2021?

AngularJS is one of the best open-source JavaScript frameworks powered by Google for producing front-end applications. Its following vers...

Frontend Weekly


How to open link in a new tab in Angular

In this tutorial, we are going to learn about how to open link in a new tab in Angular app. Normally, we create a link in Angular using t...

Sai gowtham


React

A Simple Guide to Component Props in React

To start using React you don't have to learn a lot. Learn the concept of components, state, props, and hooks - and you know how to use Re...

Dmitri Pavlutin


How to Set Up Airbnb Style Guide for React Projects

Even if you are the only developer on a project, maintaining a consistent code style becomes more difficult as time goes on. That is why ...

Bit


How to Dynamically Load Scripts in React

Since our website is in React, I am going to use hooks for loading script dynamically. useExternalScript.js: import { useEffect, useState...

Amrish Kushwaha


Integrating SAWO Labs Authentication + Create React App

Hello there! I was working on building a simple authentication application using SAWO Labs. During the process, I found that there was a ...

Abir - #MSFTStudentAmbassador


Aurelia

Why you should choose Aurelia over React - I Like Kill Nerds

The popularity of React is undeniable. When bright-eyed developers think about creating a new app, React is usually the first thing that ...

Dwayne Charrington


Vue

Vue Js Dynamic jQuery DataTables Tutorial Example - positronX.io

If you want to know how to create a dynamic table in Vue js using the jQuery Datatables, then get along till the end of this tutorial. Th...

Digamber Singh


Node.js

Reasons Why Node.js and React are Hand and Glove for Web Development

So, the other day, there was this debate among my peers with our new clients regarding what could be the best frontend option that could ...

JavaScript In Plain English


Node.js Best Practices for Beginners and Experts Alike

One can create lightweight, non-blocking, scalable, fast, and robust server-side web applications by writing javascript code outside the ...

JavaScript In Plain English


Golang vs. Node.js: Who Trumps the Battle of Backend Frameworks?

The backend of your application is truly the essential part of your product. No matter how much you appreciate the design, the applicatio...

JavaScript In Plain English


Managing Secrets in Node.js with HashiCorp Vault - Coder Society

As the number of services grows in an organization, the problem of secret management only gets worse. Between Zero Trust and the emergenc...

Kentaro Wakayama


Testing

It's A (Front-End Testing) Trap! Six Common Testing Pitfalls And How To Solve Them

When writing front-end tests, you'll find a lot of pitfalls along the way. In sum, they can lead to lousy maintainability, slow execution...

Smashing Magazine


How to Keep Cypress Tests in Another Repo While Using CircleCI

How to keep the tests in sync with the features, while keeping them in separate repositories and running CircleCI workflows. Imagine you ...

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 Jul 7, 2021

Saturday, July 10, 2021

JSK Daily for Jul 7, 2021 View this email in your browser A community curated daily e-mail of JavaScript news 4 Methods to Add Conditional Attributes to React Components Today, conditional attributes

JSK Daily for Jul 8, 2021

Saturday, July 10, 2021

JSK Daily for Jul 8, 2021 View this email in your browser A community curated daily e-mail of JavaScript news The Importance of Integrity Checks in JavaScript SRI is a security feature that allows

JSK Daily for Jul 6, 2021

Tuesday, July 6, 2021

JSK Daily for Jul 6, 2021 View this email in your browser A community curated daily e-mail of JavaScript news How to Use Promise.all() In simple words, a promise is a placeholder for a value that's

JSK Daily for Jul 5, 2021

Monday, July 5, 2021

JSK Daily for Jul 5, 2021 View this email in your browser A community curated daily e-mail of JavaScript news What are Prototypes in JavaScript? - JavaScript Interview Series Prototypes. One of the

JSK Daily for Jul 2, 2021

Friday, July 2, 2021

JSK Daily for Jul 2, 2021 View this email in your browser A community curated daily e-mail of JavaScript news How to Set Up Airbnb Style Guide for React Projects Even if you are the only developer on a

You Might Also Like

Software Testing Weekly - Issue 261

Wednesday, March 12, 2025

New AI solutions for testing 👀 View on the Web Archives ISSUE 261 March 12th 2025 COMMENT Welcome to the 261st issue! I have nothing more to add to the genuinely great news that came out recently. I

JSK Daily for Mar 11, 2025

Tuesday, March 11, 2025

JSK Daily for Mar 11, 2025 View this email in your browser A community curated daily e-mail of JavaScript news How to Enforce Type Safety in FormData with TypeScript When working with the FormData

Binary Data, Tail Calls, Pickles, and More

Tuesday, March 11, 2025

Bytes Objects: Handling Binary Data in Python #672 – MARCH 11, 2025 VIEW IN BROWSER The PyCoder's Weekly Logo Bytes Objects: Handling Binary Data in Python In this tutorial, you'll learn about

Shaking The Wasp’s Nest 🐝

Tuesday, March 11, 2025

How Gamergate swarmed into our online lives. Here's a version for your browser. Hunting for the end of the long tail • March 11, 2025 Today In Tedium: You probably have noticed, just like me, that

Daily Coding Problem: Problem #1714 [Easy]

Tuesday, March 11, 2025

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. You are given an N by N matrix of random letters and a dictionary of words. Find

Mapped | The State of Democracy Around the World 🌐

Tuesday, March 11, 2025

After a historic election year, we show the state of democracy worldwide as it declines to its lowest level in two decades. View Online | Subscribe | Download Our App NEW REPORT: The Age of Data >

Stories, Free Tool & CRM Template

Tuesday, March 11, 2025

Notion stories, smart tools, and a free template to organize your contacts 🔥 ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

LW 173 - How to become a Shopify Developer in 2025

Tuesday, March 11, 2025

How to become a Shopify Developer in 2025 ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ Shopify Development news and articles Issue 173 - 03/11

This free AI tool beats Perplexity

Tuesday, March 11, 2025

Ubuntu vs. Debian; The new HR; YouTube randomizer -- ZDNET ZDNET Tech Today - US March 11, 2025 webfeetgettyimages-10141124 DuckDuckGo's AI beats Perplexity in one big way - and it's free to

⚙️ AI bubble bursts (?)

Tuesday, March 11, 2025

Plus: We talk to the CEO of Read AI ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌