Nishant Raj
@NRaj_Developer
Followers
0
Following
18
Media
6
Statuses
14
Code + Curiosity = Growth! Art + Tech = Innovation! 🎓 https://t.co/N2SbLEsiHG in Computer Science & AI | NSUT, New Delhi
New Delhi, India
Joined September 2024
Spent 30 minutes debugging a Drizzle ORM connection — only to find the issue wasn’t in the code. Root cause: .env.local is only loaded by Next.js runtime, not by CLI tools like Drizzle, which need a plain .env cc: @nextjs @drizzleorm @neondatabase @leeerob #WebDevelopment
0
0
1
Struggled a bit with Tailwind’s "grid" system today...! A quick YouTube search led me to this amazing explanation by @basarat — crystal clear in just a few minutes..! Sharing in case it helps someone else too https://t.co/DzvrDNLTjv
#tailwind #Frontend #developer
1
1
4
Commands To Delete: Container: docker image rm <container_id> if container is running: image rm <container_id> -f Image: docker image rm <image_name> if image is running: image rm <image_name> -f
0
0
1
#DockerHandsOn ✅Learn to write Dockerfile ✅Created first image ✅Run my first Container ✅ Playing with docker delete command for image and container #docker #HandsOn #learning
1
0
2
#Day2 Explored and learned some basic commands of Docker. #CommandsILearned docker --version docker info docker images docker run <image_name> docker pull <image_name> docker ps docker ps -a docker stop <image_name> docker run -d <image_name> #docker #Kubernetes #Scaling
0
0
1
Circle Equation: Determines the boundaries of the eyeball. It ensures that the iris stays within the eyeball's perimeter, creating a realistic effect.
0
0
1
Line Equation (y = mx + c): Used to calculate the path between the cursor and eyeball center. This helps define the trajectory of the iris movement based on cursor position.
0
0
1
#DAY2 Eye Tracker #Animation Today, I learned how to create an eye-tracker animation! It was fascinating to discover how math plays a key role—using line equations, circle intersections, and quadratic solutions to calculate iris movement. Fun yet challenging! 🎯 #MathInTech
2
0
1
Day 1: Exploring Lottie Animations in @React Today, I delved into Lottie animations and successfully implemented them in React, all thanks to a helpful article (in the comment) This was my first time using #Codepen , impressive and simple to use! #Frontend #developer #day1
2
0
2