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

Key phrases

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

Stripe changes its … stripes

Wednesday, April 24, 2024

TikTok on the president's docket and Nvidia acquires Run:ai View this email online in your browser By Christine Hall Wednesday, April 24, 2024 Good afternoon, and welcome to TechCrunch PM! Today

💪 You Can Use Copilot AI as a Personal Trainer — Why Your Laptop Needs a Docking Station

Wednesday, April 24, 2024

Also: Here's How to Make Your Apple ID Recoverable, and More! How-To Geek Logo April 24, 2024 📩 Get expert reviews, the hottest deals, how-to's, breaking news, and more delivered directly to

JSK Daily for Apr 24, 2024

Wednesday, April 24, 2024

JSK Daily for Apr 24, 2024 View this email in your browser A community curated daily e-mail of JavaScript news JSK Weekly - 24th April, 2024 React 19 has introduced many great functionalities and

Daily Coding Problem: Problem #1422 [Hard]

Wednesday, April 24, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Airbnb. Given a list of integers, write a function that returns the largest sum of non-

Charted | Artificial Intelligence Patents, by Country 🤖

Wednesday, April 24, 2024

This visualization shows which countries have been granted the most AI patents each year, from 2012 to 2022. View Online | Subscribe Presented by: New on VC+: Our Visual Briefing on the IMF's World

Save your seat: 1Password’s 2024 Security report insights webinar

Wednesday, April 24, 2024

Join us April 25th. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Top Tech Deals 📱 LG Flex TV, Google Pixel 7, DJI Mini 3, and More

Wednesday, April 24, 2024

Get yourself a discounted DJI drone, save on the Pixel 7, or score some PC and phone accessories. How-To Geek Logo April 24, 2024 Top Tech Deals: LG Flex TV, Google Pixel 7, DJI Mini 3, and More Find

The Protest Song Wakes Up 🎙️

Wednesday, April 24, 2024

Is this song the future of musical protest? Here's a version for your browser. Hunting for the end of the long tail • April 24, 2024 The Protest Song Wakes Up A buzzy protest song about the

JSK Weekly - 24th April, 2024

Wednesday, April 24, 2024

React 19 has introduced many great functionalities and features, among which the useOptimistic hook stands out. The useOptimistic hook offers a seamless way to manage UI states during asynchronous

The clock’s ticking for TikTok

Wednesday, April 24, 2024

The US Senate has passed a bill that would ban TikTok if its US business is not divested by Bytedance View this email online in your browser By Alex Wilhelm Wednesday, April 24, 2024 Good morning, and