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

Import AI 399: 1,000 samples to make a reasoning model; DeepSeek proliferation; Apple's self-driving car simulator

Friday, February 14, 2025

What came before the golem? ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Defining Your Paranoia Level: Navigating Change Without the Overkill

Friday, February 14, 2025

We've all been there: trying to learn something new, only to find our old habits holding us back. We discussed today how our gut feelings about solving problems can sometimes be our own worst enemy

5 ways AI can help with taxes 🪄

Friday, February 14, 2025

Remotely control an iPhone; 💸 50+ early Presidents' Day deals -- ZDNET ZDNET Tech Today - US February 10, 2025 5 ways AI can help you with your taxes (and what not to use it for) 5 ways AI can help

Recurring Automations + Secret Updates

Friday, February 14, 2025

Smarter automations, better templates, and hidden updates to explore 👀 ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

The First Provable AI-Proof Game: Introducing Butterfly Wings 4

Friday, February 14, 2025

Top Tech Content sent at Noon! Boost Your Article on HackerNoon for $159.99! Read this email in your browser How are you, @newsletterest1? undefined The Market Today #01 Instagram (Meta) 714.52 -0.32%

GCP Newsletter #437

Friday, February 14, 2025

Welcome to issue #437 February 10th, 2025 News BigQuery Cloud Marketplace Official Blog Partners BigQuery datasets now available on Google Cloud Marketplace - Google Cloud Marketplace now offers

Charted | The 1%'s Share of U.S. Wealth Over Time (1989-2024) 💰

Friday, February 14, 2025

Discover how the share of US wealth held by the top 1% has evolved from 1989 to 2024 in this infographic. View Online | Subscribe | Download Our App Download our app to see thousands of new charts from

The Great Social Media Diaspora & Tapestry is here

Friday, February 14, 2025

Apple introduces new app called 'Apple Invites', The Iconfactory launches Tapestry, beyond the traditional portfolio, and more in this week's issue of Creativerly. Creativerly The Great

Daily Coding Problem: Problem #1689 [Medium]

Friday, February 14, 2025

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. Given a linked list, sort it in O(n log n) time and constant space. For example,

📧 Stop Conflating CQRS and MediatR

Friday, February 14, 2025

​ Stop Conflating CQRS and MediatR Read on: m​y website / Read time: 4 minutes The .NET Weekly is brought to you by: Step right up to the Generative AI Use Cases Repository! See how MongoDB powers your