Skip to content
View acikgozb's full-sized avatar
🐧
rwxr-xr--
🐧
rwxr-xr--
Block or Report

Block or report acikgozb

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

Welcome to my Github profile. 👋

Hey there, glad to have you here.

Top Langs

Currently spending time on 🚀

  • Getting my hands even dirtier with Linux (networking) and Neovim (never gets old)

The technologies I spend most of my free time into 🤔
Linux Neovim AWS

Skills 🙌
  • Primary OS

    Linux
  • Primary Editor

    Neovim
  • Languages (scripting, general purpose, etc.)

    bash yaml Go C# TypeScript
  • Configuration Management & Testing

    Ansible Vagrant
  • Infrastructure as Code (IaC)

    AWS
  • Containerization

    Docker
  • CI/CD

    GithubActions Jenkins
  • Cloud Providers

    AWS
  • Version Control & Providers

    Git GitHub GitLab
  • Monitoring

    Grafana Datadog
  • Project Management

    Jira

Since I primarily focus on Devops, I did not list my frontend & backend related skills here.

Want to learn more? 🌞:
First of all, if I could keep you reading until here, thanks for taking time to check through.

How Do I Use My Github?

The main repositories for "showcasing" are the ones I pin on my main profile page. These repositories are the ones I pay attention the most, and keep updated as regular as possible.

To see what I've been up on infra related things, you can check those repositories.

The rest is mostly POC type repositories, where I loosen up things a little bit and play around certain concepts.


LinkedIn Badge

Pinned Loading

  1. dotfiles dotfiles Public

    Contains configurations mainly for Neovim.

    Lua

  2. tmux-window.sh tmux-window.sh
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    if [[ -z "$TMUX_PANE" ]]; then
    4
        echo "not in a tmux session"
    5
    fi
  3. tempgen.nvim tempgen.nvim Public

    Bootstrap your file the way you want.

    Lua 4