codelysticX

833 posts

codelysticX banner
codelysticX

codelysticX

@codelysticX

Frontend Dev Intern → turning real on-the-job problems into public lessons. React • JS • UI. Learning in public, one bug at a time.

Delhi, India Katılım Temmuz 2022
72 Takip Edilen132 Takipçiler
Sabitlenmiş Tweet
codelysticX
codelysticX@codelysticX·
Frontend dev from Delhi. A few months ago, I couldn’t explain concepts I use today. Can’t share everything I build at work — but I can share what building teaches me: • bugs I hit • “why?” moments • fixes & lessons A dev log. Real learning, no fluff. Follow along 👇
English
0
0
1
128
codelysticX
codelysticX@codelysticX·
@blinkitcares Just received Order #ORD72387932924 at 9:48 PM. The umbrellas are too small and completely unused, but the app has no return option and the chatbot closed the conversation. Please open a manual return ticket for a morning pickup.
English
2
0
0
30
codelysticX
codelysticX@codelysticX·
@blinkitcares Unable to attach images here as the DM doesn’t allow media. Please enable image sharing or provide an alternate way to share the pictures.
English
0
0
0
8
codelysticX
codelysticX@codelysticX·
90% of JavaScript beginners make this mistake 👇 They learn syntax… but don’t build projects. Real growth comes from: • Breaking things • Debugging errors • Building real apps Stop watching. Start building 🚀 #JavaScript #WebDev
English
0
0
0
31
codelysticX
codelysticX@codelysticX·
Most JavaScript developers don’t know these 🤯 • ?? instead of || • structuredClone() > JSON tricks • console.table() for debugging • Optional chaining ?. saves crashes Save this before you forget 🚀 #JavaScript #WebDev #100DaysOfCode
English
0
0
2
64
codelysticX
codelysticX@codelysticX·
Built an upload feature for my project 🚀 Users can now upload files using Cloudinary ☁️ Fast, secure, and scalable 💪 Challenge I faced: Handling large file uploads without slowing performance How would you optimize uploads in a real-world app? #WebDev #JavaScript #BuildInPublic
English
1
0
0
64
codelysticX
codelysticX@codelysticX·
Building Commerce Gyan Academy 🚀 Progress: Integrated Cloudinary for image & PDF uploads Question: What’s the best way to optimize Cloudinary storage & delivery for a growing ed-tech platform? 🤔 #WebDev #BuildInPublic #ReactJS #NodeJS #Cloudinary
English
0
0
0
75
codelysticX
codelysticX@codelysticX·
React hidden secrets 👇 • Keys = component identity • State isn’t always instant • useRef → no re-render • Re-render ≠ DOM update • Functions recreate every render • Context can slow apps Master JS = Master React 🚀 #ReactJS #WebDevelopment #JavaScript #Frontend #Coding
English
0
0
0
43
codelysticX
codelysticX@codelysticX·
React secret 👀 State isn’t instant. setCount(count + 1) ×3 → +1 ❌ setCount(prev => prev + 1) ×3 → +3 ✅ React schedules updates, not instant changes ⚡ #ReactJS #WebDev
English
1
0
1
32
codelysticX
codelysticX@codelysticX·
Progress update on my institute project 🚀 A few weeks into backend development and authentication for Student, Teacher & Admin panels is in place 🔐 Now building out student & teacher features step by step. Slowly turning ideas into a real system 💻🔥 #BuildInPublic #WebDev
English
0
0
0
33
codelysticX
codelysticX@codelysticX·
@JacobSobolev Using MERN stack with role-based architecture and modular APIs. Keeping it simple now, will scale with caching & indexing later
English
0
0
0
3
codelysticX
codelysticX@codelysticX·
🚀 Just started building my Commercial Academy project! Creating a platform to manage students, teachers, performance tracking & admin control — all in one place. Focused on real-world use, clean structure & scalability 💼 #BuildInPublic #WebDevelopment #FullStack
English
1
0
0
44