Tanmay Kumar
@tanmayGamework
Followers
16
Following
171
Media
57
Statuses
132
Tanmay Kumar | Building SkullFall, a retro boomer shooter FPS. Wishlist it on Steam!
india
Joined August 2021
Character reveal using Unity Engine #unityengine #gamedev #indiedev #visualfx #madewithunity #unityprogramming #unitydesign
0
0
4
⚙️ 4. Online Utilities Canva — create quick visuals. https://t.co/lRMJsIvlRn — remove image backgrounds fast. Regex101 — test and debug your regex patterns.
0
0
0
🧰 3. Browser DevTools Inspect elements, debug CSS, check network requests, analyze performance — Chrome and Edge both shine here.
1
0
0
🎨 2. UI Tools Figma — perfect for quick mockups. Color Hunt — ready-made palettes. CSS Gradient — build gradients visually.
1
0
0
💡 1. VS Code Extensions Prettier — formats code automatically. Live Server — see your changes in real time. Thunder Client — test APIs without leaving VS Code.
2
0
0
🧵 Web Dev Tools That’ll Instantly Boost Your Productivity (Thread)
1
0
0
"Tanmay delivered a sleek, professional website that perfectly reflects our practice. The design is intuitive, mobile-friendly, and has made patient scheduling effortless. Excellent work!” – Dr. Rennaker, Comfort Dental East Mesa
0
0
0
Just launched the new site for Comfort Dental East Mesa – clean design, clear service outlines (cleanings, implants, sedation & more), easy “Request Appointment” flow, bilingual support (English/Spanish). Built to convert visitors into patients smoothly. https://t.co/p1Uuygtkr6
comfortdental.com
Comfort Dental provides high-quality dental care for families across the United States.
1
0
0
⚙️ The most used ones: useState() → for managing data (like likes, comments, etc.) useEffect() → for side effects (like fetching tweets from an API) useRef() → for directly accessing DOM elements (like focusing on an input box)
1
0
0
🧠 What are Hooks? Hooks let you use state and other React features without writing class components. Before Hooks, managing data or side effects meant long, complex code.
1
0
0
Let’s break down one of the most powerful ReactJS features — Hooks ⚛️ They changed how we write React forever. Here’s why developers love them 👇
1
0
0
ReactJS isn’t just tech — it’s how the modern web feels. Once you learn it, you’ll never see web development the same way again. #ReactJS #WebDev #JavaScript
0
0
1
💡 Learning tip: Start by building a simple To-Do app, then move on to a live Tweet Feed clone. You’ll understand React’s magic step by step.
1
0
1
🚀 Why it matters: Fast, modular, and scalable — React makes it easy to build apps that feel alive. That’s why every modern product — from startups to giants — trusts React.
1
0
1
🧩 6. Ecosystem React’s community is massive — libraries like Redux, React Router, and Tailwind integrate easily. Whatever you need, React’s ecosystem has it.
1
0
1
🔄 5. One-Way Data Flow React keeps data flow predictable — changes move in one direction, so debugging is simple. Perfect for apps where updates happen constantly, like social feeds.
1
0
1
🌐 4. JSX React uses JSX — HTML inside JavaScript. It makes your code clean, readable, and closer to how your UI looks in real life.
1
0
1