Skip to content

Commit

Permalink
Merge pull request #14 from raczmirko/feature/new-resources
Browse files Browse the repository at this point in the history
feat: added new resources
  • Loading branch information
raczmirko authored Jul 27, 2024
2 parents b50a0f8 + 753ac7c commit 1a242c6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/assets/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,19 @@
"Name": "Transactional: controller vs. service?",
"Link": "https://stackoverflow.com/questions/4462785/transactional-controller-vs-service",
"Description": "Where to use the @Transactional annotation in Spring? In the Controller or the Service?"
},
{
"Category": "GitHub Pages",
"Language": "EN",
"Name": "Automatic deploy via gh-pages",
"Link": "https://www.npmjs.com/package/gh-pages",
"Description": "Automatic deployments of a branch to GitHub Pages via the gh-pages command."
},
{
"Category": "Git",
"Language": "EN",
"Name": "Git Branch Naming Convention",
"Link": "https://dev.to/couchcamote/git-branching-name-convention-cch",
"Description": "How should git branches be called?"
}
]

0 comments on commit 1a242c6

Please sign in to comment.