JavaScript Kicks - JSK Weekly - September 22, 2021

Last week we took a quick, but narrow, trip down memory lane. This, week, let's open the lane up a bit to look at the evolution of technology and programming languages as a whole in "Why Are There So Many Programming Languages?"

Other popular stories this week include "Engineering Technology from Idea to Release with Mitali Karmarkar" and "4 Programming Paradigms Every Developer Should Know" on Bits and Pieces.

Popular Stories recently curated by passionate community members

General

5 Best Practices to Choosing Third-Party NPM Packages

This article presents 5 best practices to select a third-party npm package for a project....

Bit


Why Are There So Many Programming Languages?

There are so many programming languages out there, and more are developed every few years. We have Python, JavaScript, PHP, C++, Ruby, Ja...

Coderslang: Become a Software Engineer


Engineering Technology from Idea to Release with Mitali Karmarkar on Web Rush #151

Mitali Karmarkar talks with us about working on Azure Static Web Apps. What is a static web app? What was the first line of code written?...

John Papa


Mouse Drag with Svelte and Vanilla JS

Because it's simple There is a nice article on how to use mouse drag with rxjs. With the modern javascript frameworks and libraries, we g...

Filip Vitas


Getting Started with Next.js and Styled Components

Styled components are one of the popular approaches we take in case we don't want any CSS components. It is a very powerful and handy lib...

JavaScript In Plain English


ES-Modules: For a faster JavaScript? - FrontNet Blog

ES Modules are an official, standardized module system for JavaScript. But what exactly does that mean, which problems does it solve and ...

FrontNet Blog


Why 'Showwcase' is the Future for All Developers

I joined them as a Founding creator recently & I can see a big stage for all of us(developers). Team Showwcase also makes sure that feedb...

JavaScript In Plain English


4 Programming Paradigms Every Developer Should Know

I'm a firm believer that if you're a developer, you need to be aware of how things work outside of your comfort zone, even if you're not ...

Bit


JavaScript

Best Practices For Using Comments In JavaScript

There are no pre-defined rules to use comments. But as an individual or a team, it is essential to agree upon some best practices around ...

Bit


Demystifying 'var,' 'let' and 'const' in JavaScript

JavaScript is a dynamically typed language. Dynamically typed languages are those languages, where the type of the variable purely depend...

AJO JOHN (mallu_dev)


Memoization in JavaScript: A Guide

In this article, I want to talk about both the useMemo hook and the useCallback hook since they are both crucial for creating performant ...

JavaScript In Plain English


Synchronous vs Asynchronous JavaScript - Call Stack, Promises, and More

Let me start this article by asking, "What is JavaScript"? Well, here's the most confusing yet to-the-point answer I have found so far: J...

Tapas Adhikary


How to Learn JavaScript A Little Faster

When you're just starting to learn to code, it might feel like it's always a struggle. Your progress seems very slow and it's easy to be ...

Coderslang: Become a Software Engineer


An Intro to JavaScript Proxy

Have you ever been in a situation where you wish you could have some control over the values in an object or array? Maybe you wanted to p...

CSS-Tricks


JavaScript Rest vs Spread Operator - What's the Difference?

JavaScript uses three dots (...) for both the rest and spread operators. But these two operators are not the same. The main difference be...

Oluwatobi Sofela


JavaScript toLowerCase() - How to Convert a String to Lowercase and Uppercase in JS

This article explains how to convert a string to lowercase and uppercase characters. We'll also go over how to make only the first letter...

Dionysia Lemonaki


JavaScript Strings And Numbers Are Immutable, Why?

Long story short: Strings and Numbers in JavaScript are passed by value and not by reference, thus making them immutable First of all, th...

Binge On Code


How to Remove an Item from A JavaScript Array in 5 Ways

There are many ways to remove items from a JavaScript array. In this piece, we will look at 5 ways to do this. For one reason or the othe...

Binge On Code


Angular

Angular 12 Detect Width and Height of Screen Tutorial - positronX.io

Recently, I was assigned a task to build a responsive layout; however, I was not allowed to take the help of CSS media query; on the othe...

Digamber Singh


Implementing Angular Code Flow with PKCE using node-oidc-provider

This posts shows how an Angular application can be secured using Open ID Connect code flow with PKCE and node-oidc-provider identity prov...

damienbod


React

How to Perform CRUD Operations in a React Data Grid Using Redux: A Complete Guide

The Data Grid is one of the most useful controls, representing data simply and interactively. It allows you to display data in rows and c...

Syncfusion


10 Amazing React Native Project Ideas

Inspire your next app development project with these great ideas....

livecodestream


An Easy Guide to React useReducer() Hook

Posted September 15, 2021 If you've used hook useState() to manage non-trivial state like a list of items, where you need to add, update ...

Dmitri Pavlutin


How to Develop a Web AR Facefilter with React and ThreeJS in 2021

For the 3 year anniversary of 🧙🏼‍♂️ Level30Wizards we wanted to build something that's related to our work, brand and interests. We fin...

Mees R


React Tutorial - How to Build a Text Translation PWA

In this article, I'll show you how to build a text translator application using React. It will support 17 languages, and you can do cross...

Nishant singh


React Js Resize, Compress and Crop Image Size Tutorial - positronX.io

React js image resize tutorial; In this quick guide, we will learn how to crop an image in React js app using the react image crop packag...

Digamber Singh


I instructed GitHub Copilot to code an Instagram profile feed in React. Here's what happened.

I got my hands on GitHub Copilot a month ago, I was already amazed by Copilot crushing Leetcode problems in seconds. The very fact that i...

Ayush Singh


Libraries and Tools

25 Hand-Picked React Libraries You Probably Didn't Know Existed

A new way to upload files - Multiple Input Formats - Image Optimization - Responsive - Async or Sync Uploading A flexible and beautiful S...

Harsh Makadia


Testing

Testing React Applications: The Mindset (with Examples)

What I'll try to achieve in this article is to give you a basis of how (I think) you should think when testing your code and run you thro...

Siniša Nimčević ⌨️ ✍️ 🥋 🔄


Postman E2E Tests Integrated into GitHub Actions Pipeline with Newman

What will we exercise in this publication: Versioning of the Postman collection and environment. Assertion writing in tests using the Pos...

pedro morais


Functional Programming

Working with JavaScript's Built-In Array Functions

When working with any programming language, you'll probably need some functionality that is not integrated into that language natively. T...

StackAbuse


Let's Demystify Hoisting in JavaScript

Hoisting is a feature in JavaScript which moves all the variable and function declarations to the top of the code (this statement doesn't...

AJO JOHN (mallu_dev)


Monetize Open-Source Software With Gatsby Functions And Stripe

Gatsby Functions provide front-end developers a way to write and use server-side code without the hassle of maintaining a server. If maki...

Smashing Magazine


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 Sep 21, 2021

Tuesday, September 21, 2021

JSK Daily for Sep 21, 2021 View this email in your browser A community curated daily e-mail of JavaScript news 4 Programming Paradigms Every Developer Should Know I'm a firm believer that if you

JSK Daily for Sep 20, 2021

Monday, September 20, 2021

JSK Daily for Sep 20, 2021 View this email in your browser A community curated daily e-mail of JavaScript news Mouse Drag with Svelte and Vanilla JS Because it's simple There is a nice article on

JSK Daily for Sep 17, 2021

Friday, September 17, 2021

JSK Daily for Sep 17, 2021 View this email in your browser A community curated daily e-mail of JavaScript news How to Perform CRUD Operations in a React Data Grid Using Redux: A Complete Guide The Data

JSK Daily for Sep 16, 2021

Thursday, September 16, 2021

JSK Daily for Sep 16, 2021 View this email in your browser A community curated daily e-mail of JavaScript news How to Perform CRUD Operations in a React Data Grid Using Redux: A Complete Guide The Data

JSK Weekly - September 16, 2021

Thursday, September 16, 2021

As we cruise into the second half of September, if you're feeling like the year is moving a little too fast, can we suggest slowing it down a little by heading back in time, to the beginning, where

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 ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌