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: 29 September 2023 - To: 28 September 2024

Total Time: 305 hrs 23 mins

TypeScript    252 hrs 3 mins  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–“β–‘β–‘β–‘β–‘   82.38 %
JavaScript    14 hrs 55 mins  β–ˆβ–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   04.88 %
Python        12 hrs 37 mins  β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   04.13 %
JSON          8 hrs 24 mins   β–“β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   02.75 %
Docker        3 hrs 52 mins   β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   01.27 %
Markdown      3 hrs 24 mins   β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   01.11 %
CSV           2 hrs 21 mins   β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   00.77 %
Go            2 hrs 13 mins   β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   00.73 %
YAML          1 hr 17 mins    β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   00.42 %
HTML          1 hr 1 min      β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   00.33 %

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
    {