commit dedc22f4ee1d1b335f7308f02939eb2001e9ba91 Author: Puranjay Savar Mattas <68191388+psavarmattas@users.noreply.github.com> Date: Tue Dec 22 13:16:26 2020 +0530 first commit diff --git a/.github/workflows/blog-post-workflow.yml b/.github/workflows/blog-post-workflow.yml new file mode 100644 index 0000000..0d95f13 --- /dev/null +++ b/.github/workflows/blog-post-workflow.yml @@ -0,0 +1,14 @@ +name: Latest blog post workflow +on: + schedule: # Run workflow automatically + - cron: '0 * * * *' # Runs every hour, on the hour + workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the Github Actions Workflow page directly +jobs: + update-readme-with-blog: + name: Update this repo's README with latest blog posts + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: gautamkrishnar/blog-post-workflow@master + with: + feed_list: "https://psmforums.wordpress.com/blogs/feed/" \ No newline at end of file diff --git a/.github/workflows/youtube-workflow.yml b/.github/workflows/youtube-workflow.yml new file mode 100644 index 0000000..30f46e0 --- /dev/null +++ b/.github/workflows/youtube-workflow.yml @@ -0,0 +1,15 @@ +name: Latest Youtube Workflow +on: + schedule: # Run workflow automatically + - cron: '0 * * * *' # Runs every hour, on the hour + workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the Github Actions Workflow page directly +jobs: + update-readme-with-youtube: + name: Update this repo's README with latest youtube Videos + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: gautamkrishnar/blog-post-workflow@master + with: + comment_tag_name: "YOUTUBE" + feed_list: "https://www.youtube.com/feeds/videos.xml?channel_id=UCCLpoIOWWKOFe1s627GwAeQ" \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..266eeda --- /dev/null +++ b/README.md @@ -0,0 +1,92 @@ +### Hi there, I'm Puranjay Savar Mattas - aka [psavarmattas][website] šŸ‘‹ + +[![Website](https://img.shields.io/badge/Website-PSMForums-red?style=for-the-badge&logo=google)](https://psmforums.wordpress.com/) +[![Twitter Follow](https://img.shields.io/badge/Twitter-gamerleague69-blue?style=for-the-badge&logo=twitter)](https://twitter.com/gamerleague69) + +## I'm a Developer & Youtuber!! + +- šŸ”­ I have a YouTube Channel on: [learning how to code in a simple and easy manner!][youtube]! +- 🌱 I’m currently learning everything 🤣 +- šŸ‘Æ I’m looking to collaborate with other content creators +- šŸ„… 2021 Goals: Contribute more to Open Source projects +- ⚔ Fun fact: I am a avid listener. + + +### Connect with me: + +[PSMForums][website] +[gamerleague69 | YouTube][youtube] +[Gamerleague69 | Twitter][twitter] +[gamerleague69 | Instagram][instagram] + +
+ +### Languages and Tools: + +[Visual Studio Code][webdevplaylist] +[HTML5][webdevplaylist] +[CSS3][cssplaylist] +[Sass][cssplaylist] +[JavaScript][jsplaylist] +[React][reactplaylist] +[Gatsby][webdevplaylist] +[GraphQL][webdevplaylist] +[Node.js][webdevplaylist] +[Deno][webdevplaylist] +[SQL][webdevplaylist] +[MySQL][webdevplaylist] +[MongoDB][webdevplaylist] +[Git][webdevplaylist] +[GitHub][webdevplaylist] +[Terminal][webdevplaylist] + +
+
+ +--- + +### šŸ“ŗ Latest YouTube Videos + + + + +āž”ļø [more videos...](https://youtube.com/codestackr) + +--- + +### šŸ“• Latest Blog Posts + + + + +āž”ļø [more blog posts...](https://psmforums.wordpress.com/) + +--- + +
+:zap: Recent GitHub Activity + + +1. āŒ Closed PR [#14](https://github.com/psavarmattas/psavarmattas/pull/14) in [psavarmattas/psavarmattas](https://github.com/psavarmattas/psavarmattas) +2. šŸ—£ Commented on [#14](https://github.com/psavarmattas/psavarmattas/issues/14) in [psavarmattas/psavarmattas](https://github.com/psavarmattas/psavarmattas) +3. āŒ Closed PR [#7](https://github.com/psavarmattas/psavarmattas/pull/7) in [psavarmattas/psavarmattas](https://github.com/psavarmattas/psavarmattas) +4. šŸŽ‰ Merged PR [#6](https://github.com/psavarmattas/psavarmattas/pull/6) in [psavarmattas/psavarmattas](https://github.com/psavarmattas/psavarmattas) + + +
+ +
+:zap: GitHub Stats + +codeSTACKr's GitHub Stats + +
+ +[website]: https://psmforums.wordpress.com/ +[twitter]: https://twitter.com/gamerleague69 +[youtube]: https://youtube.com/codeSTACKr +[instagram]: https://instagram.com/gamerleague69 +[webdevplaylist]: https://www.youtube.com/playlist?list=PLkwxH9e_vrAJ0WbEsFA9W3I1W-g_BTsbt +[jsplaylist]: https://www.youtube.com/playlist?list=PLkwxH9e_vrALRJKu7wfXby3MKeflhTu6B +[cssplaylist]: https://www.youtube.com/playlist?list=PLkwxH9e_vrALSdvZuEh6gqQdmDoDIoqz4 +[reactplaylist]: https://www.youtube.com/playlist?list=PLkwxH9e_vrAK4TdffpxKY3QGyHCpxFcQ0 \ No newline at end of file diff --git a/psavarmattas.code-workspace b/psavarmattas.code-workspace new file mode 100644 index 0000000..362d7c2 --- /dev/null +++ b/psavarmattas.code-workspace @@ -0,0 +1,7 @@ +{ + "folders": [ + { + "path": "." + } + ] +} \ No newline at end of file