Skip to content
View glwbr's full-sized avatar
❄️
Impossible is just a way to say 'I'm possible.'
❄️
Impossible is just a way to say 'I'm possible.'
  • Bahia, Brazil
Block or Report

Block or report glwbr

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

Hi there!

{ pkgs ? import <nixpkgs> {} }: let
  user = {
    name = "Glauber Santana";
    role = "Software Engineer";
    spokenLanguages = ["English" "Portuguese" "French"];
    spokenLanguagesString = builtins.concatStringsSep ", " user.spokenLanguages;
    desc = "Self taught Software Engineer, DevOps enthusiast learning how to [Go] in the [Nix] way";
  };
in
  with pkgs;
  writeTextFile {
    name = "README.md";
    text = ''
      Name: ${user.name}
      Description: ${user.desc}
      Role: ${user.role}
      Spoken Languages: ${user.spokenLanguagesString}
    '';
    # I'm sure you've learnt some amazing stuff today. Feel free to share it.
  }

Popular repositories Loading

  1. MIAlgoritmos MIAlgoritmos Public archive

    Resoluções dos problemas PBL - UEFS

    C

  2. las-api las-api Public

    Forked from tiagolpadua/las-api

    JavaScript

  3. javascript_ninja javascript_ninja Public

    Resolução de exercícios

    JavaScript

  4. nodejs_basics nodejs_basics Public

    A basic CRUD application and file method applications with node and express.

    JavaScript

  5. awesome-compose awesome-compose Public

    Forked from docker/awesome-compose

    Awesome Docker Compose samples

    HTML

  6. desafio-warren desafio-warren Public

    Desafio técnico Warren Academy

    JavaScript