An open API service indexing awesome lists of open source software.

https://github.com/pmarkaide/42_hivemind_club

A repository to share resources from the Hivemind Club @ Hive Helsinki
https://github.com/pmarkaide/42_hivemind_club

Last synced: 4 months ago
JSON representation

A repository to share resources from the Hivemind Club @ Hive Helsinki

Awesome Lists containing this project

README

          


Hivemind logo

# The Hivemind Club
[Hive Helsinki](https://www.hive.fi/en/) coding school is based on peer-to-peer learning instead of traditional lesson-based pedagogy. Each student is encouraged to solve the projects through self-learning and discussion among students, but many good ideas and best practices are not shared among all the students due to time/social dynamic constraints.

The Hivemind Club's goal is to serve as a public forum to share the collective knowledge of Hive students and with that expand the range of tools known to solve programming problems.

# Implementation Camp


Implementation Camp

As projects get more complex, students develop many different ways to solve the same problems. With the Implementation Camp series, we will select remarkable implementations and compare their solutions.

## FDF
In our first Implementation Camp event (15.03.2024), our student presenters, David Horvath (@dhorvath) and Taavi Oramo (@toramo) guided us through their implementation and logic, detailing their approach to this project and demonstrating how they utilized the mlx library to render a 3-D landscape model. Repositories to their projects can be found here:
* [David's FDF project](https://github.com/daveekun/fdf_)
* [Taavi's FDF project](https://github.com/taoramo/fdf)