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

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

Full-stack software engineer, mostly JS/TS + loved frontend

  • πŸ”­ Currently working with: Nuxt3 and Next.js projects with SSR and NX workspaces

  • 🌱 Spent lot of time with technologies like: TypeScript, AWS, and CMS: Strapi, Payload, WordPress etc...

  • πŸ‘¨β€πŸ’» 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 on personal website

  • ⚑ Hobbies: I am a cyclist. Like to take a tent and just go ahead without plan. Professional landscapes and events photography.

Connect with me:

10900851 Instagram jzomerfeld

Languages and Tools:

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


Some stats:

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


Contributing:

Translation / documentation:


Pinned Loading

  1. JS: Nuxt: Generate sitemap UserAgent... JS: Nuxt: Generate sitemap UserAgent based on provided array
    1
    /*
    2
      * @created: 18/12/2021
    3
      * @author Jakub [[email protected]]
    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 / [email protected]
    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