Skip to content

Commit

Permalink
Merge pull request #52 from spankie/main
Browse files Browse the repository at this point in the history
add copresenter for Saturday 10:00am topic.
  • Loading branch information
james-kaguru authored Sep 18, 2024
2 parents 95ec340 + 7645ad2 commit 1f72dc6
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 197 deletions.
8 changes: 5 additions & 3 deletions frontend/src/utils/sessions.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {ISession} from "../components/SessionCard.tsx";
import { ISession } from "../components/SessionCard.tsx";

const SessionsList = (): Array<ISession> => {
return [
Expand Down Expand Up @@ -79,8 +79,8 @@ const SessionsList = (): Array<ISession> => {
title: 'Unveiling the Power of Interfaces: Go’s Secret Weapon',
room: 'Main Conference Hall, iHub',
description: "Interfaces are one of the most powerful and versatile features in Go, yet their true potential is often overlooked or underutilized. In this talk, we’ll unveil the secrets behind interfaces and demonstrate how to harness their full power to write more maintainable, testable, and flexible code. \n\n" +
"What You’ll Learn \n- Understand the fundamental principles of interface design in Go\n"+
"- Learn best practices for implementing interfaces effectively",
"What You’ll Learn \n- Understand the fundamental principles of interface design in Go\n" +
"- Learn best practices for implementing interfaces effectively",
level: "All attendees",
name: "Sammy Oina",
role: "S/W Engineer",
Expand Down Expand Up @@ -266,6 +266,8 @@ const SessionsList = (): Array<ISession> => {
level: "All attendees",
name: "Ufia Irene",
role: "S/W Engineer",
coPresenterName: "Orji Cecilia",
coPresenterRole: "S/W Engineer",
company: "",
titleDescription: "",
day: "19th"
Expand Down
Loading

0 comments on commit 1f72dc6

Please sign in to comment.