Skip to content

Commit ae1fb44

Browse files
DawidRyczkodawidry-bbreppinR1robinsonzimmermann
authored
Feature/New Meetups page (#154)
* Added a new meetups page with content --------- Co-authored-by: DawidRyczko <[email protected]> Co-authored-by: Wielki Byk <[email protected]> Co-authored-by: Robinson Zimmermann <[email protected]>
1 parent bf36282 commit ae1fb44

File tree

69 files changed

+2386
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+2386
-11
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: errata-ai/vale-action@reviewdog
1919
with:
2020
reporter: github-pr-check
21-
files: '${{ steps.get_changed_files.outputs.all }}'
21+
files: '${{ steps.get_changed_files.outputs.modified }}'
2222
fail_on_error: true
2323
env:
2424
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

.vale.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ StylesPath = .github/styles
22
MinAlertLevel = warning
33

44
[*.md]
5-
BasedOnStyles = Google, write-good
5+
BasedOnStyles = Google, write-good
6+
7+
[README.md]
8+
BasedOnStyles =

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Run the followig commands to install and run the application:
2323

2424
## Creating content
2525

26+
### Create blog post
27+
2628
To create a new post, run the following command to scaffold the structure:
2729

2830
```bash
@@ -39,6 +41,31 @@ Once scaffolded, you can edit your post in `content/posts/unpublished/{title}`
3941
4042
For guidelines on writing your post, please check the [next section](#content)
4143

44+
### Create a meetup post
45+
First, run this command to prepare the scaffolder:
46+
```bash
47+
npm run premeetup:new
48+
```
49+
Now you are ready to run this command to create new meetup post:
50+
```bash
51+
npm run meetup:new
52+
```
53+
Example question during the process:
54+
```aiignore
55+
? What's the title of the post? Some new meetup
56+
? Enter a short description to display on the landing page January 26, 2023 | Backbase office | AI, OpenAI
57+
? Enter some keywords related to your post (comma-separated) krakow, meetup, AI, OpenAI
58+
? In which of these categories your post fits best? meetups
59+
```
60+
The category is always fixed to `meetups`.
61+
The author is always fixed to `Backbase Meetups`
62+
63+
There will be two files created. You can fill the `post.md` with you content and replace `placeholder.webp` with your image.
64+
```
65+
CREATE content/posts/meetups/some-new-meetup/post.md (499 bytes)
66+
CREATE content/posts/meetups/some-new-meetup/assets/placeholder.webp (25720 bytes)
67+
```
68+
4269
---
4370

4471
The blog is served at http://localhost:4200

content/authors/authors.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,9 @@
114114
"Sriram Seshadri": {
115115
"avatar": "sriramg.png",
116116
"role": "Principal System Engineer - Customer Success"
117+
},
118+
"Backbase Meetups": {
119+
"avatar": "backbase.png",
120+
"role": "Meetup Organizer"
117121
}
118122
}

content/authors/avatars/backbase.png

15.1 KB
Loading
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Arduino Weather Station on Azure - IoT, Terraform, Azure, Programming
2+
3+
Event date: April 27, 2023 | Backbase office | Arduino, IoT, Azure
4+
5+
![](assets/placeholder.webp)
6+
7+
Authors: Backbase Meetups
8+
Date: 2023-04-01T06:41:26.235Z
9+
Category: meetups
10+
11+
tags: krakow, meetup, Arduino, IoT, Azure
12+
13+
---
14+
15+
## ✅ Book your spot
16+
17+
Join us for the next Backbase meetup where we speak not only about Tech
18+
19+
[Get your ticket](https://www.meetup.com/backbase-meetups/)
20+
21+
## Speakers & Topics
22+
23+
### [Mariusz Walania](https://www.linkedin.com/in/mariusz-walania-7a3a573/)
24+
**Topic:** "Arduino weather station on Azure - IoT, Terraform, Azure, Programming"
25+
26+
## Place and time
27+
28+
🗓️ Event Date: April 27, 2023
29+
30+
🕑 Time: 5:00 PM
31+
32+
📍 Location: Backbase Office, High 5ive Four, Pawia 21, 31-154 Kraków
33+
[See the map](https://maps.app.goo.gl/UWpwQ9zNaJBxPLEV9)
34+
35+
## Agenda
36+
37+
5:00 PM - 5:15 PM - Doors open, grab a drink
38+
39+
5:15 PM - 5:30 PM - Welcome
40+
41+
5:30 PM - 6:15 PM - Mariusz Walania | "Arduino weather station on Azure - IoT, Terraform, Azure, Programming" (in english)
42+
43+
6:15 PM - 7:00 PM - Networking, food&drinks
44+
45+
46+
[Get your ticket](https://www.meetup.com/backbase-meetups/)
Binary file not shown.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Challenges of Machine Learning
2+
3+
Event date: September 28, 2023 | Backbase office | Machine Learning
4+
5+
![](assets/placeholder.webp)
6+
7+
Authors: Backbase Meetups
8+
Date: 2023-10-01T07:09:11.368Z
9+
Category: meetups
10+
11+
tags: krakow, meetup, Machine Learning
12+
13+
---
14+
15+
## ✅ Book your spot
16+
17+
Join us for the next Backbase meetup where we speak not only about Tech
18+
19+
[Get your ticket](https://www.meetup.com/backbase-meetups/)
20+
21+
## Speakers & Topics
22+
23+
### [Sandra Jagiełło](https://www.linkedin.com/in/sandrajagiello/)
24+
**Topic:** "Challenges of machine learning"
25+
26+
## Place and time
27+
28+
🗓️ Event Date: September 28, 2023
29+
30+
🕑 Time: 5:00 PM
31+
32+
📍 Location: Backbase Office, High 5ive Four, Pawia 21, 31-154 Kraków
33+
[See the map](https://maps.app.goo.gl/UWpwQ9zNaJBxPLEV9)
34+
35+
## Agenda
36+
37+
5:00 PM - 5:15 PM - Doors open, grab a drink
38+
39+
5:15 PM - 5:30 PM - Welcome
40+
41+
5:30 PM - 6:15 PM - Sandra Jagiełło | "Challenges of machine learning" (in english)
42+
43+
6:15 PM - 7:00 PM - Networking, food&drinks
44+
45+
46+
[Get your ticket](https://www.meetup.com/backbase-meetups/)
Binary file not shown.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Easy Debugging in Playwright
2+
3+
Event date: March 30, 2023 | Backbase office | Playwright
4+
5+
![](assets/placeholder.webp)
6+
7+
Authors: Backbase Meetups
8+
Date: 2023-03-01T08:54:35.051Z
9+
Category: meetups
10+
11+
tags: krakow, meetup, Playwright, debugging
12+
13+
---
14+
15+
## ✅ Book your spot
16+
17+
Join us for the next Backbase meetup where we speak not only about Tech
18+
19+
[Get your ticket](https://www.meetup.com/backbase-meetups/)
20+
21+
## Speakers & Topics
22+
23+
### [Joanna Morgaś](https://www.linkedin.com/in/joanna-morgas/)
24+
**Topic:** "Easy debugging in Playwright"
25+
26+
Considering Software Quality in general there looms up the scary principle that the absence-of-errors in a software
27+
product is a fallacy. It just so happens that Playwright library provides some interesting utilities for error hunting
28+
in automated tests written in Playwright. Familiarising ourselves with these debugging tools can make finding bugs
29+
easier and faster. This talk is to discuss and present some of them.
30+
31+
## Place and time
32+
33+
🗓️ Event Date: March 30, 2023
34+
35+
🕑 Time: 5:00 PM
36+
37+
📍 Location: Backbase Office, High 5ive Four, Pawia 21, 31-154 Kraków
38+
[See the map](https://maps.app.goo.gl/UWpwQ9zNaJBxPLEV9)
39+
40+
## Agenda
41+
42+
5:00 PM - 5:15 PM - Doors open, grab a drink
43+
44+
5:15 PM - 6:00 PM - Joanna Morgaś | "Easy debugging in Playwright" (in english)
45+
46+
6:00 PM - 6:15 PM - Q&A
47+
48+
6:15 PM - 7:00 PM - Networking, food&drinks
49+
50+
[Get your ticket](https://www.meetup.com/backbase-meetups/)
Binary file not shown.
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# Friends of Figma x Backbase
2+
3+
Event date: January 23, 2025 | Backbase office | User Experience
4+
5+
![](assets/placeholder.webp)
6+
7+
Authors: Backbase Meetups
8+
Date: 2025-01-07T07:18:14.406Z
9+
Category: meetups
10+
11+
tags: krakow, meetup, UX
12+
13+
---
14+
15+
## ✅ Book your spot
16+
17+
Join us for the Friends of Figma event organized in collaboration with Backbase.
18+
19+
[Get your ticket](https://friends.figma.com/krakow/)
20+
21+
## Speakers & Topics
22+
23+
### [Phil Barrett](https://www.linkedin.com/in/philbuk/)
24+
"How to build your reputation, influence and impact as a real-world UX designer"
25+
26+
Figma is 70% of your job. The other 70% (yes, your job requires 140%) is about making sure design actually has an impact and makes your product better for customers. In this talk, I cover seven* practical principles you can follow to help make design (and yourself) indispensable in your organisation.
27+
28+
*\* May not actually be seven.*
29+
30+
#### BIO
31+
I’ve done a lot of things in the world of design, including working on the BBC’s first ever website, starting and selling the same UX consultancy twice, working in Africa for ages, becoming a Design Thinking facilitator for Deloitte consulting, leading design for a major bank, and being a product manager. He has tried to remember what he has learned along the way, so that he can share it with you.
32+
33+
---
34+
35+
### [Paulina Duźniak](https://pl.linkedin.com/in/paulina-duzniak/pl)
36+
"Good enough research—how to gather data without direct access to users"
37+
38+
39+
<!-- vale off -->
40+
In the world of B2B2B products, conducting user research can be uniquely challenging due to limited direct access to end-users. Join us to hear about our way to navigate these constraints by employing unconventional methods to gather insights.
41+
<!-- vale on -->
42+
#### BIO
43+
As a Senior UX Designer I am specializing in employee solutions at Backbase. My journey began in Graphic Design, where I contributed to diverse projects ranging from city wayfinding systems to packaging design. After several years in graphic design, I shifted my focus to user experience in the digital realm, primarily working on PaaS and SaaS solutions. I am deeply involved in every stage of the design process, from defining value and conducting research to crafting business requirements and delivering high-fidelity design.
44+
45+
## Place and time
46+
47+
🗓️ Event Date: January 23, 2025
48+
49+
🕑 Time: 6:00 PM
50+
51+
📍 Location: Backbase Office, High 5ive Four, Pawia 21, 31-154 Kraków
52+
[See the map](https://maps.app.goo.gl/UWpwQ9zNaJBxPLEV9)
53+
54+
## Agenda
55+
56+
6:00 PM - 6:30 PM - Doors open, grab a drink
57+
58+
6:30 PM - 6:45 PM - Welcome
59+
60+
6:45 PM - 7:20 PM - Phil Barrett | "How to build your reputation, influence and impact as a real-world UX designer" (in english)
61+
62+
7:25 PM - 8:00 PM - Paulina Duźniak | "Good enough research—how to gather data without direct access to users" (in english)
63+
64+
8:00 PM - 9:30 PM - Networking, food&drinks
65+
66+
[Get your ticket](https://friends.figma.com/krakow/)
Binary file not shown.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Generative AI Friend or Foe?
2+
3+
Event date: February 29, 2024 | Backbase office | AI
4+
5+
![](assets/placeholder.webp)
6+
7+
Authors: Backbase Meetups
8+
Date: 2024-02-01T07:15:19.654Z
9+
Category: meetups
10+
11+
tags: krakow, meetup, AI
12+
13+
---
14+
15+
## ✅ Book your spot
16+
17+
Join us for the next Backbase meetup where we speak not only about Tech
18+
19+
[Get your ticket](https://www.meetup.com/backbase-meetups/)
20+
21+
## Speakers & Topics
22+
23+
### [Tomasz Aleksandrowicz](https://www.linkedin.com/in/tomasz-aleksandrowicz-7757372/)
24+
**Topic:** "Generative AI Friend or Foe?"
25+
26+
## Place and time
27+
28+
🗓️ Event Date: February 29, 2024
29+
30+
🕑 Time: 4:00 PM
31+
32+
📍 Location: Backbase Office, High 5ive Four, Pawia 21, 31-154 Kraków
33+
[See the map](https://maps.app.goo.gl/UWpwQ9zNaJBxPLEV9)
34+
35+
## Agenda
36+
37+
4:00 PM - 4:15 PM - Doors open, grab a drink
38+
39+
4:15 PM - 4:30 PM - Welcome
40+
41+
4:30 PM - 5:15 PM - Brian Vlootman | "Generative AI Friend or Foe?" (in english)
42+
43+
5:15 PM - 7:00 PM - Networking, food&drinks
44+
45+
46+
[Get your ticket](https://www.meetup.com/backbase-meetups/)
Binary file not shown.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# GitHub Actions
2+
3+
Event date: February 23, 2023 | Backbase office | GitHub
4+
5+
![](assets/placeholder.webp)
6+
7+
Authors: Backbase Meetups
8+
Date: 2023-02-01T08:53:54.871Z
9+
Category: meetups
10+
11+
tags: krakow, meetup, Github, GitHub Actions
12+
13+
---
14+
15+
## ✅ Book your spot
16+
17+
Join us for the next Backbase meetup where we speak not only about Tech
18+
19+
[Get your ticket](https://www.meetup.com/backbase-meetups/)
20+
21+
## Speakers & Topics
22+
23+
### Oleksandr Aleksandrov (Backend Engineer, RnD)
24+
**Topic:** "GitHub Actions"
25+
26+
## Place and time
27+
28+
🗓️ Event Date: February 23, 2023
29+
30+
🕑 Time: 4:00 PM
31+
32+
📍 Location: Backbase Office, High 5ive Four, Pawia 21, 31-154 Kraków
33+
[See the map](https://maps.app.goo.gl/UWpwQ9zNaJBxPLEV9)
34+
35+
## Agenda
36+
37+
4:00 PM - 4:15 PM - Doors open, grab a drink
38+
39+
4:15 PM - 5:00 PM - Oleksandr Aleksandrov | "GitHub Actions" (in english)
40+
41+
5:00 PM - 6:00 PM - Networking, food&drinks
42+
43+
[Get your ticket](https://www.meetup.com/backbase-meetups/)

0 commit comments

Comments
 (0)