Neji

5 posts
Real-world performance tips for React apps (beyond memo and useCallback)
members

Real-world performance tips for React apps (beyond memo and useCallback)

Hey devs, You already know about React.memo and useCallback, right? Yeah, it’s nice to know them, but honestly… putting them everywhere won’t always make your app faster. Sometimes, it can even slow t
Neji
Initial setup to keep your Django project clean and scalable
members

Initial setup to keep your Django project clean and scalable

I’m a dev using Django for some projects. When I first started, I just used django-admin startproject and begin coding right away. But later I realize, if we don’t setup project structure from the beg
Neji
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
Serverless and its features
members

Serverless and its features

What is Serverless? Serverless literally means no-sever or can be defined as a serverless architecture, which is a new architectural approach. But to say an architecture without a server is not corre
Neji
Javascript You Need To Know For React
members

Javascript You Need To Know For React

Before learning React, we should master HTML, CSS, and the following knowledge in Javascript (in addition to the initial knowledge such as variables, loops, conditions,...) Arrow Functions Ternary Op
Neji