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

a16z’s Infrastructure team gets a new general partner

Friday, April 19, 2024

Post News is shutting down and Wall Street isn't feeling a Salesforce-Informatica pairing View this email online in your browser By Christine Hall Friday, April 19, 2024 Image Credits: Andreessen

New Roundtable! Additive for Mass Production Applications

Friday, April 19, 2024

The Outlook for the Future View this email in your browser engineering.com Roundtable - Additive for Mass Production Applications: The Outlook for the Future 6 Considerations for Choosing the Right

📷 What to Know About Macro Photography — Why You Should Buy a Budget Motherboard

Friday, April 19, 2024

Also: How to Automatically Highlight Values in Excel, and More! How-To Geek Logo April 19, 2024 📩 Get expert reviews, the hottest deals, how-to's, breaking news, and more delivered directly to your

Is the wind going out of the AI sails?

Friday, April 19, 2024

Rippling vacuums up venture capital and Ramp bags more millions View this email online in your browser By Haje Jan Kamps Friday, April 19, 2024 Image Credits: Getty Images / Carol Yepes Welcome to

Llama 3 is out - Weekly News Roundup - Issue #463

Friday, April 19, 2024

Plus: brand-new, all-electric Atlas; AI Index Report 2024; Microsoft pitched GenAI tools to US military; Humane AI Pin reviews are in; debunking Devin; and more! ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Daily Coding Problem: Problem #1417 [Easy]

Friday, April 19, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Wayfair. You are given a 2 x N board, and instructed to completely cover the board with

Charted | How Hard Is It to Get Into an Ivy League School? 🎓

Friday, April 19, 2024

We detail the admission rates and average annual cost for Ivy League schools, as well as the median SAT scores required to be accepted. View Online | Subscribe Presented by: Discover the motivations

Dark Matter & Tortured Poets

Friday, April 19, 2024

New music releases aren't what they used to be -- for good and bad. Dark Matter & Tortured Poets By MG Siegler • 19 Apr 2024 View in browser View in browser New music releases in 2024 are a

Impact of AI on Product Management

Friday, April 19, 2024

​ Impact of AI on Product Management The rise of the AI Product Manager. Product managers have always championed customer's needs. However, with AI, the job requires new technical and ethical

⚙️ Zuck has entered the chat(bot)

Friday, April 19, 2024

Plus: AI video's coming to mobile! ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌