Vinicius Taglieri

Web Developer

I design and build maintainable web products with clear interface hierarchy, Linux-first delivery workflows, and practical architecture for long-term growth.

Profile

About Me

I enjoy turning ideas into reliable products by combining technical depth, product clarity, and delivery discipline. My work favors systems that are useful in daily operations, maintainable over time, and straightforward to evolve as requirements grow.

Technologies

Core domains that shape how I engineer.

Web Engineering

  • HTML5 (semantic markup)
  • CSS3 (Flexbox, Grid, responsive design)
  • JavaScript (ES6+)
  • DOM manipulation & browser APIs
  • Accessibility (WCAG, ARIA)
  • Performance optimization (Core Web Vitals)

Backend & Data

  • Node.js (API development)
  • PostgreSQL / SQLite
  • Authentication (JWT, sessions)
  • Data modeling

Software Foundations

  • REST APIs (design & consumption)
  • Git workflows (GitFlow, trunk-based)
  • CI/CD mindset (automation, pipelines)
  • Documentation-first delivery (README, specs)
  • Debugging & problem-solving
  • Code quality (linting, formatting)

Tools

Operational workflow from local setup to delivery.

01

Core Workflow

  • Git (branching, rebase, bisect)
  • GitHub (PRs, code review, project boards)
  • Terminal (Zsh, tmux, CLI-first workflow)
  • VS Code (extensions, debugging, workspace config)
  • SSH & remote development
02

DevOps And Delivery

  • Docker (containers, Dockerfiles, compose)
  • GitHub Actions (CI pipelines, automation)
  • Static deployments (GitHub Pages, Vercel, Netlify)
  • Web servers (Nginx basic setup)
  • Environment management (.env, secrets)
03

Productivity Stack

  • Markdown (docs, READMEs, technical writing)
  • Notion / Obsidian (knowledge management)
  • Issue tracking (GitHub Issues, Kanban)
  • Task planning (sprints, prioritization)
  • Debugging tools (DevTools, logs, network tab)

Projects

Temporary examples now, ready for real repositories next.

Infra Pulse preview

Infra Pulse

A concept dashboard for tracking service health, deployment events, and operational confidence in Linux-first environments.

  • Linux
  • Bash
  • Web UI
Atlas Docs preview

Atlas Docs

A static-first documentation portal built for clear structure, fast navigation, and long-term maintainability.

  • Jekyll
  • Markdown
  • CSS
Flow Containers preview

Flow Containers

A starter toolkit for reproducible local environments and cleaner handoff between development and deployment workflows.

  • Docker
  • GitHub Actions
  • Shell