Skip to content
View cgnz0r's full-sized avatar
Block or Report

Block or report cgnz0r

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cgnz0r/README.md
  • πŸ‘‹ Hi, I’m @cgnz0r and it's my home account
  • πŸ’» Frontend Developer (a bit of backend)
  • πŸ“œ Stack Frontend:
    • ofc: HTML, SCSS, JS, TS
    • Frameworks: Vue 2, Vue 3, Nuxt, React, Next
    • Statemanagers: Vuex, Pinia, Redux
    • Legacy: jQuery, Knockout
    • Docker, Makefile, CI/CD, Webpack, Gulp
  • πŸ“œ Stack Backend:
    • NodeJS
    • ExpressJS
    • MongoDB
  • πŸ“« How to reach me: cgnz0r@gmail.com
  • πŸ“Œ My codewars: https://www.codewars.com/users/cgnz0r

Pinned Loading

  1. push-api-template push-api-template Public

    This template demonstrates how to work with the Push API in your PWA

    JavaScript

  2. vite: config.js instead of .env files vite: config.js instead of .env files
    1
    import { fileURLToPath } from "node:url";
    2
    import { defineConfig } from 'vite'
    3
    import { resolve } from 'path'
    4
    import { viteStaticCopy } from 'vite-plugin-static-copy'
    5
    import vue from '@vitejs/plugin-vue'