Developers' Club
Imagine
We operate the BIBS-C Network Hackathon . Join us and you could be part of the team that runs it.
Bringing together computer science enthusiasts to explore programming and bring creative ideas to life through cutting-edge technology.
About Our Club
Where passion meets innovation
Skill Development
Master Python, C++, Java, JavaScript and more through hands-on projects and workshops.
Real Projects
Build portfolio-worthy projects that solve real problems and showcase your abilities.
Our Mission
The Developers' Club brings together computer science enthusiasts of all skill levels to explore programming and bring creative ideas to life, with the perfect opportunity to welcome the upcoming generation of AI and its advancements into the world of development. Students develop practical skills in languages like Python, C/C++, Java, C#, and JavaScript while working on collaborative projects that build teamwork and communication abilities. Whether you're just starting out or already passionate about coding, this club provides the perfect environment to imagine, create, and innovate. 8th graders need to demonstrate excellent computer science skills to join.
// Welcome to Developers' Club
class DevelopersClub {
static createInnovation() {
const ideas = gatherCreativity();
const skills = learnTogether();
const projects = collaborate(ideas, skills);
return success(projects);
}
// Join us every Monday
static getClubMeeting() {
return {
day: "Monday",
time: "4:30-5:30PM",
grades: "G8-G12",
room: "N/A"
};
}
}// Welcome to Developers' Club
public class DevelopersClub {
public static Innovation createInnovation() {
Ideas ideas = gatherCreativity();
Skills skills = learnTogether();
Projects projects = collaborate(ideas, skills);
return success(projects);
}
// Join us every Monday
public static Meeting getClubMeeting() {
return new Meeting(
"Monday",
"4:30-5:30PM",
"G8-G12",
"N/A"
);
}
}# Welcome to Developers' Club
class DevelopersClub:
@staticmethod
def create_innovation():
ideas = gather_creativity()
skills = learn_together()
projects = collaborate(ideas, skills)
return success(projects)
# Join us every Monday
@staticmethod
def get_club_meeting():
return Meeting(
day="Monday",
time="4:30-5:30PM",
grades="G8-G12",
room="N/A"
)// Welcome to Developers' Club
public class DevelopersClub
{
public static Innovation CreateInnovation()
{
Ideas ideas = GatherCreativity();
Skills skills = LearnTogether();
Projects projects = Collaborate(ideas, skills);
return Success(projects);
}
// Join us every Monday
public static Meeting GetClubMeeting()
{
return new Meeting(
"Monday",
"4:30-5:30PM",
"G8-G12",
"N/A"
);
}
}/* Welcome to Developers' Club */
#include <stdio.h>
typedef struct {
const char* day;
const char* time;
const char* grades;
const char* room;
} Meeting;
Meeting get_club_meeting(void) {
Meeting m = {
"Monday",
"4:30-5:30PM",
"G8-G12",
"N/A"
};
return m;
}
int main(void) {
Meeting m = get_club_meeting();
printf("Join us every %s at %s\n", m.day, m.time);
return 0;
}// Welcome to Developers' Club
#include <iostream>
#include <string>
struct Meeting {
std::string day;
std::string time;
std::string grades;
std::string room;
};
Meeting getClubMeeting() {
return Meeting{
"Monday",
"4:30-5:30PM",
"G8-G12",
"N/A"
};
}
int main() {
Meeting m = getClubMeeting();
std::cout << "Join us every " << m.day << " at " << m.time << std::endl;
return 0;
}Club Details
Everything you need to know
Meeting Time
Every Monday
4:30-5:30 PM
Grades
G8-G12
Cost
No fees required
Free to join
Club ID
Computer Science
cs.developers
Weekly Schedule
Next Meeting
Monday 4:30-5:30 PM
Club Leadership
Meet the team behind the code
Michael Davison
Club Advisor
Cindy Cheng
Club Advisor
Featured Projects
What our members are building
BISZ Club Site
Yes, we literally built this site and all other club sites under www.biszweb.club .
Library Games
A game used for helping ECE and primary students learn how to use to school library.
Best of Basis Magazine platform
A magazine platform built for displaying Best of Basis Magazines.
DevConnect
A custom authentication system capable of replacing direct Microsoft OAuth2 usage, developed with Node.js Hono and Java SpringBoot.
General Moderation
A Python-based moderation system that uses local AI LLMs (will be deployed on our club's own server this year) and sets of complex yet extremely efficient algorithms to achieve extremely accurate yet fast moderation of messages for our clients to operate services or platforms that require content monitoring.
BISZ Barry
A chatbot developed with simple Node.js stacks to be potentially deployed in large student chats with BISZ students in them.
Basishacks(-r2)
The official website for the BIBS-C network hackathon developed with Vue + Nuxt.
n_body_sim
A high performance HTML/CSS/JS-based N-body simulation runnable in browsers with WebGPU support. View on GitHub
n_body_sim_pro
A C/C++ based high performance N-body simulation that is extremely optimized for performant CPUs.
Data Collection Platform
Helped build and maintain the database for data analysis used by classes that require data collection to train neural networks. For example, last year's Chinese handwritten digit recognition OCR project in Linear Algebra used this platform. Built with MATLAB, HTML/CSS/JS, and deployed on our club server under YGMssMGY .
More Projects
Check out our GitHub accounts for even more:
Previous Club Leaders:
Aaron Wang: Drasimov
Harry Liu: YGMssMGY
Current Club Leaders:
Eric: relizc
Richard: richie-rich90454
Official Accounts:
@biszdevelopers
@basishacks
Check Out Our Projects
Explore our official GitHub presence