Skip to content

Commit

Permalink
Add publications
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragonwolf committed Dec 13, 2023
1 parent 200cd9c commit c632d30
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion src/resume.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,29 @@
"endDate": "2008"
}
],
"publications": [],
"publications": [
{
"name": "A Docker-Compose PHP Environment From Scratch",
"url": "https://x-team.com/blog/docker-compose-php-environment-from-scratch",
"releaseDate": "2018-07-05",
"publisher": "X-Team",
"summary": "In this tutorial, I go through the process of setting up a Docker cluster-based environment for PHP development using Docker-Compose. The cluster includes nodes for Nginx, php-fpm, and MariaDB."
},
{
"name": "Effective Communication While Freelancing",
"url": "https://gun.io/guest-posts/2019/12/effective-communication-while-freelancing",
"releaseDate": "2019-12-13",
"publisher": "Gun.io",
"summary": "In this article, I discuss establishing and maintaining an effective line of communication with clients."
},
{
"name": "From Git To Github - An Introduction to Version-Controlled and Collaborative Development",
"url": "https://talks.shaunagordon.com/git-to-github",
"releaseDate": "2021-02",
"publisher": "Women In Analytics",
"summary": "This talk and live tutorial provided attendees a crash course in enough Git and Github to get them up and running in open source contribution."
}
],
"skills": [
{
"name": "PHP",
Expand Down

0 comments on commit c632d30

Please sign in to comment.