Giter Site home page Giter Site logo

Hi, I'm be99inner

sleepy cat

Hello, welcome to my world. Let's push this world to move slowly. Haha, Just kidding.

About me

lick cat

Let's see some more about me with my style.

package main

type person struct {
    Name          string
    Gendre        string
    Work          string
    Hobbie        []string
    Tools         []string
    Programmings  []string
}

func NewPerson() *person {
    me := person{}
    me.Name = "Anurak Jannawan"
    me.Gendre = "Male"
    me.Work = "DevOps Engineer"
    me.Hobbie = []string{"Books", "Listen Music", "Travel"}
    me.Tools = []string{"Terraform", "Ansible", "Docker", "Kubernetes"}
    me.Programmings = []string{"Golang", "Python", "C"}
    return &me
}

func main() {
    be99inner := NewPerson()
}

AKA

excited cat

Why's it be99inner? ๐Ÿง Typo? Nah. ๐Ÿคจ It's stand for big and beginner in the same time. ๐Ÿคช be(9)9inner.

What do I need?

cute dance cat

I love to learn new tech. I'm happy if you can guide me for a new interesting tech. ( Issue for me plz )

Time Tracking with Code

Github

github stats

Wakatime

Time tracking of Wakatime is included with private contribution (Github + Gitlab).

code stats

Anurak Jannawan's Projects

django-project-template icon django-project-template

Django project layout to quickly start build fantastic websites! (included npm, libsass, frontend setup and base Django apps)

gitignore icon gitignore

A collection of useful .gitignore templates

rtgym icon rtgym

Easily implement custom OpenAI Gym environments for real-time applications

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.