Skip to content
View marcioalexbarbosa's full-sized avatar
  • Piracicaba

Highlights

  • Pro
Block or Report

Block or report marcioalexbarbosa

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
marcioalexbarbosa/README.md
  • 👋 Hi, I’m @marcioalexbarbosa
  • 👀 I’m interested in Dart, Flutter and Swift
  • 🌱 I’m currently learning SwiftUI
  • 💞️ I’m looking to collaborate on Flutter or iOS projects
  • 📫 Reach me at Linkedin
// dart
Map<String, dynamic> marcio = {
  'code': ['javascript', 'typescript', 'dart', 'swift', 'java', 'kotlin'],
  'technologies': {
    'backend': {
      'js': ['node', 'deno', 'express'],
      'java': ['spring-boot']
    },
    'frontend': {
      'foundations': ['html5', 'css'],
      'js': ['react', 'angular', 'jquery']
    },
    'mobile': {
      'hybrid': ['flutter'],
      'native': ['swift', 'kotlin']
    },
    'cloud': ['aws', 'firebase'],
    'best-practices': [
      'design-patterns',
      'clean-code',
      'solid',
      'OOP',
      'functional',
      'unit-testing',
      'code-coverage',
      'reactive'
    ],
    'databases': ['mongo', 'oracle', 'sqlite', 'sql server', 'postgres'],
    'misc': ['lua', 'php', 'c']
  },
  'current-focus': ['swift', 'react-native', 'clojure'],
  'fun-fact': 'I started programming in BASIC as a kid, '
      'abusing GOTO statement which is considered harmful since forever'
};

Pinned

  1. checklist-programming-books checklist-programming-books Public

    Uma lista de controle de leitura dos 25 livros de programação mais recomendados de todos os tempos

    1

  2. chess-com-watched chess-com-watched Public

    Chrome extension to mark watched videos from chess.com with a floating label

    JavaScript

  3. flutter-chess flutter-chess Public

    A flutter chess app with simple AI

    Dart

  4. retro-flutter retro-flutter Public

    Um projeto usando flip cards em flutter para uma sessão de retrospectiva ágil

    Dart

  5. flutter-pong flutter-pong Public

    A pong clone in dart with a simple AI

    Dart