front-end

10 posts
Memory Leaks in JavaScript: How to Detect and Fix Them
front-end
members

Memory Leaks in JavaScript: How to Detect and Fix Them

In the world of JavaScript, performance bottlenecks can arise from many sources — but few are as sneaky and frustrating as memory leaks. They start small, build slowly, and can eventually bring your a
King
King
Simplify code sharing and project structure with NX for React developers.
front-end
members

Simplify code sharing and project structure with NX for React developers.

NX (https://nx.dev)is an open-source toolkit developed by Nrwl that helps you build and manage monorepos efficiently. It supports multiple frameworks like React, Angular, Node.js, NestJS, Next.js, and
Happy
5 VSCode settings that frontend devs usually skip (but really should know)
front-end
members

5 VSCode settings that frontend devs usually skip (but really should know)

Hey there, I’m a frontend dev, and today I just wanna share some VSCode settings that helped me code faster and cleaner. Some of them are small, but trust me, they make a big difference. A lot of devs
Neji
⚡ From 90s to 20s: How Parallel Pagination Transformed Our Frontend Performance
front-end
members

⚡ From 90s to 20s: How Parallel Pagination Transformed Our Frontend Performance

"Performance isn't just about optimizing backend queries. It starts with how the frontend chooses to fetch data." The Real-World Scenario In a recent project I joined — which had been in d
Nolan
React + OpenAPI: The Easiest Way to Handle APIs
front-end
members

React + OpenAPI: The Easiest Way to Handle APIs

OpenAPI and React – A match made in developer heaven! Introduction Let’s face it—writing code to interact with APIs can be tedious and error-prone. Without using tools, you’re stuck doing a lot of ma
Kaitou
Kaitou
Build your first simple image classifier with JavaScript
WEB
members

Build your first simple image classifier with JavaScript

In this article, I would like to present a simplest way to make your first application that could be used for image classification problem: detecting dog breed from an image. I. IntroductionLet's imag
Kingsley
TOP 5 reference websites for Japanese web design
WEB
members

TOP 5 reference websites for Japanese web design

01https://www.webdesignclip.com/ This is a website that allows users to consult web designs not only in Japan but also in the world, in addition, the site also synthesizes designs for landing pages an
KAN
Javascript: Spread Operator
WEB
members

Javascript: Spread Operator

What is Spread Operator? ES6 provided a new operator called spread operator that consists of three dots (...). The spread operator allows you to expand arguments for function calls, elements for array
Huska
JavaScript: var, let and const
WEB
members

JavaScript: var, let and const

I. IntroductionECMAScript6 (abbr. ES6) is the second major revision to JavaScript and also known as ECMAScript2015. This is a JavaScript standard meant to ensure the interoperability of web pages acro
Kingsley
Top recommended UI-controls for front-end developer
WEB
members

Top recommended UI-controls for front-end developer

1. Ant DesignHome page: https://ant.design/License: MITSuppported:ReactJS: https://ant.design/components/overview/Angular (2 or above): https://ng.ant.design/components/overview/enMobile viewport: htt
Niko
Niko