JavaScript Kicks - JSK Weekly - July 06, 2022

Hello July! We are now solidly in the second half of the year! If you haven't heard of Uncle Bob, check out rxluz's "S.O.L.I.D Principles with JS examples".

Other popular stories this week include Chameera Dulanga's "Angular State Management with NgRx" on Syncfusion, Dawid Budaszewski's "What Is ESLint and How To Use It in React?" and Piumi Liyana Gunawardhana's "WebSockets vs. Server-Sent Events" on Bits and Pieces.

Popular Stories recently curated by passionate community members

General

What is the Difference Between Promises and Observables?

This is one of the most commonly asked interview questions (specifically if you are applying for an Angular developer role). It is eager ...

Bit


3 Ways to Develop Micro-Frontends in 2022

Micro Frontends have been the hottest topic around the frontend community in the past couple of years. It isn't a surprise. Yet Micro Fro...

Jonathan Saring


Here's why I stopped believing in the future of GraphQL - I Like Kill Nerds

If you had asked me for my opinion on GraphQL in 2019, I would have told you it was the future of working with data. Like many developers...

Dwayne Charrington


RemixBlocks: Ready-to-use Remix + Tailwind CSS routes and UI blocks

Check out SaasRock, a multi-tenant framework for building SaaS apps, all of these blocks are from SaasRock. More content at PlainEnglish....

Alexandro Martínez ☕️


WebSockets vs. Server-Sent Events

Over the years, the HTTP request-response model has been used for client-server communications in web applications. However, with the pop...

Bit


When to use HashMap instead of Loop

Many programmers use a loop or filter where HashMap data structure could be considered. The above solution has a time complexity of O(n),...

Unicorn Utterances


3 Easy Steps to Follow While Learning Programming

Standard but ignored practices that one should follow while programming Recently, my friend was complaining about how he has forgotten ev...

JavaScript In Plain English


Neural Machine Translation Engine for Firefox Translations add-on - Mozilla Hacks - the Web developer blog

Firefox Translations is a website translation add-on that provides an automated translation of web content. Unlike cloud-based alternativ...

Mozilla Hacks


JavaScript

What is a Nullish Coalescing Operator (??) in JavaScript?

The nullish coalescing operator is a logical operator that can be extremely powerful and could make our lives a lot easier in some cases....

JavaScript In Plain English


JavaScript String Comparison - How to Compare Strings in JS

You may want to compare two strings to know which is higher or lower alphabetically or to see if they are equal. You can do this in many ...

Dillion Megida 🚀


Identify JavaScript Data Types: Two Methods are Enough

Primitive type: Null、Undefined、Number、String、Boolean、Symbol、BigInt Object type: Object There are many special types of Object type, such ...

JavaScript In Plain English


JavaScript String to Date - Date Parsing in JS

Dates are a pretty fundamental concept. We use them all the time. And computers use them all the time. But parsing dates using JavaScript...

Eamonn Cottrell


S.O.L.I.D Principles with JS examples

The SOLID Principles were presented initially by Uncle Bob in his book Agile Software Development: Principles, Patterns, and Practices an...

Ricardo Luz


JavaScript Convert String to Number - JS String to Int Example

When you're working with data from various sources, some of these data may arrive in the incorrect format. And you'll need to correct tho...

Joel 🦸‍♀️


How JavaScript Works Under the Hood, Explained for Dummies

You might know how JavaScript works as you write it every day but have you ever wondered how the browser reads your written code and what...

JavaScript In Plain English


How to Add Hours to a Date in JavaScript

To add hours to a Date in JavaScript, Call the getTime() method on the Date to get the total number of milliseconds since the Unix epoch....

JavaScript In Plain English


TypeScript

Why Learn TypeScript?

Are you wondering what the fuss over TypeScript is about? And whether it is worth investing time and energy? Or whether to use it in your...

JavaScript In Plain English


Angular

Angular State Management with NgRx

State management is the process of managing the states of user controls. It helps developers build large-scale applications with heavy da...

Syncfusion


Angular Route Parameters: A Simple Guide

Routing is one of the fundamental mechanisms in Angular. Its primary use is to provide a way to navigate through an application. Without ...

Vasileios Kagklis


React

Build a Blog with React and Markdown files

Nowadays, there are many websites with which we can create a blog and start writing, but if we want to write technical articles like tuto...

Bit


How React Native Differs From Regular ReactJS? - Upmostly

Have you ever heard of React Native (RN) but are still unsure what it is? It's quite similar to ReactJS, however, there are some major di...

Upmostly


What Is ESLint and How To Use It in React? - Upmostly

ESlint is an open-source library that's commonly used by React developers to enforce rules about maintaining the code standard across the...

Upmostly


React Redux Handle API Calls with Thunk Middleware Tutorial

In this post, we will learn how to work with HTTP requests in the Redux store using the Redux Thunk middleware library. Redux is an open-...

Digamber Singh


Vue

Guide To Vue Router

In this guide learn what routing is, how you can install the `vue-router` in new and existing projects, how to perform lazy loading, navi...

StackAbuse


Node.js

Build a Reliable Node.js API with TypeORM using Transactions

Javascript and NodeJS have one of the most popular ecosystems for the development of modern web applications. It contains a plethora of u...

Bit


Working with the file system on Node.js

This blog post explains how to use the file sytem APIs of Node.js. Its focus is on shell scripting, which is why we only work with textua...

Axel Rauschmayer


Libraries and Tools

Releasing Color.js: A library that takes color seriously

Related: Chris' blog post for the release of Color.js This post has been long overdue: Chris and I started working on Color.js in 2020, o...

Lea Verou


Functional Programming

Functional Programming (Part 4): Functional composition

Composition is the process of composing small units into bigger units that solve bigger problems. Where Input of one function comes from ...

Bit


Quick Rundown on Named Functions and Anonymous Functions in JavaScript

Good morning friends, Thus far, we have talked about Immediately-Invoked Functions, First-Class Functions, and Higher-Order Functions. We...

JavaScript In Plain English


What are Functions in JavaScript? A Beginner's Guide

Functions are one of the fundamental concepts in programming. They let us write concise, modular, reusable, and maintainable code. They a...

wendy♥️


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 Jul 6, 2022

Wednesday, July 6, 2022

JSK Daily for Jul 6, 2022 View this email in your browser A community curated daily e-mail of JavaScript news React Add Dynamic Class Name to Body When Navigating Tutorial In a web application, we

JSK Daily for Jul 5, 2022

Tuesday, July 5, 2022

JSK Daily for Jul 5, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Functional Programming (Part 4): Functional composition Composition is the process of

JSK Daily for Jul 4, 2022

Monday, July 4, 2022

JSK Daily for Jul 4, 2022 View this email in your browser A community curated daily e-mail of JavaScript news WebSockets vs. Server-Sent Events Over the years, the HTTP request-response model has been

JSK Daily for Jul 2, 2022

Saturday, July 2, 2022

JSK Daily for Jul 2, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Angular State Management with NgRx State management is the process of managing the states

JSK Daily for Jul 1, 2022

Friday, July 1, 2022

JSK Daily for Jul 1, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Angular State Management with NgRx State management is the process of managing the states

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