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

📧 Did you want this discount?

Thursday, March 6, 2025

​ Hey, it's Milan. I want to make sure you see this today because it may be gone this weekend: There are 29 coupons left to join Pragmatic REST APIs with 30% off. After that, the price goes back to

Tiny Type On Yellow Pages ☎️

Thursday, March 6, 2025

That time phone books got a font upgrade. Here's a version for your browser. Hunting for the end of the long tail • March 5, 2025 Tiny Type On Yellow Pages Why AT&T had to redesign its primary

Simplify Kotlin Error Handling

Thursday, March 6, 2025

View in browser 🔖 Articles Goodbye try-catch, Hello runCatching! Exception handling in Kotlin just got cleaner! This article explores how runCatching can replace traditional try-catch blocks, making

JSK Daily for Mar 5, 2025

Wednesday, March 5, 2025

JSK Daily for Mar 5, 2025 View this email in your browser A community curated daily e-mail of JavaScript news Unions and intersections of object types in TypeScript In this blog post, we explore what

Daily Coding Problem: Problem #1709 [Medium]

Wednesday, March 5, 2025

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Facebook. Given an array of integers, write a function to determine whether the array

How Swiss Tables make Go 1.24 faster

Wednesday, March 5, 2025

Plus a way to call external library functions without Cgo. | #​544 — March 5, 2025 Unsub | Web Version Together with pgAnalyze Go Weekly Faster Go Maps with Swiss Tables — One of Go's newest

Mapped | European Fertility Rates by Country 👶

Wednesday, March 5, 2025

The population replacement threshold is a fertility rate of 2.1. In 2025, all of Europe, except one small nation, is well below that level. View Online | Subscribe | Download Our App Invest in your

Trust in JS supply chain; sync vs. async code; JIT vulnerabilities; parseInt() and keycap emojis; V8

Wednesday, March 5, 2025

We have 10 links for you - the latest on JavaScript and tools Secure your JavaScript dependencies. socket.dev Sponsor Open source code makes up 90% of most codebases. Socket detects what traditional

The importance of flow state for developers

Wednesday, March 5, 2025

You are receiving this email because you subscribed to microservices.io. Considering migrating a monolith to microservices? Struggling with the microservice architecture? I can help: architecture

This beefy phone is a projector too 📽️

Wednesday, March 5, 2025

Biggest tech opps; How Firefox changed; Drone flying tips -- ZDNET ZDNET Tech Today - US March 5, 2025 GOTRAX 4 electric scooter A smartphone that's also a projector? I tested it, and it's