Skip to content
View aloababa's full-sized avatar
🚀
Write nothing, deploy nowhere
🚀
Write nothing, deploy nowhere

Organizations

@iguanesolutions
Block or Report

Block or report aloababa

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

Hi, I'm aloababa

package main

type Me struct {
	Name   string
	Job    string
	Code   string
	Skills string
}

func main() {
	me := &Me{
		Name:   "aloababa",
		Job:    "Software Engineer",
		Code:   "Go, Python and others",
    		Skills: "Linux systems, monitoring..."
	}
	_ = me
}

GitHub Stats

GitHub stats Top languages

Spotify

spotify-github-profile

Popular repositories Loading

  1. youtube-dl youtube-dl Public

    Forked from KaratekHD/youtube-dl

    A copyright-respecting fork of youtube-dl

    Python

  2. aloababa aloababa Public

  3. zapod zapod Public

    Forked from jonathanmarsaud/zapod

    Automatic download of the APOD (Astronomy Picture Of the Day from NASA) and permits to set it as a wallpaper and lockscreen

    Kotlin

  4. hllogger hllogger Public

    Forked from hekmon/hllogger

    Enhances the golang default logger with syslog inspired facilities and systemd-journald automatic integration

    Go

  5. grafana-api-golang-client grafana-api-golang-client Public

    Forked from grafana/grafana-api-golang-client

    Grafana HTTP API Client for Go

    Go