
Aashish Kumar lohra
@AashishLohra
Followers
40
Following
144
Media
83
Statuses
349
Pursuing IT Engineering @ BIT Sindri '26 | Chairperson @ Painting Wing | 3JS Developer | An Athlete | Graphic Designer
Dhanbad, Jharkhand
Joined January 2022
Just played with R3F, Three.js, and shaders to create this dynamic texture-mapped ribbon. β¨ Big thanks to Codrops for the amazing tutorials! #ThreeJS #R3F #React #WebDev #CreativeCoding
1
0
13
ποΈ Cozy vibes in 3D! Just wrapped up this isometric room scene in #Blender β complete with soft lighting, warm tones, and a touch of realism. Lighting: Area & Spot combo βοΈπ‘ Textures: Wood & fabric for that homely feel πͺ΅ποΈ #3DArt #Blender3D #IsometricDesign
0
0
2
Thrilled to start my journey as a Full Stack Developer Intern at Codeflare Labs from 10th Aug 2025 πExcited to learn, build, and grow! #FullStack #Internship #CodeflareLabs #WebDev
0
0
0
π Just built my first mini factory scene in #Blender! πβ¨ Playing with lighting, colors & that conveyor belt vibe π₯ #3DModeling #CyclesRender #MadeWithBlender
0
0
1
β¨ Just found an amazing list of top companies hiring 3D Web Developers! ππ From Epic Games, Meta, NVIDIA to Accenture & Trezi β roles range from Junior WebXR Dev β Metaverse Engineer πΌ
0
0
0
0
0
4
0
0
4
π Excited to announce the official launch of Painting Wingβs 3D website! ποΈ A creative space showcasing art, ideas, and imagination β made & designed by me and @mandal_nilesh27 with passion β€οΈ π Check it out: https://t.co/RximyXFC4m
#WebsiteLaunch #MadeWithLove #WebDesign
1
0
3
π Super excited to share that I've earned the 100 Days Badge 2024 on LeetCode! π Consistent coding, dedication, and growth over these 100+ days have been a rewarding journey. Grateful to be among the top 4.2% of LeetCoders worldwide! π₯ #LeetCode #100DaysOfCode #CodingJourney
0
0
2
π Day 60 of #365DaysOfCode Problem: Find the Middle of the Linked List βοΈ Learned: The two-pointer (slow and fast) technique is a powerful pattern for solving linked list problems. Adding a check for null conditions ensures robustness and prevents potential crashes.
0
0
0
π Day 59 of #365DaysOfCode π Remove Nth Node From End of List Used a dummy node to handle edge cases smoothly. Two-pointer technique is efficient for problems involving distances between nodes. Using a dummy node can simplify handling of corner cases in linked lists.
0
0
0
π Day 58 of #365DaysOfCode π Today, I tackled another linked list problem: Odd-Even Linked List! π§©π Reorganized the nodes by separating odd and even indexed elements, then merged them back together. The solution achieved 0ms runtime, beating 100% of other submissions! π
0
0
0
π Day 57 of #365DaysOfCodingDSA! ππ Solved the "Palindrome Linked List" problem. β
π Approach: 1οΈβ£ Reversed the second half of the linked list. 2οΈβ£ Compared the two halves to check for palindrome.
0
0
0
π Day 56 of #365DaysOfCodingDSA! π’π Solved the problem: "Count Nodes in a Loop in Linked List." β
π Approach: 1οΈβ£ Used Floyd's Cycle Detection algorithm (Tortoise and Hare). 2οΈβ£ Detected the loop, then counted the number of nodes in the cycle.
0
0
0
π Day 55 of #365DaysOfCodingDSA! ππ Solved a classic linked list problem: "Find the start of the cycle in a linked list." π π‘ Approach: 1οΈβ£ Detect the cycle using the two-pointer (Floyd's Tortoise and Hare) method. 2οΈβ£ Once detected, find the cycle's starting node.
0
0
0