Skip to content
View disouzam's full-sized avatar
🚲
🚲
Block or Report

Block or report disouzam

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

Hello, this is my GitHub page! 👋

My name is Dickson Souza and I am a metallurgical engineer! Coding and software development, however, is on my life for a long time!

It all started as curiosity and it is gradually becoming something more serious along the years, including more recently cloud software development, several learning experiences on C# and Javascript languages, some on the go - learning with codes written by colleagues and partners - and lots of learning listening and reading what technology community produces.

  • 🔭 I’m currently working on private sourced software that deals with thermodynamics and mass balance of metallurgical systems. This is my source of ideas to learn new things, some of them here, in public.
  • 🌱 I’m currently learning new concepts of C# / .NET programming every week or best ways to do old things and also trying to push my knowledge of Python programming language, shell languages (mainly Bash, some cmd in Windows and a little bit of PowerShell from time to time).

In my account here, you might see a bunch of small repos created to do experiments, proof-of-concepts or follow allong courses that I'm taking, a lot of forked repos that I have close interest or that I'm currently using in my activities as developer. As of today, January 28th, 2024, there is no flagship project that I'm working on in open source arena although that may change in the future.

GitHub stats inspired in a GitHub page from GitHub user @vitor-amartins

Pinned

  1. 97-things-every-programmer-should-know 97-things-every-programmer-should-know Public

    Forked from 97-things/97-things-every-programmer-should-know

    [Fork] Pearls of wisdom for programmers collected from leading practitioners.

    1

  2. sample-python-repo sample-python-repo Public

    A sample repo with some crafted scripts that create environment and manipulate pip to install all required dependencies using bash scripts

    Shell

  3. Useful git configs Useful git configs
    1
    [alias]
    2
        all = add .
    3
        amend = commit --amend
    4
    	ce = commit
    5
    	id = log --pretty=format:%h  -1
  4. Counting files with a given word usi... Counting files with a given word using bash
    1
    #! /bin/bash
    2
    
                  
    3
    file=./folder1/folder2/file-name-input.txt
    4
    
                  
    5
    outputfile=./folder1/folder2/file-name-output.txt
  5. op-desafios op-desafios Public

    Forked from OsProgramadores/op-desafios

    [Fork] Soluções para os desafios (por usuário)

    C 1