Skip to content
View matzar's full-sized avatar

Block or report matzar

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

Pinned Loading

  1. documentation documentation Public

    Forked from npm/documentation

    My contribution to the npm documentation for securing Docker builds with private npm modules

    JavaScript 1

  2. time-to-seconds time-to-seconds Public

    Non-strict format, time to seconds converter - npm package.

    JavaScript 3

  3. hdl-lang hdl-lang Public

    VS Code extension for Nand2Tetris course that provides HDL snippets and syntax highlighting.

    1 1

  4. ai-chatbot ai-chatbot Public

    AI chatbot built with Next.js and Vercel AI SDK

    TypeScript

  5. Multi-Stage Docker Build for Nx Angu... Multi-Stage Docker Build for Nx Angular Application with Node.js and Nginx
    1
    # Use a specific version of the official Node.js image based on the slim variant
    2
    FROM node:18.16.0-bullseye-slim AS build
    3
    
                  
    4
    # Set the working directory
    5
    WORKDIR /usr/src/app
  6. git bash aliases and functions to im... git bash aliases and functions to improve your workflow.
    1
    # Copy and paste the contents of this file to your .zshrc or .bash_profile file.
    2
    #
    3
    # Example use:
    4
    # to commit with only one letter go:
    5
    #