Skip to content
View erasmosoares's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report erasmosoares

Report abuse

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

Report abuse
erasmosoares/README.md

Hi .

  • I'm a Generalist Software Engineer since 2008 πŸš€

Wakatime

From: 03 June 2024 - To: 03 June 2025

Total Time: 86 hrs 14 mins

TypeScript   49 hrs 49 mins  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   57.36 %
JavaScript   11 hrs 17 mins  β–ˆβ–ˆβ–ˆβ–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   13.00 %
Go           9 hrs 58 mins   β–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   11.47 %
Docker       3 hrs 51 mins   β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   04.45 %
JSON         3 hrs 43 mins   β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   04.28 %
Markdown     2 hrs 6 mins    β–“β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   02.44 %
CSV          1 hr 23 mins    β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   01.59 %
Python       1 hr 16 mins    β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   01.46 %
C#           1 hr 1 min      β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   01.17 %
Other        37 mins         β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   00.72 %

Pinned Loading

  1. NLP-PSR NLP-PSR Public

    The NLP PSR is a supervised machine learning project aimed at developing an automated system for extracting key information from pay stubs.

    Jupyter Notebook 1

  2. AppDistribution AppDistribution Public

    This repository contains the distribution assets for some apps and tools.

  3. sample-node sample-node Public

    This is a template code for a RESTful API with Express (Node.js) and MongoDb.

    JavaScript 2

  4. alepiumetti/chakra-ui-table-w-pagination-sort-search alepiumetti/chakra-ui-table-w-pagination-sort-search Public

    Pagination tables component for Chakra-UI

    JavaScript 6 5

  5. [Folder Watch] #PowerShell [Folder Watch] #PowerShell
    1
    ### SET FOLDER TO WATCH + FILES TO WATCH + SUBFOLDERS YES/NO
    2
        $watcher = New-Object System.IO.FileSystemWatcher
    3
        $watcher.Path = "C:\Test"
    4
        $watcher.Filter = "*.*"
    5
        $watcher.IncludeSubdirectories = $true
  6. [Reflection factory - by Assembly In... [Reflection factory - by Assembly Info ] #AdvancedCsharp #Public
    1
    using System;
    2
    using System.Reflection;
    3
    
                  
    4
    namespace ReflectionFactory
    5
    {