Skip to content
View zannetdev's full-sized avatar
♥️
Dev as love
♥️
Dev as love

Block or report zannetdev

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

Eduardo González González

About me

package main

import (
	"fmt"
)

type Bio map[string]string

func main() {
	for k, v := range GetBio() {
		fmt.Printf("%+v: %+v\n", k, v)
	}
}

func GetBio() Bio {
	return Bio{
		"- ⚡ Quick bio:":                    "A boy who loves technology and technological innovations with many desires to improve himself.",
		"- 🔭 I’m currently working on":      "As a fullstack in a Peruvian company and in free time I am a freelancer",
		"- 🌱 I’m currently learning":        "PHP, EcmaScript ES6, React, React Native, Next.JS, jQuery. My personal goal is to complete the MERN stack.",
		"- 👯 I’m looking to collaborate on": "PHP, React, Next.JS related projects",
		"- 💬 Ask me about":                  "PHP, Laravel, jQuery, CSS3, SASS, SQL, Software Design & Architecture, Web-Dev and SEO",
		"- 📫 How to reach me:":              "https://github.com/zannetdev#you-can-reach-me-at-alien",
	}
}

You can reach me at 👽

Angel Santiago Jaime Zavala's DEV Profile

My stack 👨‍💻

Tools that I use on a daily basis, or that I've used or worked (either much or a bit) with on the past

Zannet :: StackShare

Github stats 📊

Visitor's count 👀

Zannet :: Visitor's Count

Top langs 👅

Pinned Loading

  1. zanmvc zanmvc Public

    PHP NATIVE MVC ARCHITECTURE

    PHP 1

  2. currecy_js currecy_js Public

    A LIBRARY TO FORMAT TEXT FIELDS FOR CURRENCY.

    JavaScript 1

  3. zannetdev zannetdev Public

  4. python_huffman_encoder python_huffman_encoder Public

    ENCODE A COLLECTION OF CHARACTERS WITH THE HUFFMAN ALGORITHM.

    Python 1