Code Monkey home page Code Monkey logo

aerlon_go's Introduction

Aerlon

[0.8.0] beta

About

This is my personal portfolio and blog website. I have moved from framework to framework... language to language for this site over the years. I have forced myself to settle with Go, it is the most overall proficient language; I will touch more on my Go decision below. this site is meant to show off a range of skills in all things http and allow me to write my thoughts and opinions down somewhere. I am not excepting anyone to read anything here but if you do I hope you enjoy my insanity.

Why Go

Well Go is an interesting language; it's honestly kind of a boring language. Nothing flashy, nothing super special. But what Go does well is get your projects to a state of excellence very quickly and easily. I know some people like to get crazy and go for that top 1% of performance in all that they do... thats me... but I have had to break that within me. Go is no settling, Go is maturing and realizing simplicy in coding is your best friend not an enemy. Go also has a great net/http package that is a lot of fun to work with. It is low level enough to force you to dive deep and learn something, but high enough that your not going to spend six hours writing a http handler.

Some pros to Go

  • fast compilation times
  • easier syntax
  • easy to read
  • scalable
  • great stdlib
  • great tooling
  • backed by a large community and well funded
  • http is treated as first class

Negatives to Go

  • boring syntax
  • can become verbose
    • can be a pro, more transparency to what a function is doing
  • explicit error handling is repetitve
  • doesn't use type.(method) syntax; uses method(type) syntax
    • this is subjective, but not my favorite syntax
  • uppercase syntax for public package exporting instead of a 'pub' keyword

aerlon_go's People

Contributors

pheynnx avatar

Stargazers

 avatar

Watchers

 avatar

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.