JavaScript Kicks - JSK Weekly - January 25, 2023

Do you know how much of an impact Javascript Frameworks have on Web Development? Code Home has a great walkthrough (including some history) for those who like a little more background. Check out "The Impact of JavaScript Frameworks on Web Development" for more.

Other popular stories this week include Rajendran's "Building an Image Carousel in JavaScript Is Now Easy!" on Syncfusion, Enea Jahollari's "Async pipe is not pure" and Fernando Doglio's "Advanced Data Structures and Algorithms: Build a Cuckoo Filter in JavaScript" on Bits and Pieces.

Popular Stories recently curated by passionate community members

General

Better SEO in Mobile Apps with Micro Frontends: A Comprehensive Guide

Micro frontends is a software architecture that involves building applications as a collection of small, independent services, each with ...

Bit


Why You Should Or Should Not Learn Frameworks?

This question is one of the most asked one in the world of JavaScript by beginners and I don't blame them. I also once asked this questio...

JavaScript In Plain English


Demystifying Fresh - Building your own Islands of Interactivity

The concept of "Islands of interactivity" is a very interesting one, because it poses the premise that the website should only send inter...

Bit


Dockerizing a Next.js App and Configuring AWS infrastructure with Terraform

In this article, I'll be talking about how we can dockerize a Next.js app and configure its deployment infrastructure in AWS using Terraf...

Sankha Rathnayake


Async pipe is not pure 🤯

Yes, that's normal! Why? Because of how Angular does change detection under the hood! To better understand how the async pipe works, let'...

Unicorn Utterances


Module Federation vs Single-SPA

Micro frontends are a popular way to build large, complex web applications by breaking them down into smaller, more manageable chunks. Th...

Bit


JavaScript

Advanced Data Structures and Algorithms: Build a Cuckoo Filter in JavaScript

Cuckoo Filters are very useful when you have to deal with big data sets. Especially when you have to check if a new value is already insi...

Bit


Building an Image Carousel in JavaScript Is Now Easy!

The JavaScript Carousel is a highly responsive and completely customizable UI control. It can display images with content, links, and mor...

Syncfusion


How to Submit a Form with JavaScript - JS Submit Button Example

When building applications and websites on the internet, you'll sometimes need your users to supply information by filling out a form. Bu...

Joel 🦸‍♀️


The Impact of JavaScript Frameworks on Web Development

JavaScript frameworks, which offer better code structure, faster development times, and enhanced functionality, have had a huge influence...

JavaScript In Plain English


JavaScript Meets Genetics: How to Create Genetic Algorithms

Sometimes the solution to a problem can depend on so many different and independent factors, that writing an algorithm that makes sense o...

Bit


Using JavaScript Generators to Create a Multithreaded Data Processor

In this article, we will explore using JavaScript generators and Web Workers to create a multithreaded data processor for efficiently han...

Frontend Weekly


Unleashing the Power of JavaScript Modules: A Beginner's Guide

JavaScript is a powerful programming language that is widely used for web development. One of the key features of JavaScript is its suppo...

Rahul⚡️


How to Use JavaScript for Data Analysis - A Beginner's Guide

Data analysis involves taking data you have and extracting useful information from them. During the process, you need to clean the data, ...

PHP Artisan


TypeScript

How to Create a Blockchain With TypeScript - I Like Kill Nerds

If you have been a reader of my blog for a while, you would know that I am an avid cryptocurrency enthusiast. I believe in the tech more ...

Dwayne Charrington


Angular

How TransferState Can Improve SSR Performance in Angular

Are you looking to optimize the performance of your Angular application? If so, you might want to consider using server-side rendering (S...

Frontend Weekly


Streamline Your Angular App: Mastering Observables and RxJS

Observables are a powerful and versatile tool for handling asynchronous data streams in JavaScript. They are similar to promises, but wit...

Liudas Drejeris


The best of Angular: a collection of my favorite articles of 2022

I collected the best Angular articles and videos of 2022, so if you are looking to develop your Angular skills or get up to speed with so...

Gergely Szerovay


React

Building a Share Button Interaction Concept using React Native and Software Mansions Reanimated -...

The onTouchesUp and onFinalize functions are responsible for the ripple effect on tap. The onTouchesUp the method is triggered when the u...

Karthik_B


5 React useState Mistakes That Will Get You Fired

When using setState, you can access the previous state as an argument of callback. Not using it can cause unexpected state updates. We ar...

Pavel Pogosov


5 Dev Tools for Documenting React Code like a Pro

React is incredibly useful as a library for building complex frontend applications, but it also needs a ton of hacky code and optimizatio...

Sunil Sandhu


A Guide to Effective Error Handling in React - Upmostly

Error handling is a crucial aspect of software development, and it is especially important in the world of React, where components can be...

Upmostly


Vue

Loss of 'this' scope in Vue.js - solved and explained

Most of the articles I've written so far are born from some personal experience or struggle I've had in the past which I either learnt th...

JavaScript In Plain English


Node.js

Google Authentication for a Node. Server

Let's say you are working on an application that uses google login. This means your clients can log in using their google accounts. We di...

Mohammad Faisal


Libraries and Tools

Create a Multiple Instances Socket React Context Library: a Step-by-Step Guide

In this article, we will go through the process of creating a multiple instances socket React context library. React context is a powerfu...

Bit


How to Create a Multi-Threaded Node.js Library

In the context of building libraries in Node.js, multi-threading can be particularly useful for improving performance and scalability. No...

Bit


Functional Programming

How Functions Work in JavaScript - JS Function Code Examples

JavaScript is a widely-used programming language that is essential for web development. Its ability to run on both client-side and server...

Israel Chidera


How to solve join is not a function error in JavaScript

In this tutorial, we are going to learn about how to solve the TypeError: join is not a function in JavaScript When we use a Array.join()...

Sai gowtham


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 Jan 24, 2023

Tuesday, January 24, 2023

JSK Daily for Jan 24, 2023 View this email in your browser A community curated daily e-mail of JavaScript news Demystifying Fresh - Building your own Islands of Interactivity The concept of "

JSK Daily for Jan 23, 2023

Monday, January 23, 2023

JSK Daily for Jan 23, 2023 View this email in your browser A community curated daily e-mail of JavaScript news Module Federation vs Single-SPA Micro frontends are a popular way to build large, complex

JSK Daily for Jan 11, 2023

Friday, January 20, 2023

JSK Daily for Jan 11, 2023 View this email in your browser A community curated daily e-mail of JavaScript news 7 Functional Programming Techniques for JavaScript Developers Functional programming is a

JSK Weekly - January 11, 2023

Friday, January 20, 2023

Starting off the new year with the right mindset is a game changer. And speaking of game changers, this week Shamim Ahmed dives into "Why Next.js 13 is a Game-Changer", so check it out on

JSK Daily for Jan 12, 2023

Friday, January 20, 2023

JSK Daily for Jan 12, 2023 View this email in your browser A community curated daily e-mail of JavaScript news 7 Functional Programming Techniques for JavaScript Developers Functional programming is a

You Might Also Like

📧 Implementing the Saga Pattern With MassTransit

Saturday, November 30, 2024

​ Implementing the Saga Pattern With MassTransit Read on: m​y website / Read time: 6 minutes The .NET Weekly is brought to you by: ​Make the Switch: IronPDF vs Aspose! Why overcomplicate your projects?

Power User Vs. Strong POV 💻

Saturday, November 30, 2024

Elementary OS doesn't work like most Linux distros. Here's a version for your browser. Hunting for the end of the long tail • November 29, 2024 Power User Vs. Strong POV The just-released

🛜 Using the Internet the Old-School Unixy Way With Shell Accounts — Turn Your TV Into a Virtual Fireplace

Friday, November 29, 2024

Also: Meditation Apps for Android, and More! How-To Geek Logo November 29, 2024 Did You Know A study investigating whether or not our perception of value has any effect on medical outcomes demonstrated

iOS Dev Weekly - Issue 689

Friday, November 29, 2024

I tried two new (ish) AI coding tools this week. What did I think? 🤔 View on the Web Archives ISSUE 689 November 29th 2024 Comment I've had a week off from Swift Package Index this week as I needed

JSK Daily for Nov 29, 2024

Friday, November 29, 2024

JSK Daily for Nov 29, 2024 View this email in your browser A community curated daily e-mail of JavaScript news Top Linters for JavaScript and TypeScript: Simplifying Code Quality Management Linters are

Spyglass Dispatch 020 🏈

Friday, November 29, 2024

Under 16s Social Media • Threads Starter Packs • Live Vision Pro Content • When Mark Met Donald • Cult of the Smart Geek • Amazon's New AI Model • 'The Blip' 1 Year Later The Spyglass

Ranked | The World’s 15 Most Powerful Business Leaders 💪

Friday, November 29, 2024

From Elon Musk to Sam Altman, we show the most powerful people in the corporate world based on rankings from Fortune. View Online | Subscribe | Download Our App Presented by: Find the megatrends

Issue #569: Softbody volume, custom fonts, and Clickery Hexagon

Friday, November 29, 2024

View this email in your browser Issue #569 - November 29th 2024 Weekly newsletter about Web Game Development. If you have anything you want to share with our community please let me know by replying to

iOS Cocoa Treats

Friday, November 29, 2024

View in browser Hello, you're reading Infinum iOS Cocoa Treats, bringing you the latest iOS related news straight to your inbox every week. The power of previews in Xcode Previews in Xcode become

ASP.NET Core News - 11/29/2024

Friday, November 29, 2024

View this email in your browser Get ready for this weeks best blog posts about ASP.NET Core! Better Azure Identity authentication support and performance during local development with .NET Aspire — by