Skip to content
View devzom's full-sized avatar
:octocat:
Coding for life and fun
:octocat:
Coding for life and fun
Block or Report

Block or report devzom

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
devzom/README.md

Hi πŸ‘‹, I'm Jakub

Front-end developer with lots of full-stack JS related skills

  • πŸ”­ I’m currently working with: Vue/Nuxt 3 projects with SSR and NX workspaces

  • 🌱 also lot time spent with: Strapi, Contentful, Vuetify, Tailwind and TypeScript everywhere

  • πŸ‘¨β€πŸ’» All of my projects are available at Github, but most of them are on corporate repositories, which I can't share. ;)

  • πŸ“« How to reach me: send an email

  • πŸ“„ Know about my experiences: CV Resume

  • ⚑ Hobbies: I am a cyclist. who's like to take a tent and just go ahead without plan also landscapes photography, (I've been doing a lot of events photography professionaly).

Connect with me:

10900851 jzomerfeld jzomerfeld

Languages and Tools:

html5 css3 bootstrap cypress docker figma flutter git illustrator javascript mongodb mysql nodejs photoshop php Laravel logo postgresql sass vuejs Nuxt logo Cloudflare logo



Contributing:

Translation / documentation:

- BricskBuilder.io - WordPress page builder: Polish translation, bug reporting + documentation improvements
- Milki.app - study timer: Polish translation

Jakub Zomerfeld most used progamming languages Jakub Zomerfeld github  stats Jakub Zomerfeld Streak stats graphic

Jakub Zomerfeld reading list card

Pinned

  1. JS: Nuxt: Generate sitemap UserAgent... JS: Nuxt: Generate sitemap UserAgent based on provided array
    1
    /*
    2
      * @created: 18/12/2021
    3
      * @author Jakub [dev.zomerfeld@gmail.com]
    4
      * @summary Utils funtion to generate an array of
    5
      * UserAgents provided in structured schema
  2. webpack: itterate image files inside... webpack: itterate image files inside a assets folder (ex. Vue)
    1
    /* 
    2
    #You can utilize webpack's require.context() to list files in a given directory at compile time.
    3
    # https://webpack.js.org/guides/dependency-management/
    4
    */
    5
    
                  
  3. javascript: Function to compare diff... javascript: Function to compare different .env files
    1
    /*
    2
     * Created: 14/1/2022  by Jakub Zomerfeld / dev.zomerfeld@gmail.com
    3
     */
    4
    
                  
    5
    const fs = require('fs')
  4. docker: Check if Docker container ex... docker: Check if Docker container exist and delete it
    1
    # Goal of tghis script is to prompt for Docker container name, if it's skipped it will used infile defined name of container and then will search for specific container and delete it.
    2
    
                  
    3
    # Set container default name as variable
    4
    CONTAINER=testContainerName
    5