Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View WasDavidOliveira's full-sized avatar
🪐
127.0.0.1:3333
🪐
127.0.0.1:3333

Block or report WasDavidOliveira

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
WasDavidOliveira/README.md
╔══════════════════════════════════════════════════════════════════════════════╗
║                                                                              ║
║   ██████╗  █████╗ ██╗   ██╗██╗██████╗                                      ║
║   ██╔══██╗██╔══██╗██║   ██║██║██╔══██╗                                     ║
║   ██║  ██║███████║██║   ██║██║██║  ██║                                     ║
║   ██║  ██║██╔══██║╚██╗ ██╔╝██║██║  ██║                                     ║
║   ██████╔╝██║  ██║ ╚████╔╝ ██║██████╔╝                                     ║
║   ╚═════╝ ╚═╝  ╚═╝  ╚═══╝  ╚═╝╚═════╝                                      ║
║                                                                              ║
║   > Back-end Developer                                                      ║
║   > Architecture & DevOps Enthusiast                                        ║
║                                                                              ║
╚══════════════════════════════════════════════════════════════════════════════╝

$ whoami

const developer = {
  name: "David Oliveira",
  role: "Back-end Developer",
  location: "São José da Laje, AL - Brasil",
  focus: ["Scalable Systems", "Clean Architecture", "DevOps"],
  
  currentlyWorking: {
    with: ["PHP", "Laravel", "TypeScript", "Oracle"],
    on: "Innovative back-end solutions",
    learning: "Advanced DevOps & Software Architecture"
  },
  
  mindset: "Building robust and efficient solutions"
};

$ cat tech-stack.json

{
  "languages": {
    "primary": ["PHP", "TypeScript", "JavaScript"],
    "experience_level": "Advanced"
  },
  "frameworks": {
    "backend": ["Laravel", "Express.js"],
    "frontend": ["Nuxt.js"]
  },
  "databases": {
    "relational": ["PostgreSQL", "MySQL", "Oracle"],
    "focus": "Data integrity & performance"
  },
  "devops": {
    "containerization": ["Docker"],
    "message_broker": ["RabbitMQ"],
    "version_control": ["Git"]
  }
}

$ ls -la projects/

drwxr-xr-x  2 david  staff   64B  MathBank/
drwxr-xr-x  2 david  staff   64B  Shiftly/

📂 MathBank

description: Digital wallet management API
tech_stack: [Laravel, PostgreSQL]
features:
  - User & wallet management
  - Secure transactions between accounts
  - RESTful API architecture
repository: https://github.com/DaviProgramming/mathbank

📂 Shiftly

description: Complete attendance control system
tech_stack: [TypeScript, Express.js]
features:
  - Check-in/Check-out management
  - Attendance reports
  - Administrative dashboard
repository: https://github.com/DaviProgramming/Shiftly

$ curl -X GET /social-links

{
  "linkedin": "https://www.linkedin.com/in/davidoliveiradev/",
  "instagram": "https://instagram.com/asdavidoliveira",
  "email": "[email protected]",
  "portfolio": "https://daviddenisson.com.br"
}

$ ./status.sh

[✓] All projects are open-source
[✓] Available for collaboration
[✓] Passionate about clean code
[↻] Constantly learning and evolving

Status: READY TO BUILD

┌─[david@localhost]─[~]
└──╼ $ echo "Thanks for visiting my profile!"
Thanks for visiting my profile!

┌─[david@localhost]─[~]
└──╼ $ _

Made with ☕ and code

Pinned Loading

  1. about-valorant about-valorant Public

    AboutValorant é uma aplicação robusta e eficiente para explorar informações do jogo Valorant (agentes, mapas e estatísticas), desenvolvida com Angular. Este sistema foi projetado para consumir dado…

    TypeScript

  2. mathbank mathbank Public

    MathBank é uma aplicação robusta e eficiente para gestão financeira, desenvolvida com Laravel 11 (PHP 8.2). Esta plataforma foi projetada para simplificar o controle de usuários, carteiras e transa…

    PHP

  3. shiftly shiftly Public

    Shiftly é uma aplicação robusta e eficiente para gestão de controle de ponto (check-in/check-out), desenvolvida com TypeScript e Express.js. Este sistema foi projetado para simplificar a administra…

    TypeScript

  4. free-talk free-talk Public

    Free-Talk é um chat open source construído com Node.js, Drizzle ORM e PostgreSQL, focado em simplicidade, velocidade e escalabilidade para aplicações de mensagens em tempo real.

    TypeScript