query("SELECT name, company, occupation, relation, company_type, linkedin_url, created_at FROM attendees ORDER BY created_at DESC"); $attendees = $stmt->fetchAll(PDO::FETCH_ASSOC); // Fetch data for charts $company_type_stmt = $pdo->query("SELECT company_type, COUNT(*) as count FROM attendees WHERE company_type IS NOT NULL AND company_type != '' GROUP BY company_type"); $company_type_data = $company_type_stmt->fetchAll(PDO::FETCH_ASSOC); $relation_stmt = $pdo->query("SELECT relation, COUNT(*) as count FROM attendees WHERE relation IS NOT NULL AND relation != '' GROUP BY relation"); $relation_data = $relation_stmt->fetchAll(PDO::FETCH_ASSOC); } catch (PDOException $e) { // Silently fail for now, or log error } ?> Friends List - Belarusians Worldwide

Our Friends & Associates

A directory of the amazing people in the Belarusian tech community.

Back to Join the List

Community Insights

Name Company / Startup Occupation Company Type LinkedIn Relation Date Joined
No friends yet. Be the first to join!
View Profile