Full Stack Developer specializing in MERN stack technologies like React.js, Node.js, JavaScript, and MongoDB. Passionate about developing scalable web applications and optimizing user experiences. Committed to driving innovation and practical problem-solving in software development.
Connect with Me
- LinkedIn: Rohit Sampannavar
- GitHub: imrohitsampannavar45
- Portfolio: Rohit's Portfolio
- X.com: Rohit Sampannavar
- Naukri: Rohit Sampannavar
Resume
Skills
- Frontend: React.js, HTML, CSS, JavaScript, Tailwind CSS
- Backend: Node.js, Express
- Databases: MongoDB, SQL
- Cloud Platforms: AWS, Oracle Cloud
- Other Technologies: Docker, Jenkins, Git, Firebase
Projects
- Food Delivery App: Developed using React.js, Node.js, and MongoDB.
- Spotify Clone: Created with React.js and Tailwind CSS, featuring options to play and pause music.
- Blogger App: Built with Next.js.
- Chat Application: Implemented with React.js, CSS, and Firebase, allowing text messaging, image sharing, and friend management.
- Ecommerce Clothing Website: Features sorting, filters, cart functionality, order tracking, and various payment methods, built using React.js, Node.js, Express, and MongoDB.
- Gesture Volume Control Recognition: A Computer Vision project using OpenCV and MediaPipe.
Java
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Rohit Sampannavar");
}
}
JavaScript
console.log("Rohit Sampannavar")
C Programming
#include<stdio.h>
int main()
{
printf("Hello I am Rohit Sampannvar");
}
C++
#include<iostream.h>
use namespace std;
int main(){
cout<<"Hello I am Rohit Sampannavar"<<endl;
}
Go
package main
import "fmt"
func main() {
fmt.Println("Hello, I am Rohit Sampannavar")
}
Rust
fn main() {
println!("Hello, I am Rohit Sampannavar");
}
C#
using System;
class Program {
static void Main() {
Console.WriteLine("Hello, I am Rohit Sampannavar");
}
}