Skip to content
View NatGra's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Block or report NatGra

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

Hi there ๐Ÿ‘‹

My name is Natalie

  • ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป I'm working as Software Engineer in the Automotive Industry.
  • โฎ๏ธ Previously worked as Electronics Technician.
  • ๐ŸŒˆ My pronouns are she/her.
  • โ˜• I'm mainly working with backend services in Java
  • ๐ŸŒฑ Curious about Go, Kubernetes, and DevOps topics

Talk to me

WonderWoman Gopher

๐Ÿ’ฌ Twitter

๐Ÿ’ผ LinkedIn

Pinned Loading

  1. dotfiles dotfiles Public

    Shell

  2. ruleparser ruleparser Public

    Java

  3. GoLang - Check if a (custom) struct ... GoLang - Check if a (custom) struct is empty
    1
    // Learing GoLang - Check if a (custom) struct is empty
    2
    //
    3
    // Possible data type
    4
    //  {
    5
    //      "type": "music",
  4. How to create wildcard certificates ... How to create wildcard certificates using config files
    1
    How to create a self-signed certificate request for a domain and all its subdomains with OpenSSL.
    2
    
                  
    3
    ## The configuration file
    4
    The `certificate.conf` can be used to create a configuration for a certificate. Its content can look as follows:
    5
    ```