Skip to content
View jeffque's full-sized avatar
:octocat:
HTMXing
:octocat:
HTMXing

Organizations

@Universidade-Livre @learning-in-public @girassol-rb @Shiny-TDS

Block or report jeffque

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jeffque/README.md

Hi there 👋

I am Jefferson Quesado. Refer to me just as Jeff if you may.

You may find me at GitLab as @jefferson.quesado. Indeed I am more there than here...

I do open source:

I also share open knowledge that I learned while working for GeoSales:

In 2020 I presented at TDC Sampa Online, devops. Slides, Q/A.

Grab yourself a cup of coffee ☕ or tea 🍵 and reach me at Twitter.

About code and me

So, I really love shell 🐚 scripting! I twice taught Bash, once at college and then at CENAPAD-UFC.

Some Python 🐍 knowledge, but Ruby 💎 got me by passion. My expertise is Java ☕

FP is so awesome that, some time after Java 8 provided us with some of it, I must implement it in a TotalCross compatible way.

Also, expect from me ways to automatize things. Like, didn't found a perfectly suitable Docker image for Android/Flutter using Fastlane? No problem, I create my own. Need to build a TotalCross executable inspecting the classpath to see which jars to compile to a tcz? Give me a predicate.

Pinned Loading

  1. peg-kitten-solitaire peg-kitten-solitaire Public

    A peg solitaire html+js game. Got only a single piece? Then kitten to you! (Idea and some code based on writtenkitten.net)

    JavaScript 2 3

  2. Script para baixar o TotalCross Script para baixar o TotalCross
    1
    #!/bin/bash
    2
    
                  
    3
    detect-version() {
    4
    	informed_version="$1"
    5
    	desired_version="$1"
  3. circle-quest-squareland circle-quest-squareland Public

    Essa é a história de um círculo enta sair de uma prisao de quadrados, para encontrar sua amada

    Python 1 1

  4. fastlane-linux-flutter-android-dockerimage fastlane-linux-flutter-android-dockerimage Public

    An image for eventual CI, using Fastlane for a Flutter build targetting Android 28

    Dockerfile 2 1

  5. games-tk-breakout games-tk-breakout Public

    Aprendendo a usar TKInter para um jogo clone de breakout, para o curso de Desenvolvimento e Programação de Games da Unichristus

    Python 1

  6. games-turtle games-turtle Public

    Aprendendo a desenhar fractais com tartarugas, para o curso de Desenvolvimento e Programação de Games da Unichristus

    Python