JavaScript Kicks - JSK Weekly - 31 January, 2024

While working on an angular component having multiple api’s to call to get the desired result we want to call them in parallel (just like we remember doing it with $q.all() from angular). Not to worry we have forkJoin from RxJs to do the job.

Use case: There are cases where we need to make multiple HTTP requests and we need to wait until we get the requests resolved from all the HTTP requests for rendering the view. That’s where we need some function which can make these calls parallel and give us array of observables in one place. Want to read more? Check out "Parallel calls in Angular like $q from AngularJs"

Other popular stories this week include "Building Reusable JavaScript Development Environments", "Logging like a lumberjack: crafting custom loggers in aurelia 2" and "Vite vs Create React App in 2024" on Bits and Pieces.

< style> @media only screen and (max-width: 599px){ .vote-button{ width:15% !important; } } @media only screen and (max-width: 599px){ .story-content{ width:85% !important; } }

Popular Stories recently curated by passionate community members

General

Implementing The Sidecar Pattern in a Microservices Based Application

Build loosely coupled microservices by offshoring cross cutting concerns onto a sidecar with the help of the sidecar pattern in microserv...

Bit


How to type fixed string value combinations with template literal types

Learn how to define TypeScript types for date strings or version numbers using template literal types....

stefan judis


5 Ways to Publish Multiple Packages in 2024

Leverage Bit, CI/CD Pipelines, Package Managers, Lerna or Yarn Workspaces to publish NPM Packages in 2024!...

Bit


JavaScript

3 Ways To Detect Circular Dependencies In JavaScript Projects

Leverage ESLint, GitHub Actions or Bit to detect circular dependencies in a JavaScript project...

Bit


Getting Started With Generators in JS

Generators in JavaScript are a powerful feature introduced in ECMAScript 2015 (ES6) that allows a function to yield multiple values over ...

In Plain English


Building Reusable JavaScript Development Environments

Building a reusable JavaScript development environment is a key practice for enhancing efficiency and maintaining consistency across proj...

JavaScript Kicks


Angular

Parallel calls in Angular like $q from AngularJs

While working on an angular component having multiple api's to call to get the desired result we want to call them in parallel (just like...

JavaScript Kicks


Creating Custom Library with Angular

While working in enterprise level projects we create a lot of common code which reduces considerable amount of extra lines. There are mul...

JavaScript Kicks


React

Vite vs Create React App in 2024

Vite offers support for multiple frameworks, instant hot reloading but yet has a bit more hands-on configuration to do than Create React ...

Bit


How to quickly spin up a basic forum with React Server

We added a basic community to the home page and wanted to share how you can quickly host your own forum with React Server. You can visit ...

JavaScript Kicks


Aurelia

Logging Like a Lumberjack: Crafting Custom Loggers in Aurelia 2 - I Like Kill Nerds

Once upon a console, in the deep, dark woods of an Aurelia 2 application, there was a developer who wanted to chop down the forest of con...

Dwayne Charrington


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 30, 2024

Tuesday, January 30, 2024

JSK Daily for Jan 30, 2024 View this email in your browser A community curated daily e-mail of JavaScript news 3 Ways To Detect Circular Dependencies In JavaScript Projects Leverage ESLint, GitHub

JSK Daily for Jan 29, 2024

Monday, January 29, 2024

JSK Daily for Jan 29, 2024 View this email in your browser A community curated daily e-mail of JavaScript news Vite vs Create React App in 2024 Vite offers support for multiple frameworks, instant hot

JSK Daily for Jan 25, 2024

Thursday, January 25, 2024

JSK Daily for Jan 25, 2024 View this email in your browser A community curated daily e-mail of JavaScript news Building Reusable JavaScript Development Environments Building a reusable JavaScript

JSK Daily for Jan 24, 2024

Wednesday, January 24, 2024

JSK Daily for Jan 24, 2024 View this email in your browser A community curated daily e-mail of JavaScript news Implementing The Sidecar Pattern in a Microservices Based Application Build loosely

JSK Weekly - 24 January, 2024

Wednesday, January 24, 2024

Jest is a batteries-included framework. Due to its fully-featured nature and large surface area, we can compare it to test runners (Mocha), assertion libraries (Chai, ShouldJS, power-assert, expect.js)

You Might Also Like

Healthy life, Meta's AI and legibility

Saturday, January 11, 2025

Neologism #25, 11.01.2024 ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Daily Coding Problem: Problem #1665 [Medium]

Saturday, January 11, 2025

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by LinkedIn. A wall consists of several rows of bricks of various integer lengths and

📊 Every Smartphone I've Ever Owned, Ranked — This Tiny Smart Remote Is the Most Exciting Thing at CES

Saturday, January 11, 2025

Also: 5 Android Notification Features to Make Your Day Easier, and More! How-To Geek Logo January 11, 2025 Did You Know On March 12, 1951, a curious thing happened. In the United States and the United

Ranked | The Top Grossing Movies Worldwide in 2024 🎬

Saturday, January 11, 2025

Established IP dominated the 2024 box office, with top films mostly being sequels, spin-offs, or franchise continuations. View Online | Subscribe | Download Our App FEATURED STORY Ranked: Top Grossing

📖 Your Step-by-Step Guide to Securing AI in the Enterprise

Saturday, January 11, 2025

January 11, 2025 | Read Online Subscribe | Advertise Good Morning. Welcome to this special edition of The Deep View, brought to you in collaboration with Tines. When it comes to adopting AI securely,

🐍 New Python tutorials on Real Python

Saturday, January 11, 2025

Hey there, There's always something going on over at Real Python as far as Python tutorials go. Here's what you may have missed this past week: Iterators and Iterables in Python: Run Efficient

Life Update: Me. In Shorts. In Antarctica [Pics Inside 🧊]

Saturday, January 11, 2025

And yes, I jumped in. It taught me a lot 😅 ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Google Researcher Uncovers Zero-Click Exploit Targeting Android Devices

Saturday, January 11, 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

📧 Working with LLMs in .NET using Microsoft.Extensions.AI

Saturday, January 11, 2025

​ Working with LLMs in .NET using Microsoft․Extensions․AI Read on: m​y website / Read time: 6 minutes The .NET Weekly is brought to you by: ​Transform your database performance with RavenDB​:

iOS Dev Weekly – Issue 694

Friday, January 10, 2025

Hopefully you won't see that much difference with receiving this issue, but it's ALL CHANGED behind the scenes! 😱 ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌