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

Block or report erasmosoares

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

Hi .

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

Wakatime

From: 17 December 2023 - To: 16 December 2024

Total Time: 244 hrs 40 mins

TypeScript    186 hrs 2 mins  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘   75.76 %
JavaScript    14 hrs 51 mins  β–ˆβ–“β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   06.05 %
Python        11 hrs 56 mins  β–ˆβ–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   04.86 %
Go            8 hrs 56 mins   β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   03.64 %
JSON          8 hrs 21 mins   β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   03.40 %
Docker        3 hrs 51 mins   β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   01.57 %
Markdown      3 hrs 20 mins   β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   01.36 %
CSV           2 hrs 17 mins   β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   00.93 %
YAML          1 hr 21 mins    β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   00.55 %
HTML          1 hr 1 min      β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   00.42 %

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 5 4

  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
    {