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

Youre Overthinking It

Wednesday, January 15, 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? 🪐 What's happening in tech today, January 15, 2025? The

eBook: Software Supply Chain Security for Dummies

Wednesday, January 15, 2025

Free access to this go-to-guide for invaluable insights and practical advice to secure your software supply chain. The Hacker News Software Supply Chain Security for Dummies There is no longer doubt

The 5 biggest AI prompting mistakes

Wednesday, January 15, 2025

✨ Better Pixel photos; How to quit Meta; The next TikTok? -- ZDNET ZDNET Tech Today - US January 15, 2025 ai-prompting-mistakes The five biggest mistakes people make when prompting an AI Ready to

An interactive tour of Go 1.24

Wednesday, January 15, 2025

Plus generating random art, sending emails, and a variety of gopher images you can use. | #​538 — January 15, 2025 Unsub | Web Version Together with Posthog Go Weekly An Interactive Tour of Go 1.24 — A

Spyglass Dispatch: Bromo Sapiens

Wednesday, January 15, 2025

Masculine Startups • The Fall of Xbox • Meta's Misinformation Off Switch • TikTok's Switch Off The Spyglass Dispatch is a newsletter sent on weekdays featuring links and commentary on timely

The $1.9M client

Wednesday, January 15, 2025

Money matters, but this invisible currency matters more. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

⚙️ Federal data centers

Wednesday, January 15, 2025

Plus: Britain's AI roadmap ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

Post from Syncfusion Blogs on 01/15/2025

Wednesday, January 15, 2025

New blogs from Syncfusion Introducing the New .NET MAUI Bottom Sheet Control By Naveenkumar Sanjeevirayan This blog explains the features of the Bottom Sheet control introduced in the Syncfusion .NET

The Sequence Engineering #469: Llama.cpp is The Framework for High Performce LLM Inference

Wednesday, January 15, 2025

One of the most popular inference framework for LLM apps that care about performance. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

3 Actively Exploited Zero-Day Flaws Patched in Microsoft's Latest Security Update

Wednesday, January 15, 2025

THN Daily Updates Newsletter cover The Kubernetes Book: Navigate the world of Kubernetes with expertise , Second Edition ($39.99 Value) FREE for a Limited Time Containers transformed how we package and