diff --git a/.github/workflows/Todoist.yml b/.github/workflows/Todoist.yml deleted file mode 100644 index 870e9d2c..00000000 --- a/.github/workflows/Todoist.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Todoist Readme - -on: - workflow_dispatch: - schedule: - # Runs every minute - - cron: "* * * * *" - -jobs: - update-readme: - name: Update Todoist stats - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: abhisheknaiidu/todoist-readme@master - with: - TODOIST_API_KEY: ${{ secrets.TODOIST_API_KEY }} - PREMIUM: "" diff --git a/.github/workflows/blog-post-workflow.yml b/.github/workflows/blog-post-workflow.yml deleted file mode 100644 index d151252b..00000000 --- a/.github/workflows/blog-post-workflow.yml +++ /dev/null @@ -1,17 +0,0 @@ -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: - - name: Checkout - uses: actions/checkout@v2 - - name: Pull in dev.to posts - uses: gautamkrishnar/blog-post-workflow@master - with: - feed_list: "https://dev.to/feed/jasonprogrammer775" diff --git a/.github/workflows/daily.dev-bookmarks.yml b/.github/workflows/daily.dev-bookmarks.yml deleted file mode 100644 index d86d0fb5..00000000 --- a/.github/workflows/daily.dev-bookmarks.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: daily.dev Bookmarks -on: - schedule: - # Runs every hour - - cron: '0 * * * *' - workflow_dispatch: - -jobs: - daily-dev-bookmarks: - name: Update this repo's README with latest bookmarks from daily.dev - runs-on: 'node16' - steps: - - uses: actions/checkout@v3 - - uses: gautamkrishnar/blog-post-workflow@master - with: - comment_tag_name: "daily.dev BOOKMARKS" - feed_list: "" diff --git a/.github/workflows/hash.yml b/.github/workflows/hash.yml deleted file mode 100644 index b1a3b4b7..00000000 --- a/.github/workflows/hash.yml +++ /dev/null @@ -1,19 +0,0 @@ - -name: hash - -on: - # Run workflow automatically - schedule: - # Runs every hour, on the hour - - cron: '0 * * * *' - -jobs: - update-readme-with-blog: - name: Update this repo's README with latest blog posts - runs-on: Node.js 16 - steps: - - uses: actions/checkout@v2 - - uses: gautamkrishnar/blog-post-workflow@master - with: - # comma-separated list of RSS feed urls - feed_list: "https://hashnode.com/@programmer512/rss.xml" diff --git a/.github/workflows/hashnode.yml b/.github/workflows/hashnode.yml deleted file mode 100644 index 26f3e061..00000000 --- a/.github/workflows/hashnode.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: "📚 Blog Updater" - -on: - workflow_dispatch: - schedule: - - cron: '0 0 * * *' # Runs Every Day - -jobs: - update_blogs: - name: "Update Blogs" - runs-on: ubuntu-latest - steps: - - name: "📥 Fetching Repository Contents" - uses: actions/checkout@main - - - name: "📚 Hashnode Updater" - uses: "varunsridharan/action-hashnode-blog@main" - with: - USERNAME: 'programmer512' # Hashnode Username - COUNT: 10 # MAX Visisble - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 01867867..00000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: DevCard - -permissions: - contents: write - -on: - workflow_dispatch: - push: - branches: - - master - schedule: - - cron: "0 0 * * *" - -jobs: - devcard: - runs-on: ubuntu-latest - steps: - - name: devcard - uses: dailydotdev/action-devcard@2.3.1 - with: - devcard_id: ${{ secrets.DEVCARD_ID }} diff --git a/.github/workflows/platane/snk@master.yml b/.github/workflows/platane/snk@master.yml deleted file mode 100644 index 993fac90..00000000 --- a/.github/workflows/platane/snk@master.yml +++ /dev/null @@ -1,13 +0,0 @@ - -- uses: Platane/snk@master - with: - - github_user_name: ${{ github.jasonprogrammer775}} - - # path of the generated gif file - # If left empty, the gif file will not be generated - gif_out_path: dist/github-snake.gif - - # path of the generated svg file - # If left empty, the svg file will not be generated - svg_out_path: dist/github-snake.svg diff --git a/.github/workflows/rd.yml b/.github/workflows/rd.yml deleted file mode 100644 index 76605547..00000000 --- a/.github/workflows/rd.yml +++ /dev/null @@ -1,31 +0,0 @@ - - name: stack1 -on: - push: - branches: - - master - -jobs: - contrib-readme-job: - runs-on: Node.js 16 - name: A job to automate contrib in readme - steps: - - name: Contribute List - - - - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - - - - - - - profile_stack: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: gleich/profile_stack@master diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml deleted file mode 100644 index 6e45a7c2..00000000 --- a/.github/workflows/readme.yml +++ /dev/null @@ -1,18 +0,0 @@ - -name: README - -on: - schedule: - - cron: '*/30 * * * *' - workflow_dispatch: - -jobs: - build: - runs-on: Node.js 16 - name: Update this repo's README with recent activity - - steps: - - uses: actions/checkout@v2 - - uses: jamesgeorge007/github-activity-readme@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/snake.yml b/.github/workflows/snake.yml deleted file mode 100644 index 447806fd..00000000 --- a/.github/workflows/snake.yml +++ /dev/null @@ -1,54 +0,0 @@ -# GitHub Action for generating a contribution graph with a snake eating your contributions. - -name: Generate Snake - -# Controls when the action will run. This action runs every 6 hours. - -on: - schedule: - # every 6 hours - - cron: "0 */6 * * *" - -# This command allows us to run the Action automatically from the Actions tab. - workflow_dispatch: - -# The sequence of runs in this workflow: -jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - - # Checks repo under $GITHUB_WORKSHOP, so your job can access it - - uses: actions/checkout@v2 - - # Generates the snake - - uses: Platane/snk@master - id: snake-gif - with: - github_user_name: jasonprogrammer775 - # these next 2 lines generate the files on a branch called "output". This keeps the main branch from cluttering up. - gif_out_path: dist/github-contribution-grid-snake.gif - svg_out_path: dist/github-contribution-grid-snake.svg - - # show the status of the build. Makes it easier for debugging (if there's any issues). - - run: git status - - # Push the changes - - name: Push changes - uses: ad-m/github-push-action@master - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - branch: master - force: true - - - uses: crazy-max/ghaction-github-pages@v2.1.3 - with: - # the output branch we mentioned above - target_branch: output - build_dir: dist - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/stack.yml b/.github/workflows/stack.yml deleted file mode 100644 index b609307b..00000000 --- a/.github/workflows/stack.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: stack - -on: - push: - branches: - - main - -jobs: - profile_stack: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: gleich/profile_stack@master diff --git a/.github/workflows/stack1.yml b/.github/workflows/stack1.yml deleted file mode 100644 index d8d763a0..00000000 --- a/.github/workflows/stack1.yml +++ /dev/null @@ -1,18 +0,0 @@ - name: stack1 - logo: go - url: https://golang.org/ - color: '#7FD6EA' - projects: - - url: https://github.com/gleich/fgh - - url: https://github.com/gleich/gh_fsync - - url: https://github.com/gleich/nuke - - url: https://github.com/gleich/logoru - - url: https://github.com/gleich/statuser - - name: Python - logo: python - url: https://www.python.org/ - color: '#3C78A9' - projects: - - url: https://github.com/gleich/profile_stack - - url: https://github.com/gleich/Contribution-Hat diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml deleted file mode 100644 index 5237ade9..00000000 --- a/.github/workflows/update-readme.yml +++ /dev/null @@ -1,18 +0,0 @@ - - -name: Waka Readme - -on: - schedule: - # Runs at 12am IST - - cron: '30 18 * * *' - workflow_dispatch: -jobs: - update-readme: - name: Update Readme with Metrics - runs-on: ubuntu-latest - steps: - - uses: anmol098/waka-readme-stats@master - with: - WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} - GH_TOKEN: ${{ secrets.GH_TOKEN }} diff --git a/.github/workflows/youtube.yml b/.github/workflows/youtube.yml deleted file mode 100644 index c02fa7ef..00000000 --- a/.github/workflows/youtube.yml +++ /dev/null @@ -1,21 +0,0 @@ - - -name: Latest youtube workflow -on: - schedule: - # Runs every hour - - cron: "0 * * * *" - workflow_dispatch: - -jobs: - update-readme-with-youtube: - name: Update this repo's README with latest videos from youtube - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: khaosdoctor/blog-post-workflow@master - with: - comment_tag_name: "YOUTUBE" - - - feed_list: "https://www.youtube.com/feeds/videos.xml?channel_id=UC_oo74IhOQXVzXZy_buTVAw" diff --git a/README.md b/README.md deleted file mode 100644 index 396943e7..00000000 --- a/README.md +++ /dev/null @@ -1,157 +0,0 @@ - -

Hi i'm Jay

-

- - - - [![Typing SVG](https://readme-typing-svg.herokuapp.com?font=Pacifico&color=%23F729B1¢er=true&width=404&height=44&lines=Welcome+to+my+github+page.)](https://git.io/typing-svg) - - - - - - - -

A passionate Front-End Developer from The Netherlands

- -

About Me - - - - -

jasonprogrammer775

- -

jasonprogrammer775

- -

Jayprogrammer1

- - - - - - - - - - - - - - - -## My Latest Blog Posts 👇 - - -- [My First Blog on HashNode.](https://programmer512.hashnode.dev/my-first-blog-on-hashnode-ckvkkrdfm09tc7ls13qw29ew7) - - - - - -- [For-each over an array in JavaScript](https://dev.to/jasonprogrammer775/for-each-over-an-array-in-javascript-3a5j) -- [How can I remove a specific item from an array?](https://dev.to/jasonprogrammer775/how-can-i-remove-a-specific-item-from-an-array-2np2) -- [How do JavaScript closures work?](https://dev.to/jasonprogrammer775/how-do-javascript-closures-work-emo) -- [devops,](https://dev.to/jasonprogrammer775/devops-4dkc) - - - - - -- [Congratulations on deploying your Kubernetes app](https://www.youtube.com/watch?v=fQL8M2epD2o) -- [Set Up Next JS With Jest, React Testing Library and Playwright.](https://www.youtube.com/watch?v=o3kZ5Ntw8nw) -- [vs code](https://www.youtube.com/watch?v=9bQe8H6_rRs) -- [Mars 53738](https://www.youtube.com/watch?v=S7CRHwzTo1I) - - - -[![Latest blog post workflow](https://github.com/jasonprogrammer775/jasonprogrammer775/actions/workflows/blog-post-workflow.yml/badge.svg)](https://github.com/jasonprogrammer775/jasonprogrammer775/actions/workflows/blog-post-workflow.yml) -[![Latest youtube workflow](https://github.com/jasonprogrammer775/jasonprogrammer775/actions/workflows/youtube.yml/badge.svg)](https://github.com/jasonprogrammer775/jasonprogrammer775/actions/workflows/youtube.yml) - - - - - -

Connect with me

-

-jasonprogrammer775 -jason08496929 -https://www.instagram.com/jasonprogrammer91/ -(https://www.youtube.com/channel/UC_oo74IhOQXVzXZy_buTVAw -

-

Skills

Languages and Tools:

-

angular babel bootstrap css3 cypress electron firebase gulp html5 jasmine javascript jekyll jest mongodb mysql nodejs php postgresql puppeteer react reactnative sass selenium tailwind typescript unity vuejs webpack

- -

jasonprogrammer775

- -

 jasonprogrammer775

- -

jasonprogrammer775

- - -Jay's Dev Card - - -![MyAwesomeWebDevStack](https://awesome-stack.glitch.me/api/v1/cards?name=Borrus-sudo&repos=jsgandalf,vue-generator-graph,awesome-stack&theme=radical) - - -![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=jasonprogrammer775&show_icons=true&theme=radical) - - - -1. 🎉 Merged PR [#2](https://github.com/jasonprogrammer775/jwebsite/pull/2) in [jasonprogrammer775/jwebsite](https://github.com/jasonprogrammer775/jwebsite) - - -2. 💪 Opened PR [#2](https://github.com/jasonprogrammer775/jwebsite/pull/2) in [jasonprogrammer775/jwebsite](https://github.com/jasonprogrammer775/jwebsite) - -3. ❌ Closed PR [#1](https://github.com/jasonprogrammer775/jwebsite/pull/1) in [jasonprogrammer775/jwebsite](https://github.com/jasonprogrammer775/jwebsite) - - - -4. 💪 Opened PR [#1](https://github.com/jasonprogrammer775/jwebsite/pull/1) in [jasonprogrammer775/jwebsite](https://github.com/jasonprogrammer775/jwebsite) - - -
- -[![Generate Snake](https://github.com/jasonprogrammer775/jasonprogrammer775/actions/workflows/snake.yml/badge.svg)](https://github.com/jasonprogrammer775/jasonprogrammer775/actions/workflows/snake.yml) - - - - - - - - -# Todoist Stats - - -🏆 250 Karma Points -🌸 Completed 0 tasks today -✅ Completed 6 tasks so far -⏳ Longest streak is 1 days - - -[![Todoist Readme](https://github.com/jasonprogrammer775/jasonprogrammer775/actions/workflows/Todoist.yml/badge.svg)](https://github.com/jasonprogrammer775/jasonprogrammer775/actions/workflows/Todoist.yml) - - - - -[![Waka Readme](https://github.com/jasonprogrammer775/jasonprogrammer775/actions/workflows/update-readme.yml/badge.svg)](https://github.com/jasonprogrammer775/jasonprogrammer775/actions/workflows/update-readme.yml) - - - -![Alt text](https://spotify-recently-played-readme.vercel.app/api?user=obbdz2ykyr52jumqi5lq1zp0c&unique={true|1|on|yes}) -
- - - -
- - -
- -[![spotify-github-profile](https://spotify-github-profile.vercel.app/api/view?uid=obbdz2ykyr52jumqi5lq1zp0c&cover_image=true&theme=default)](https://github.com/kittinan/spotify-github-profile) - -
- - - diff --git a/devcard.svg b/devcard.svg deleted file mode 100644 index d91b68ae..00000000 --- a/devcard.svg +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - , - - , - - , - - , - - - - - Favorite publications - - - - - - - - - - Javascript - - - 37 - - , - - - - - - React - - - 30 - - , - - - - - - Github - - - 23 - - , - - - - - - Webdev - - - 23 - - - - - - 1.8K - - - Articles read - - - - - - - - - - @jasonprogrammer - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/github-contribution-grid-snake.gif b/github-contribution-grid-snake.gif new file mode 100644 index 00000000..6b38459f Binary files /dev/null and b/github-contribution-grid-snake.gif differ diff --git a/github-contribution-grid-snake.svg b/github-contribution-grid-snake.svg new file mode 100644 index 00000000..6b96bdab --- /dev/null +++ b/github-contribution-grid-snake.svg @@ -0,0 +1 @@ +Generated with https://github.com/Platane/snk \ No newline at end of file