JSK Weekly - 11 October, 2023

Looking at how the development process has changed over the past decade, it is imperative to understand the demand and quality expected from the developers themselves. The aspects of the code are heavily scrutinized due to the increase in performance, efficiency, and security requirements that are set forth into modern-day applications.

Over the years, JavaScript has been considered one of the most prevalent programming languages currently in use, with more than 60% of developers employing JavaScript as their go-to programming language. Check out "Top Code Review Practices for JavaScript" on Bits and Pieces for more.

<p>

Other popular stories this week include "Introducing the New React Image Editor" on Syncfusion, "Svelte v/s Vue: Which is the best frontend framework?" and "How to Solve date.getMinutes is not a Function in JavaScript".


General

A Deep Dive into Bit's Version Control: Maximizing Efficiency for Large Teams

Version controlling plays a part in any project you're a part of. You're bound to create new versions of your codebase every time you make changes or introduce new features, as this helps organize...

Authored by: Bit

Reflecting on Bun's big launch with Jarred Sumner, founder & CEO of Oven (JS Party #295)

Fresh off Bun's big 1.0 launch, Jarred Sumner goes one-on-one with Jerod to discuss the all-in-one JavaScript runtime that's captured the interest of many. We get into it all: what problem he's solving, how it's so fast, why no Windows support, answering the critics, the (not real) beef between Bun and Node, how the VC...

Authored by: JS Party

Why I stopped loving slashes in self closing tags

Specifically the [space] [slash] combo before the closing bracket: ` /`. I've had history with these particular two characters, but until recently that history...

Authored by: Remy Sharp


JavaScript

Effective Code Review Practices for JavaScript Projects

Looking at how the development process has changed over the past decade, it is imperative to understand the demand and quality expected from the developers themselves. The aspects of the code are...

Authored by: Bit

How to Solve date.getMinutes is not a Function in JavaScript

In this tutorial, we are going to learn about how to solve the TypeError: date.getMinutes is not a function in JavaScript. When we call a...

Authored by: Sai gowtham


Angular

Angular Lifecycle Hooks in Practice

Angular is one of the most popular front-end frameworks for building component-based robust web applications. A component in an Angular app has a lifecycle that goes through different phases, starting from its instantiation. Lifecycle hooks allow you to hook into those different phases as components are created, updated, and destroyed to gain more control over your application.

Authored by: Syncfusion


React

Introducing the New React Image Editor

The React Image Editor is a user interface that allows users to edit images. It provides a range of built-in features for rotating, flipping, zooming, and cropping images with predefined filters.

Authored by: Syncfusion


Vue

Svelte v/s Vue: Which is the best frontend framework?

The fierce battle between the frameworks in the tech industry continues. Earlier React, Angular and Ember were considered some of the best JavaScript frameworks but that's not the case anymore! Vue...

Authored by: Frontend Weekly





0 comments