Giter Site home page Giter Site logo
type Profile struct {
    Me    string
    Projects map[string]string
    Skills   []string
    Contact    map[string]string
}

func main() {
    Readme := Profile{
        Me: "Hi! I'm a software developer with experience in Go, Python and JavaScript.",
        Projects: map[string]string{
            "Meme Generator": "https://github.com/fzbian/meme-generator",
            "Chuckle": "https://github.com/fzbian/chuckle",
            "Server Inquiry": "https://github.com/fzbian/server-inquiry",
        },
        Skills: []string{"C#", "Go", "Python", "JavaScript", "SQL", "NoSQL", "HTML"},
        Contact: map[string]string{
            "Mail": "[email protected]",
            "Dev.to": "https://dev.to/fzbian",
            "LinkedIn": "https://www.linkedin.com/in/fzbian/",
        },
    }
}

Fabian Martin's Projects

bimo icon bimo

code to train a character through a prompt

coworkingapp icon coworkingapp

Console application created to manage reservations for a CoWorking business

gdc icon gdc

banking agent manager, add users, branches, ATMs and maintain control of your location

memeify icon memeify

RESTful API to create template-based memes

parking icon parking

Program with which I participated in the CBJML school programming olympiads.

password-generator icon password-generator

an api to generate basic passwords created in Go as a way to learn the language.

screengo icon screengo

Take screenshot from a simple software coded in Go!

skyhub icon skyhub

Backend code of a Monolithic API to host images built in .NET and MongoDB

todo-backend icon todo-backend

TodoList RESTful API backend built in .NET and PostgreSQL

uncolor icon uncolor

uncomplicated Python terminal colorizing tool

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.