Introductory Meeting Agenda

Introductory Meeting Agenda

Agenda for Introductory Club Meeting 16.09.2024:

  1. Interactive Surveys & Hands-on Demos
  • Anonymous surveys to assess familiarity with SD tools/languages
  • Live demos of: • Command-line basics • Git overview • Sqlite3 quick intro • Golang hello world
  • Pointing to the resources where you can learn more about those tools
  1. Overview of Client-Server Architecture
  • General introduction and explanation of the client-server model
  1. Project Introduction & Architecture Walkthrough
  • Overview of the project we will be working on
  • Board drawings of the relations between each moving part in our system
  • Hands-on live coding session demonstrating how the client-server architecture is applied
  1. Joining Our Github & Mattermost Organizations
  • Guide on how to join and collaborate within our development platforms
  1. Development Environment Setup
  • Package managers run-down and choosing one for your platform
  • Compiling and running the golang server
  • Running the web-client
  • Running the android-client (time permitting)
  1. Sample Assignment Walkthrough (time permitting)
  • Going over a sample Github Issue
  • Creating a git branch addressing the Issue
  • Creating a merge request
Read more

Welcome message

Welcome message

Dear All, Thank you so much for joining, I’m astonished by the amount of you that got interested. You got the memo, we are building useful software, now here goes the how, when and why.

How?

Every semester we hold talks and decide on building some piece of software (or decide to extend the development time of the current one if it is not yet feature complete). GitHub is the main hub of our collaboration, there we host our project files and track the feature implementation statuses via Github Issues. I’d want to avoid the overly bureaucratic processes experienced in many software companies where before you even start your coding work, you need to file 10 Jira tickets. Github Issues is the ultimate source of truth, and we use individual issues for tracking progress and discussing the assignments. Furthermore, we make use GitHub Wikis to document project structure, development environment setup prerequisites, guides and certain code quirks. The idea of such organization is largely inspired by No Boilerplate’s video https://www.youtube.com/watch?v=WgV6M1LyfNY which seems to address most of the painpoints I experienced during my work as a software dev.

Read more