Skip to content
View icbug's full-sized avatar
:octocat:
coding...
:octocat:
coding...

Block or report icbug

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

Hi there 👋

Hello , I'm icbug , Welcome to my github's personal homepage!

icbug

Introducing myself in a different way !

// use golang
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{
		"- 🔭 I’m currently working on":      "A full-stack Software Developer",
		"- 🌱 I’m currently learning":        "Golang, MongoDB, RabbitMQ, K8S, OpenStack,Python,Java,SpringCloud and Javascript..."
		"- 👯 I’m looking to collaborate on": "Python, Golang and C++",
		"- 💬 Ask me about":                  "Python, PHP, JavaScript,Java,Web-Dev and SEO",
	}
}

You can reach me at

icbug's profile Angel Santiago Jaime Zavala's Stack Overflow 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

icbug :: StackShare click to show!

Github stats 📊

Visitor's count 👀

AnhellO :: icbug's Count

Top langs 👅(icbugcoder的代码项目持续更新,如果未显示敬请期待)

icbug :: Top Langs

Profile stats 🎹

AnhellO :: Profile Stats

Synthwave

我常用什么操作系统?

当然还有我们的Ubuntu和Windows了,这是每个程序员必不可少的系统哦!

同时我的服务器也用了阿里云的操作系统!也有很棒的体验哦!

我的主修编程语言

我同时也是一个白帽子,使用专业系统Kali Linux!以及运维系统RHEL和CentOS

我的网站

欢迎来到我的改版新站点做客: https://linuxdevblog.cn

本站的持续维护要感谢Github,hexo,next主题以及jsdelivr的支持!


⭐️ Powered By @icbug

Pinned Loading

  1. leetcode-code leetcode-code Public

    中国力扣题目代码,做一题更新一题,欢迎查看并参考

    C++ 1