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

📈 Why Is My Ping So High While Gaming? — How to Keep Your Android From Overheating

Saturday, May 4, 2024

Also: Using ChatGPT to Craft a Resume, and More! How-To Geek Logo May 4, 2024 📩 Get expert reviews, the hottest deals, how-to's, breaking news, and more delivered directly to your inbox by

JSK Daily for May 4, 2024

Saturday, May 4, 2024

JSK Daily for May 4, 2024 View this email in your browser A community curated daily e-mail of JavaScript news The Power of React's Virtual DOM: A Comprehensive Explanation Modern JavaScript

Daily Coding Problem: Problem #1431 [Medium]

Saturday, May 4, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by MongoDB. Given a list of elements, find the majority element, which appears more than

Ranked | The World's Top Media Franchises by All-Time Revenue 📊

Saturday, May 4, 2024

From Pokémon to Star Wars, some media franchises are globally recognizable. How do media franchises compare in terms of all-time revenue? View Online | Subscribe Presented by Voronoi: The App Where

Noonification: Read Code Like a Hacker With the SAST

Saturday, May 4, 2024

Top Tech Content sent at Noon! Get Algolia: AI Search that understands How are you, @newsletterest1? 🪐 What's happening in tech today, May 4, 2024? The HackerNoon Newsletter brings the HackerNoon

Weekend Reading — May the fourth

Saturday, May 4, 2024

This week we setup our new Minecraft server, play Spacewar, avoid burnout, wonder about Facebook AI spam, lose our passkeys, and claim stairs on the way back home. 😎 Labnotes (by Assaf Arkin) Weekend

Google lays off workers

Saturday, May 4, 2024

Plus: Tesla cans its Supercharger team and UnitedHealthcare reveals security lapses View this email online in your browser By Kyle Wiggers Saturday, May 4, 2024 Image Credits: Tomohiro Ohsumi / Getty

When It Rains, It Pours ☔

Saturday, May 4, 2024

Why the umbrella's design can't be beat. Here's a version for your browser. Hunting for the end of the long tail • May 04, 2024 Hey there, Ernie here with a refreshed piece about umbrellas

🐍 New Python tutorials on Real Python

Saturday, May 4, 2024

Hey there, There's always something going on over at realpython.com as far as Python tutorials go. Here's what you may have missed this past week: Python's unittest: Writing Unit Tests for

Microsoft Outlook Flaw Exploited by Russia's APT28 to Hack Czech, German Entities

Saturday, May 4, 2024

THN Daily Updates Newsletter cover Webinar -- Data Security is Different at the Petabyte Scale Discover the secrets to securing fast-moving, massive data sets with insights from industry titans