Code Monkey home page Code Monkey logo
Header

Application Engineer | Golang | ExpressJS | Flutter


Visitors Twitter: dotsehyde

package main

import "fmt"

type Bio struct {
   Name   string
   Dev    string
   Handle string
}

func (b *Bio) ToText() string {
   return fmt.Sprintf("I'm %v, an %v,\nFollow me on Twitter => %v", b.Name, b.Dev, b.Handle)
}
func main() {
   me := Bio{
   	Name:   "Benjamin",
   	Dev:    "Application Engineer 👨‍💻",
   	Handle: "@dotsehyde",
   }
   fmt.Println(me.ToText())
   // I'm Benjamin a Software Developer 👨‍💻,
   // Follow me on Twitter => @dotsehyde
}

Languages and Frameworks:

Frontend

HTML5 CSS3 TailwindCSS JavaScript Dart Flutter

Backend

Go NodeJS Express.js MongoDB Postgres Firebase Supabase

DevOps

Docker GitHub Actions Nginx Linode

Benjamin.'s Projects

crypto-coins icon crypto-coins

An iOS app to display the current market prices of popular crypto coins. Built with Swift/SwiftUI and coingecko api

ebookapp icon ebookapp

Read and download free storybooks from Feedbooks

fruits-ios icon fruits-ios

A fruit dictionary app made with swift and swiftUI

gitdemo icon gitdemo

Test your knowledge source : https://github.com/Grinnell-CSC195/hw1

go-bookstore icon go-bookstore

A Book Store Backend Server using Golang, MySQL and Mux framework

go-echo-templ icon go-echo-templ

A dashboard UI built using Golang, templ Engine and Echo framework

go-fiber-api icon go-fiber-api

REST API server created with Golang, Prisma ORM, MySQL and Fiber framework

go-hrm-system icon go-hrm-system

A Human Resource System using Golang (Fiber Framework) and MongoDB

go-movies-api icon go-movies-api

Movies REST API Backend Written Golang using local json and mux framework

go-react icon go-react

This is a fullstack project using Go as backend and React as frontend.

go-todo icon go-todo

A fullstack todo webapp built using Golang, Echo, Templ, TailwindCSS and Sqlc

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.