JavaScript Kicks - JSK Weekly - May 12, 2021

Happy Limerick Day! 

JavaScript was made for the masses,

It lacked types, and modules, and classes.

But it became quite the giant,

Because it ran on server and client,

Until it crashed both, despite 100 test passes.

On a more serious note, because we love JavaScript, check out "Writing the Perfect ReadeMe for Your Node Library" and "Top 10 React Hook Libraries", both on Bits and Pieces.

Popular Stories recently curated by passionate community members

General

The Evolution Of Jamstack

Web-oriented databases, frameworks like Nuxt and Next.js, and even frameworkless approaches are evolving the Jamstack, but the core princ...

Smashing Magazine


Using Iframes vs Scripts for Embedding Components

Have you ever tried embedding an image, video, or a whole part from an external website into your web application? Although there are var...

Bit


Image Resources for Your Next Project

An image serves a vital role in most projects. It is often said that a picture is worth a thousand words. So most definitely, using an im...

John Philip


Build a Snippets App with Next.js, FaunaDB, Tailwind CSS & Auth0

In this post, we will build a Snippet app in Next.js. We will store and retrieve our data from FaunaDB and also use Tailwind CSS in the p...

Nabendu Biswas


NPM Tips and Tricks

Little NPM secrets I learnt along the way You can install NPM dependencies and run tests with a single command: If you use the package-lo...

Gleb Bahmutov


Zustand's guide to simple state management

Let's see how Zustand works with React. To demonstrate its capabilities, I will be creating a small Pokemon application. This application...

Bit


How to "require" with aliases 🔁

May 08, 2021 ∙ 2 min 👓 I recently worked on a NodeJs based command-line app. The app had significant depth in its directory structure. T...

Hitesh Kumar


Recursion Might Seem Scary - But it Doesn't Have to Be

Any concept that we don't fully understand can be scary at first. Recursion is a topic that programming students don't learn right away. ...

Dave Gray


Nijute: how to solve impossible problems

Our industry is full of oriental phrases and loanwords to describe strategies for wicked problems. From Kanban and Gemba, to Shu-Ha-Ri an...

Gojko Adzic


Migrating from Parcel to Snowpack - build tool comparison

Here's the YouTube version of Migrating from Parcel to Snowpack if you would rather? A couple of years ago I wrote about moving from Gulp...

Ben Frain


JavaScript

Do You Really Know JavaScript's 'this' Keyword?

How often has it happened in your professional career where you felt that you knew something but when - you had to explain it to someone ...

Niranjan Borawake


JavaScript Typed Arrays

Typed Arrays are objects which are quite similar to Arrays, but provide a mechanism to write raw binary data into memory buffers. This fe...

Bit


You Can Label a JavaScript `if` Statement

Labels are a feature that have existed since the creation of JavaScript. They aren't new! I don't think all that many people know about t...

CSS-Tricks


Best JavaScript ES2019 Methods that You Should Know

JavaScript is a mandatory programming language for every web developer these days. Every year, we have new features that are being added ...

Mehdi Aoussiad


Event Propagation in JavaScript

Let's start with event propagation. This is the blanket term for both event bubbling and event capturing. Consider the typical markup to ...

Ayush Verma


Looping through a matrix with JavaScript

We were already talking about how to multiply arrays in JavaScript and we realised that we had not explained something... | Web design we...

MA-NO WebDesign&Dev


A Guide to JavaScript Callbacks and Promises

Understand JavaScript callbacks and promises. JavaScript is a scripting language. It can be written right in the HTML portion of a web pa...

Lijoy C George


Cloning Objects in JavaScript

Primitive and referenced values (objects) behave very differently when we want to make a copy of them.Primitive valuesLet's suppose a... ...

MA-NO WebDesign&Dev


How to populate an array with numbers in JavaScript

Populate an array with numbers in JavaScriptThe first step is to initialise the array. So today we are going to... | Web design web devel...

MA-NO WebDesign&Dev


TypeScript

Passing Data From Child to Parent Component in TypeScript React

In modern-day front-end development due to its complexity and size, there's a need for robust libraries, tools, and frameworks. With Reac...

JavaScript In Plain English


Angular

Extend DatePipe to Show PST Time In Angular

Recently I got a requirement to show UTC time as PST time. I know this could be done easy-peasy but I didn't want to use moments, nor did...

Chirag Sorathiya


React

Top 10 Mistakes to Avoid When Using React

React has quickly become the most popular front-end framework in the tech world, used by big tech companies such as Facebook, Netflix, Ai...

JavaScript In Plain English


A Guide to Understanding the 'this' Keyword in React Components

React is a stunning view library, which is used by many people across the web development industry. And using React in your projects beco...

Shreyas Patil


How to Correctly Debounce and Throttle Callbacks in React

When a React component handles bursting events like window resize, scrolling, user typing into an input, etc. it makes sense to soften th...

Dmitri Pavlutin


Vue

Vue Composition API vs React Hooks - the core difference

React Hooks took the web development scene by storm when they were released back in early 2019. They were the reason I gave React a secon...

areknawo


Node.js

Node.js Async Await Tutorial - With Asynchronous JavaScript Examples

One of the hardest concepts to wrap your head around when you're first learning JavaScript is the asynchronous processing model of the la...

Stanley Nguyen


Node.js and Cloud Firestore Tutorial - How to Build a Home Inventory System

In this article, you'll practice your JavaScript skills while streamlining your household chores by creating your very own home inventory...

freeCodeCamp.org


How to Generate QR Code Using Node.js

npm install --save qrcode const QRCode = require('qrcode') const qrImage = await QRCode.toString('Hi testing QR code', opts) a. Error cor...

JavaScript In Plain English


Make Your Ecommerce App 10x Faster By Creating It With Node.js

With the fact that the Ecommerce industry is on its way to grossing $2,273,991 million in 2021 and 62% of people who own a smartphone hav...

JavaScript In Plain English


Libraries and Tools

Writing the Perfect ReadeMe for Your Node Library

The Readme file is normally the first thing anybody sees in regards to documentation because people would find our modules through NPM's ...

Bit


Top 10 React Hook Libraries

React Hooks are a function type that allows you to hook into React state and lifecycle features. This feature was first introduced on Rea...

Bit


Testing

Nobody Covers this Real-World Installation Process of Adding Test Cases to React Components

Writing test cases for React components with already installed third-party libraries like Redux. I recently got a testing assignment for ...

shreyvijayvargiya


Testing Material UI Forms with React-Testing-Library

Test cases can be difficult to write when dealing with forms. I have found this especially difficult with my preferred UI library: Materi...

JavaScript In Plain English


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 May 12, 2021

Friday, May 14, 2021

JSK Daily for May 12, 2021 View this email in your browser A community curated daily e-mail of JavaScript news Vuestic UI - Free and Open Source UI Library for Vue 3 Our team started building this

JSK Daily for May 13, 2021

Friday, May 14, 2021

JSK Daily for May 13, 2021 View this email in your browser A community curated daily e-mail of JavaScript news Vuestic UI - Free and Open Source UI Library for Vue 3 Our team started building this

JSK Daily for May 11, 2021

Tuesday, May 11, 2021

JSK Daily for May 11, 2021 View this email in your browser A community curated daily e-mail of JavaScript news Top 10 React Hook Libraries React Hooks are a function type that allows you to hook into

JSK Daily for May 7, 2021

Friday, May 7, 2021

JSK Daily for May 7, 2021 View this email in your browser A community curated daily e-mail of JavaScript news Zustand's guide to simple state management Let's see how Zustand works with React.

JSK Weekly - May 05, 2021

Wednesday, May 5, 2021

In case you haven't had enough of May the 4th references, today is Revenge of the 5th. If you're not sure what that means, you're definitely no Star Wars fan! No matter. A quick Google

You Might Also Like

Microsoft's and Google's bet on AI is paying off - Weekly News Roundup - Issue #464

Friday, April 26, 2024

Plus: AI-controlled F-16 has been dogfighting with humans; Grok-1.5 Vision; BionicBee; Microsoft's AI generates realistic deepfakes from a single photo; and more! ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

🤓 The Meta Quest Might Be the VR Steam Deck Soon — Games to Play After Finishing Wordle

Friday, April 26, 2024

Also: Why a Cheap Soundbar Is Better Than Nothing, and More! How-To Geek Logo April 26, 2024 Did You Know TMI: Rhinotillexomania is the medical term for obsessive nose picking. 🖥️ Get Those Updates

JSK Daily for Apr 26, 2024

Friday, April 26, 2024

JSK Daily for Apr 26, 2024 View this email in your browser A community curated daily e-mail of JavaScript news A Solid primer on Signals with Ryan Carniato (JS Party #320) Ryan Carniato joins Amal

So are we banning TikTok or what?

Friday, April 26, 2024

Also: Can an influencer really tank an $800M company? View this email online in your browser By Haje Jan Kamps Friday, April 26, 2024 Image Credits: Jonathan Raa/NurPhoto / Getty Images Welcome to

[AI Incubator] 300+ people are already in. Enrollment closes tonight at 11:59pm PT.

Friday, April 26, 2024

How to decide if you're ready. ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

Daily Coding Problem: Problem #1423 [Medium]

Friday, April 26, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. You are given an array of nonnegative integers. Let's say you start at the

Data science for Product Managers

Friday, April 26, 2024

Crucial resources to empower you with data that matters. ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

Inner Thoughts

Friday, April 26, 2024

'The Inner Circle' Comes Around... Inner Thoughts By MG Siegler • 26 Apr 2024 View in browser View in browser If you'll allow me a brief meta blurb this week (not a Meta blurb, plenty of

Digest #135: Kubernetes Hacks, Terraform CI/CD, HashiCorp Acquisition, AWS Data Transfer Monitoring

Friday, April 26, 2024

Explore Advanced Kubernetes Techniques, Dive Into Terraform CI/CD Frameworks, Monitor AWS Data Transfer, and Explore Cloud Security with Gitleaks! ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Build5Nines Newsletter - April 25, 2024

Friday, April 26, 2024

View this email in your browser Build5Nines Build5Nines Newsletter Thank you for subscribing! I look forward to sharing with you the latest cloud news, technical help, and other thoughts around DevOps