; Aniket Saini
main.cpp

// Explore my work

/* About Me */

class AboutMe {
  private:
    string passion = "Problem Solving";
    int experience_years = fresher;
    bool loves_coding = true;

  public:
    string getDescription() {
      return "Passionate full-stack developer with a strong "
             "foundation in C++ and modern web technologies. "
             "I enjoy building efficient, scalable applications "
             "and solving complex algorithmic challenges.";
    }

    vector<string> getInterests() {
      return {
        "Data Structures & Algorithms",
        "C++ Programming",
        "Python Development",
        "Web Development",
        "Open Source Contribution"
      };
    }
};

I'm a dedicated developer who bridges the gap between low-level programming concepts and modern web development. My journey started with C++, which gave me a solid understanding of computer science fundamentals, and has evolved into full-stack web development using the MERN stack.

/* Featured Projects */

TeamCode Hub

A collaborative platform for developers to share code, manage projects, and work together seamlessly. Built with MERN stack and integrated with GitHub OAuth for secure authentication.

// GitHub OAuth Integration
const githubAuth = async (req, res) => {
  const { code } = req.query;
  const tokenResponse = await fetch(
    'https://github.com/login/oauth/access_token', {
    method: 'POST',
    headers: { 'Accept': 'application/json' },
    body: JSON.stringify({ client_id, client_secret, code })
  });
  return tokenResponse.json();
};
MongoDB Express.js React Node.js GitHub OAuth

SCACLUB

A modern club management system built with React and integrated with Google Apps Script for seamless data management. Features member registration and event management.

// Google Apps Script Integration
const submitToGoogleSheets = async (formData) => {
  const response = await fetch(GOOGLE_SCRIPT_URL, {
    method: 'POST',
    headers: { 'Content-Type': 'application/json' },
    body: JSON.stringify(formData)
  });
  return response.json();
};
React JavaScript Google Apps Script CSS3 Vercel

JAVI - AI Assistant

An intelligent desktop AI assistant built with Python and Tkinter GUI, powered by Google's Gemini API. Features voice recognition and natural language processing.

# Gemini AI Integration
import google.generativeai as genai

def get_ai_response(user_input):
    genai.configure(api_key=GEMINI_API_KEY)
    model = genai.GenerativeModel('gemini-pro')
    response = model.generate_content(user_input)
    return response.text
Python Tkinter Gemini API Speech Recognition NLP

/* Technical Skills */

// Programming Languages

C/C++ 90%
int main() { return 0; }
Python 90%
print('Hello World!')
Java 54%
public static void main(String[] args)
JavaScript 84%
console.log("Hello world");

// Frontend Technologies

React.js 88%
const [state, setState] = useState()
HTML5 99%
<div class="container"></div>
CSS 3 99%
.container { display: flex; }
Bootstrap 5 99%
<div class="container"></div>

// Backend & Database

Node.js 83%
app.listen(3000);
Express.js 80%
app.get('/api', (req, res) => {});
MySQL 80%
SELECT * FROM table;
MongoDB 80%
db.collection.find({})

// Tools & Technologies

Git 85%
git commit -m "message"
GitHub 90%
git push origin main
Linux 90%
ls -l

/* Get In Touch */

// Contact Information

Let's connect and discuss opportunities

struct ContactInfo {
  string email = "aniketsainikdl@gmail.com";
  string linkedin = "linkedin.com/in/saini-aniket";
  string github = "github.com/aniketsaini5";
  bool available_for_hire = true;
};

// Send Message

Drop me a line and I'll get back to you