SEES Tech Hub

Navigate your tech career as a student.

Become a master at DSA, win hackathons, and build the ultimate portfolio to land your dream job in Big Tech before you graduate.

Alumni Network

Learn from UNILAG alumni thriving in Big Tech.

We frequently host exclusive talks and mentorship sessions. Hear directly from engineers who walked the exact same halls as you and are now building global products at the world's most demanding companies.

Explore upcoming talks
Bloomberg
Google
Meta
Bank of Scotland
Goldman Sachs
// Problem: Two Sum
function twoSum(nums, target) {
  const map = new Map();
  for (let i = 0; i < nums.length; i++) {
    const diff = target - nums[i];
    if (map.has(diff)) {
      return [map.get(diff), i];
    }
    map.set(nums[i], i);
  }
}

// Status: Accepted (Runtime: 52ms)
DSA Sprints

Stop grinding Leetcode alone.

Technical interviews are brutal. That's why we don't prepare in isolation. Join competitive DSA squads, race to solve algorithmic challenges, and get peer-reviewed feedback on your code.

Join the Arena
Hackathons & Builders

Form squads. Build products. Win.

The best resume is a shipped product. We organize intense, weekend-long building sprints where you collaborate with designers and developers to create real-world solutions.

The ultimate portfolio builder.

Stand out to recruiters by showing them what you've actually built. From idea to deployment, our hackathons force you to learn modern stacks and work in high-pressure environments.

  • Team formation & matching
  • Mentorship from senior students
  • Prizes and recognition
  • Resume-ready deployments
View Active Bounties

Project Nebula

1st Place

Built by Squad Alpha • React, Next.js, Supabase

The Builders

Meet the people behind the Hub.

Alex Johnson

Alex Johnson

Frontend Lead

Sarah Chen

Sarah Chen

Backend Engineer

David Okafor

David Okafor

Community Manager

Emma Wright

Emma Wright

UI/UX Designer

Michael Chang

Michael Chang

DevOps

Think you have what it takes to build the Hub?

Apply to Join Core