Skip to content
View DevRadhy's full-sized avatar
:octocat:
GitHub
:octocat:
GitHub

Highlights

  • Pro
Block or Report

Block or report DevRadhy

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

Linkedin Twitter Twitter

👋 Oi, me chamo Lucas, sou desenvolvedor Backend e gosto de contrubuir para projetos e comunidades ☕.
🌱 Sempre procuro por ferramentas que possam resolver problemas de forma eficiente.

Node.js Typescript Javascript Express Docker Jest PostgreSQL Nginx

Procuro sempre novas técnicas de desenvolvimento para novos projetos, alinhado com boas práticas, o que facilita no desenvolvimento e torna o código mais legível.


Card Tecnologias

Pinned

  1. cattle cattle Public

    Gestão de pecuária bovina.

    TypeScript 1

  2. Configuração do VSCode Configuração do VSCode
    1
    {
    2
        "workbench.iconTheme": "material-icon-theme",
    3
        "editor.tabSize": 2,
    4
        "explorer.compactFolders": false,
    5
        "breadcrumbs.enabled": false,
  3. Configuração do ESLint Configuração do ESLint
    1
    module.exports = {
    2
      "env": {
    3
        "es2021": true,
    4
        "node": true
    5
      },
  4. bill-cipher bill-cipher Public

    A simple Discord bot

    TypeScript