Web
Mobile
DevOps
Testing
Misc
Privacy Policy
Contact
from
SHIFT ASIA
Web
Mobile
DevOps
Testing
Misc
Contact Us
Neji
5 posts
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
Jun 9, 2025 | 3 min read
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
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
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
Oct 19, 2022 | 3 min read
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
Oct 18, 2022 | 2 min read
Load more posts