Skip to content

Commit

Permalink
Add DJUG22 slides (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorbanzade authored Apr 14, 2022
1 parent f381d53 commit 12d00b8
Show file tree
Hide file tree
Showing 18 changed files with 2,780 additions and 7 deletions.
21 changes: 14 additions & 7 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,30 @@ Pejman is interested in problems related to the design and maintenance of softwa

## Upcoming Talks

### May 5, 2022

Chicago Java User Group

Continuous Regression Testing in Java

- [Registration Link](https://www.meetup.com/ChicagoJUG/)

## Previous Talks

> [Playlist of recorded talks on YouTube](https://www.youtube.com/playlist?list=PL5-_QXYHJoVR99sDXo56_EFaIY4TE5rYj)
### April 13, 2022

Denver Java User Group

Improving Developer Productivity through Continuous Regression Testing

- [Registration Link](https://www.meetup.com/DenverJavaUsersGroup/events/cpmtcqydcgbrb/)
- [YouTube LiveStream](https://www.youtube.com/watch?v=6LtgbTdUJEQ)
- [YouTube Video](https://www.youtube.com/watch?v=6LtgbTdUJEQ)
- [Slides](https://github.com/ghorbanzade/talks/releases/download/v22.4/slides-djug22-pejman.pdf)

[![Denver Java User Group](https://img.youtube.com/vi/6LtgbTdUJEQ/0.jpg)](https://www.youtube.com/watch?v=6LtgbTdUJEQ "Improving Developer Productivity through Continuous Regression Testing")

## Previous Talks

> [Playlist of recorded talks on YouTube](https://www.youtube.com/playlist?list=PL5-_QXYHJoVR99sDXo56_EFaIY4TE5rYj)
### April 6, 2022

Twin Cities Test Automation Group
Expand All @@ -41,8 +50,6 @@ Continuous Regression Testing, Benefits and Challenges

- [Registration Link](https://www.meetup.com/TC-TAG/events/284654695/)

[![Twin Cities Test Automation Group](assets/images/220406-tctag.png)](assets/images/220406-tctag.png "Twin Cities Test Automation Group")

### March 28, 2022

Prime Digital Academy Alumni
Expand Down
7 changes: 7 additions & 0 deletions slides/djug22/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
node_modules
.DS_Store
dist
*.local
index.html
.remote-assets
components.d.ts
2 changes: 2 additions & 0 deletions slides/djug22/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# for pnpm
shamefully-hoist=true
11 changes: 11 additions & 0 deletions slides/djug22/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Welcome to [Slidev](https://github.com/slidevjs/slidev)!

To start the slide show:

- `npm install`
- `npm run dev`
- visit http://localhost:3030

Edit the [slides.md](./slides.md) to see the changes.

Learn more about Slidev on [documentations](https://sli.dev/).
15 changes: 15 additions & 0 deletions slides/djug22/global-bottom.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<template>
<footer class="absolute bottom-0 py-4 px-8 w-full">
<div class="flex justify-between items-center text-blue-400 text-sm font-medium">
<a href="https://twitter.com/heypejman" target="_blank" title="Pejman on Twitter">
@heypejman
</a>
<div v-if="$slidev.nav.currentLayout !== 'cover'">
{{ $slidev.nav.currentPage }}
</div>
<a href="https://touca.io" target="_blank" title="Tocua Website">
touca.io
</a>
</div>
</footer>
</template>
4 changes: 4 additions & 0 deletions slides/djug22/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!-- ./index.html -->
<head>
<link rel="icon" type="image/png" href="/favicon.png" />
</head>
14 changes: 14 additions & 0 deletions slides/djug22/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"private": true,
"scripts": {
"build": "slidev build",
"dev": "slidev --open",
"export": "slidev export"
},
"dependencies": {
"@slidev/cli": "^0.28.10",
"@slidev/theme-default": "*",
"@slidev/theme-seriph": "*"
},
"name": "slidev"
}
Binary file added slides/djug22/public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/djug22/public/img/building-rotation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/djug22/public/img/developer-inner-loop.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/djug22/public/img/test-pyramid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added slides/djug22/public/img/tower.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 12d00b8

Please sign in to comment.