Giter VIP home page Giter VIP logo

Hi everyone!, I'm Alberto Pascual!

Backend software enginieer at @seatcode

Twitter Follow Linkedin: apascualco Website apascualco.com

πŸ”₯ About my role

package main

import "fmt"

type Creature struct {
	Name      string
	Role      string
	IDE       string
	Languages []string
	More      string
}

func main() {
	c := Creature{
		Name:      "Alberto Pascual",
		Role:      "Backend",
		IDE:       "neovim (VIM)",
		Languages: make([]string, 0),
		More:      "https://www.linkedin.com/in/apascualco/",
	}

	c.Languages = append(c.Languages, "Go")
	c.Languages = append(c.Languages, "Python")
	c.Languages = append(c.Languages, "Java")
	
	c.Languages = append(c.Languages, "TypeScript")
	c.Languages = append(c.Languages, "Bash script")
	c.Languages = append(c.Languages, "Kotlin")

	fmt.Println("Follow the creature %+v\n", c)
}

πŸ“ Blog

Last posts (spanish)

Como aplicar TCR con GO y vim ProgramaciΓ³n funcional con Golan (Option pattern) Que es un hash y un hash table ?

πŸ‘¨πŸ½β€πŸ’» Tools, Languages & Technologies

πŸ“ˆ Stats

Alberto Pascual's Projects

assertj-core icon assertj-core

AssertJ is a library providing easy to use rich typed assertions

jersey1-swaggger icon jersey1-swaggger

Integrando swaegger en un proyecto existente con jersey 1 https://github.com/apascualco/restfull-basic

keyed-pool-example icon keyed-pool-example

Ejemplo basico de como implementar un keyed pool utilizando el commons de apache pool

kubernetes icon kubernetes

Production-Grade Container Scheduling and Management

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.