Web
Mobile
DevOps
Testing
Misc
Privacy Policy
Contact
from
SHIFT ASIA
Web
Mobile
DevOps
Testing
Misc
Contact Us
front-end
10 posts
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
Jun 9, 2025 | 2 min read
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
Jun 6, 2025 | 2 min read
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
Jun 5, 2025 | 2 min read
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
Jun 5, 2025 | 3 min read
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
May 12, 2025 | 6 min read
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
Nov 18, 2021 | 3 min read
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
Nov 17, 2021 | 2 min read
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
Nov 17, 2021 | 2 min read
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
Oct 20, 2021 | 3 min read
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
Jul 11, 2021 | 1 min read
Load more posts