JavaScript Kicks - JSK Daily for Feb 17, 2022

JSK Daily for Feb 17, 2022 View this email in your browser

A community curated daily e-mail of JavaScript news



Going Further With TypeScript - Part 1: Mapped Types

TypeScript's type system is advanced and sometimes feels like magic. One of it's features is "mapped types" which allow you to create types based on other types. This article is an introduction to mapped types and demonstrates how to create a new "Prefix" and "Suffix" utility ...

Lloyd




Node.js Event Loop: Not So Single-Threaded

You all know this or a similar sentence: Node.js is a single-threaded non-blocking asynchronous concurrent runtime environment. But what if I tell you, actually it's not? Surprised? Well, that's where people might argue about, and that's great....

Bit




Build a Simple API in TypeScript with Nest.js

As you might know, I work with Nest.js since 2018 when I had to rewrite the backend at my former company Karzo. Back then, I wondered why it has only ~6k stars on Github since it's such a game-changer in the Node.js universe....

Bit




The 'if-else' Conditional Statement in JavaScript

Bill Gates's once said, "Computer programming is calculation of math and making decision with if..else". And it is hard to argue with that statement, and why not. Because deep down this is what programming is all about. If you are new to this programming world, consider going ...

Sarvesh Prajapati




What Is a React Component? - Upmostly

You've started learning React and heard of something called React component. So what's a React component? React is a library that lets us split our UI into re-usable parts; these parts are called React components. The key to understanding React is to understand how we can use ...

Upmostly




New Ways of Working with AST

Hi folks! New day, new article 😄! If you want to iterate over objects searching for a property with a key, operator.getProperty() is what you need. Let's suppose you have an object: Here is how you can remove property with a name test: import {operate} from 'putout';const tes...

coderaiser




Stop worrying about JavaScript frameworks with Sasha Shynkevich on Web Rush #171

Sasha Shynkevich talks with us about how to pick a JavaScript framework, and stop worrying about if you're picking the right JavaScript framework, how to find a community to learn with, and how to know what's good and what's not?...

John Papa




How to Get an Accurate setInterval in JavaScript

As we know, setTimeout means to run the script after the minimum threshold (MS unit), and setInterval means to continuously execute a specified script with the minimum threshold value period. Note that I use the term minimum threshold here because it is not always accurate....

JavaScript In Plain English




Understand the JavaScript Execution Mechanism Thoroughly This Time

The purpose of this article is to make sure that you understand JavaScript execution thoroughly, and if you don't understand it by the end of this article, you can beat me up....

chao huang




Understand the Proxy Object in JavaScript

I discovered the JavaScript Proxy object a while ago and I found it super helpful in a lot of situations, so I decided to write about it. First question, what is the Proxy object? The Proxy object enables you to create a proxy for another object, which can intercept and redefi...

JavaScript In Plain English




Unique Project Ideas to Improve Your React Skills

What does a programmer want after learning a new language/framework? Practice and projects, right? So, I'm going to tell you some unique projects you can make to practice and improve your React Skills. At the end of each project, I have added a section where I'll tell you how ...

Jashan Mago




Email Cypress Test Report

Email Cypress test results using cypress-email-results plugin. Sometimes you run the Cypress end-to-end tests on CI and want to be notified quickly if something has failed. Most CIs can be configured to send you an email on test job failure, but they do not send detailed infor...

Gleb Bahmutov


Copyright © 2022 Dotnetkicks, LLC, All rights reserved.
You signed up on JSK. These emails are configurable on your account page, or using links at the bottom of each email.

Our mailing address is:
Dotnetkicks, LLC
PO Box 45087
Seattle, WA 98145

Add us to your address book


Want to change how you receive these emails?
You can update your preferences or unsubscribe from this list

Older messages

JSK Daily for Feb 16, 2022

Wednesday, February 16, 2022

JSK Daily for Feb 16, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Going Further With TypeScript - Part 1: Mapped Types TypeScript's type system is

JSK Weekly - February 16, 2022

Wednesday, February 16, 2022

It's the month of love! At least it's supposed to be. Many of quite torn on the topic. So in that spirit, let's kick this week off with a bit of both! Check out Daniel Rotter's "

JSK Daily for Feb 15, 2022

Tuesday, February 15, 2022

JSK Daily for Feb 15, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Top 10 Features in Angular 13 Every Developer Should Know Angular 13, the latest version

JSK Daily for Feb 14, 2022

Monday, February 14, 2022

JSK Daily for Feb 14, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Top 10 Features in Angular 13 Every Developer Should Know Angular 13, the latest version

JSK Daily for Feb 8, 2022

Tuesday, February 8, 2022

JSK Daily for Feb 8, 2022 View this email in your browser A community curated daily e-mail of JavaScript news Everything You Should Know About React 18 React is an open-source, JavaScript front-end

You Might Also Like

Tuesday Triage #200 and giveaway

Tuesday, May 14, 2024

Your weekly crème de la crème of the Internet is here! The 200th edition featuring annual subscriptions giveaway, thoughts on nearly four years of ... ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

🎮 How AI Tools Are Changing Game Development — Grab a Pixel 8a Instead of Waiting for Pixel 9

Tuesday, May 14, 2024

Also: Sharing Your Google Maps Trip Progress, and More! How-To Geek Logo May 14, 2024 Did You Know In a bid to keep the ingredients secret, WD-40 was never patented. 🤖 The New GPT It's Tuesday!

Meta shuts down Workplace

Tuesday, May 14, 2024

Plus: Everything that happened at Google I/O and AWS CEO steps down View this email online in your browser By Christine Hall Tuesday, May 14, 2024 Hello, and welcome back to TechCrunch PM. The team

Flattening Lists of Lists, Python 3.13, Sets, and More

Tuesday, May 14, 2024

Flattening a List of Lists in Python #629 – MAY 14, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo Flattening a List of Lists in Python In this video course, you'll learn how to flatten a list

Daily Coding Problem: Problem #1441 [Easy]

Tuesday, May 14, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. UTF-8 is a character encoding that maps each symbol to one, two, three, or four

Noonification: 3 Quick Ways to Optimize RecyclerView

Tuesday, May 14, 2024

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

Using 97 fewer cores thanks to PGO

Tuesday, May 14, 2024

Plus an HNSW indexed vector store library, a new Go game hits the Steam store, and is 'ok' ok?. | #​507 — May 14, 2024 Unsub | Web Version Together with Stytch logo Go Weekly Reclaiming CPU for

Ranked | The Top 6 Economies by Share of Global GDP (1980-2024) 📈

Tuesday, May 14, 2024

Gain a unique perspective on the world's economic order from this graphic showing percentage share of global GDP over time. View Online | Subscribe Presented by: Data that drives the

Free online event this Thursday: Getting ahead with time series data

Tuesday, May 14, 2024

Free Online Event Do you know how your competitors use time series data to get ahead? Join us on Thursday, May 16 at 10am PT/1pm ET for a free, hour-long online fireside chat called “Unleash the Full

Here's the deal

Tuesday, May 14, 2024

We wanted you to be among the first to know about our plans to relaunch the Gigantic training courses that Product Collective now powers! Here's the deal: From May 20th - May 31st, anybody that