JavaScript Kicks - JSK Daily for Aug 10, 2022

JSK Daily forĀ Aug 10, 2022 View this email in your browser

A community curated daily e-mail of JavaScript news



Easily Create a Fillable Form Using JavaScript Word Processor

This blog illustrates how to create and fill a form in a Word document using the Syncfusion JavaScript Word Processor (document editor) component. It is a user interface component that allows you to compose, edit, view, and print Word documents interactively in your web app. I...

Syncfusion




How to Render Static and Dynamic Files in Express with Handlebars

Static means pre-rendered web pages that do not change on time. Dynamic means it is generated in real-time at the time of the request by the server....

Bit




How to Build a Progressive Web App (PWA) with Create React App

They can work offline, integrate with the native notification system, and have the ability to run long background processes, which can continue even after you leave the website. They're called progressive because they smoothly downgrade their functionality if some feature is u...

Bit




How to Create Custom Pipes in Angular

In Part1 of this series, we covered basic concepts of the pipes and discussed a few in-built pipes. In this part, we will go one step further and see how custom pipes can be implemented. We will be learning about custom pipes by creating one for a use case....

JavaScript In Plain English




How to Use Recursion in React

Sometimes you'll need to print records from an array, but the array is too big and nested. Let's say we have a family tree, or a folder structure. We have multiple arrays nested inside arrays, and it goes on and on. It's so big and deep that it's not...

Nishant singh




Specify Node Versions with .nvmrc

I've heavily promoted nvm, a Node.js version manager, over the years. Having a tool to manage multiple versions of a language interpreter has been so useful, especially due to the complexity of Node.js package management. One tip I like to give new developers is adding a .nvmr...

David Walsh




How to Solve Dynamic Programming Algorithms with Simple JavaScript

Dynamic programming is a very frequent topic type in algorithm interviews. But their solutions are traceable. It can be divided into the following four steps: 1. Determine the meaning of the subscripts of the DP array. 2. Determine the recurrence formula. 3. Determine the init...

JavaScript Facts




What is a Callback Function in JavaScript? JS Callbacks Example Tutorial

In JavaScript there are higher order methods and functions that accept a function as an argument. These functions used as arguments for other functions are called callback functions. What is a callback in JavaScript? A callback is a function passed as an argument of another fu...

Ilenia Magoni




Getting the version number from package.json in Node.js

In this tutorial, we are going to learn about two different ways to get the version number from a package.json file in the Node app. We can get the version number from the package.json file by requiring it as a module. Here is an example: The package_json.version property is h...

Sai gowtham




Unit Testing of AWS Lambda Functions (Node.js) using Sinon

In my previous article, I covered how to write unit test cases for AWS lambda functions using mocha, chai, and proxyquire. In this article, I will cover the step-by-step process of writing unit test cases for AWS lambda functions using Sinon. Let us learn how to write unit tes...

Syed Afroz Pasha




14 Remarkable JavaScript One-Liners That Will Show Your Mastery

In programming, there are usually multiple ways to solve the same problem. These solutions can vary in different areas, such as the length, performance, algorithm used, readability, and so on. In this article, we'll be looking at several quick and concise one-liner solutions t...

Coding Beauty




Bun: A Hot Take

As predicted last year, a trend is emerging around the creation of custom JavaScript runtimes. At first, it was just browsers. Then there was Narwahl. Then there was Node.js and lesser known runtimes......

Corey




How to Add Active Class in Map Items in React Js

In this quick tutorial, we will show you how to quite easily add the active class or current class on the mapped list item in React js application. To add the current class by clicking on the current list item we will use the useState hook in React function component....

Digamber Singh




JSK Weekly - August 10, 2022

Everyone has heard the term "Sharing is caring", right? Well, it turns out that sharing is also practical, when it comes to dev work. This week Isuri Devindi asks "Can the Composition API Replace Vue Mixins?" on Syncfusion, Prithwish Nath discusses "Better Developer Velocit...

JavaScript Kicks


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 Aug 11, 2022

Friday, August 12, 2022

JSK Daily for Aug 11, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Easily Create a Fillable Form Using JavaScript Word Processor This blog illustrates how to

JSK Daily for Aug 5, 2022

Friday, August 5, 2022

JSK Daily for Aug 5, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Announcing Docusaurus 2.0 | Docusaurus Today we are extremely happy to finally announce

JSK Daily for Aug 4, 2022

Thursday, August 4, 2022

JSK Daily for Aug 4, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Can the Composition API Replace Vue Mixins? Vue Mixins is a very popular concept for

JSK Daily for Aug 3, 2022

Wednesday, August 3, 2022

JSK Daily for Aug 3, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Can the Composition API Replace Vue Mixins? Vue Mixins is a very popular concept for

JSK Weekly - August 03, 2022

Wednesday, August 3, 2022

Hello August! We could all do with a good list of libraries, can't we? Well Nipuni Arunodi has given an easy to consume "Top 10 Angular Component Libraries for 2022" on Syncfusion. Other

You Might Also Like

Data Science Weekly - Issue 543

Friday, April 19, 2024

Curated news, articles and jobs related to Data Science, AI, & Machine Learning ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

A deal made in cloud security heaven

Thursday, April 18, 2024

Meta's Llama 3 goes public and hackers hold World-Check data for ransom View this email online in your browser By Christine Hall Thursday, April 18, 2024 Welcome to TechCrunch PM! I'm glad you

💎 Issue 413 - RubyJS-Vite

Thursday, April 18, 2024

This week's Awesome Ruby Newsletter Read this email on the Web The Awesome Ruby Newsletter Issue » 413 Release Date Apr 18, 2024 Your weekly report of the most popular Ruby news, articles and

💻 Issue 406 - Swift for C++ Practitioners, Part 1

Thursday, April 18, 2024

This week's Awesome .NET Weekly Read this email on the Web The Awesome .NET Weekly Issue » 406 Release Date Apr 18, 2024 Your weekly report of the most popular .NET news, articles and projects

💻 Issue 413 - How to implement HLS Video Streaming in a React App

Thursday, April 18, 2024

This week's Awesome Node.js Weekly Read this email on the Web The Awesome Node.js Weekly Issue » 413 Release Date Apr 18, 2024 Your weekly report of the most popular Node.js news, articles and

📱 Issue 407 - Textual Healing: iOS Text Editing Minutiae

Thursday, April 18, 2024

This week's Awesome iOS Weekly Read this email on the Web The Awesome iOS Weekly Issue » 407 Release Date Apr 18, 2024 Your weekly report of the most popular iOS news, articles and projects Popular

💻 Issue 413 - Interview with Senior JavaScript Developer 2024 [video]

Thursday, April 18, 2024

This week's Awesome JavaScript Weekly Read this email on the Web The Awesome JavaScript Weekly Issue » 413 Release Date Apr 18, 2024 Your weekly report of the most popular JavaScript news, articles

💻 Issue 331 - 30+ app ideas with complete source code

Thursday, April 18, 2024

This week's Awesome React Weekly Read this email on the Web The Awesome React Weekly Issue » 331 Release Date Apr 18, 2024 Your weekly report of the most popular React news, articles and projects

💻 Issue 408 - Curl: Hyper, is it worth it?

Thursday, April 18, 2024

This week's Awesome Rust Weekly Read this email on the Web The Awesome Rust Weekly Issue » 408 Release Date Apr 18, 2024 Your weekly report of the most popular Rust news, articles and projects

📱 Issue 410 - Swift for C++ Practitioners, Part 1

Thursday, April 18, 2024

This week's Awesome Swift Weekly Read this email on the Web The Awesome Swift Weekly Issue » 410 Release Date Apr 18, 2024 Your weekly report of the most popular Swift news, articles and projects