Niv's Blog
  • About Me
  • Resources
    Beautiful Jekyll Learn markdown
  • Author's home
  • Search
✕

    Niv Gal Waizer Blog


    Sharing the stuff I learn along the way
    • How to get started with jekyll in fedora/rhel

      Posted on July 14, 2022

      In order to publish this blog, I use Github pages feature, which advices to try and use Jekyll. So my first choice was to run a container. As the Readme suggested I ran: export JEKYLL_VERSION=3.8 podman run --volume="$PWD:/srv/jekyll:Z" --publish 127.0.0.1:4000:4000 jekyll/jekyll jekyll serve [Read More]
      Tags:
      • jekyll
    • Lessons learned in git workflow

      Posted on July 13, 2022

      Here I want to leave a note as to how I can save my commit history as well as present a single commit for PR reason. [Read More]
      Tags:
      • git
    • How to debug ginkgo code remotely using goland

      Posted on July 13, 2022

      I want to debug ginkgo code on a disconnected environment, which means I want to code my code to a remote host and run it from there. [Read More]
      Tags:
      • go
      • ginkgo
      • goland
    • How to write good go test code

      Posted on July 10, 2022

      Helper function errors If the helper function can not solve an error it encounters, it should return a meaningful error. [Read More]
      Tags:
      • go
      • ginkgo
      • goland
    • First Go public PR merged

      Posted on July 10, 2022

      While working on testing hardware-event-proxy I used Gofish. Now after my test was submitted, I wanted to give back and improve Gofish, so the events service will also work on other vendors like Dell and ZT systems, that do not follow the redfish spec on subscription and SubmitTestEvent. It took... [Read More]
      Tags:
      • go
      • redfish
    • ← Newer Posts
    • Older Posts →
    • Email me
    • GitHub
    • LinkedIn
    • Xing
    • StackOverflow

    Niv Gal Waizer  •  2023  •  Edit page

    Powered by Beautiful Jekyll