Skip to content
View tech-andgar's full-sized avatar

Block or report tech-andgar

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tech-andgar/README.md

Hey, 👋 I'm Andrés García 😄 animated typed out

Welcome to my Profile! animated typed out

💼 Software Engineer - 🏭 Flutter Developer FullStack

Andrés García on Linkedin

✨ I write simple, stupid and hence, readable "okay" codes with less WTFs/min from code reviews - mostly in Flutter, Node.js.

Industries: Offshore IT Industry, Digital Agency, Health, Education, Finance.

Things you should know -

  • 🔭 Currently working on: Dart & Flutter
  • 🌱 Getting better at: Flutter, Swift, Kotlin, Agile Software Development, Technical Product Management
  • 📫 Reach me out: Shoot a mail at Mail Badge

followers total stars

Featured Projects

Experiences / Technical Skills

⚡️ Languages

Dart TypeScript JavaScript Markdown HTML5 CSS3 SQL

Level novice or no more worked

Java Kotlin Python PHP OpenJDK


⚡️ IDE / Editor

VSCodium Visual Studio Code Android Studio Sublime Notepad++ Visual Studio

⚡️ Data

Firebase MongoDB PostgreSQL MariaDB MySQL SQLite

⚡️ Frameworks / Platforms

Flutter Android Node.js Express Directus

⚡️ Tools

Github Gitlab Azure Devops Bitbucket Linux MacOS Windows Shell ZSH Shell iTerm2 Shell Windows Terminal Homebrew Chocolatey CD/CI Microsoft Azure CD/CI Github Actions CD/CI Azure Pipelines CD/CI Github Pages CloudFlare AnyDesk Codecov Diagrams.net Git GitKraken Google Analytics Hugo Microsoft Office OBS Studio TeamViewer Zoho

Worked (Alphabetical order)

Editor Adobe Dreamweaver Multimedia Adobe Premiere Pro Tools Apache Tools Apache Cordova Editor Apache Netbeans Framework Bootstrap Tools Bun Tools ClickUp Tools Composer OS cPanel OS Debian Framework Deno Iaas DigitalOcean Tools Docker Payment ePayco Tools Eslint Tools EditorConfig Framework Fastify Tools Fastlane Tools FileZilla Multimedia Figma Security Fluid Attack Multimedia Font Awesome Multimedia GIMP API Google Maps API Data GraphQL Multimedia Inkscape Tools Insomnia Data JSON Security JSON Web Tokens Tools Laragon Framework Laravel Security Let's Encrypt Framework LoopBack Framework Material Design Tools NGINX Tools npm API OpenStreetMap API Payment Payvalida Tools phpMyAdmin Tools PM2 Tools Podman Tools Postman Tools PowerShell Tools Prettier Platform PWA Framework Quasar Language Sass Tools Sentry Tools SonarQube API Swagger Tools ts-node Vm VirtualBox Vm VMware Framework Vue.js Multimedia WebRTC Framework WordPress Tools Yarn OS Zorin Tools Zotero


Activities

⚡️ Github Status

Profile Github 3D

trophy

contributions

tech-andgar

tech-andgar's github stats

Tech Skills Chart of Andrés García on Codersrank

Scores & Badges of Andrés García on Codersrank

tech-andgar's scores on LAPRAS are as follows: Engineering: 3.66 out of 5.0, Business: 3.48 out of 5.0, Influence: 3.04 out of 5.0.

📕 Latest Blog Posts

Do you know...

2024-09-19 The Dark Seahorse of Cepheus NASA

The Dark Seahorse of Cepheus

2024-09-19

Spanning light-years, this suggestive shape known as the Seahorse Nebula floats in silhouette against a rich, luminous background of stars. Seen toward the royal northern constellation of Cepheus, the dusty, dark nebula is part of a Milky Way molecular cloud some 1,200 light-years distant. It is also listed as Barnard 150 (B150), one of 182 dark markings of the sky cataloged in the early 20th century by astronomer E. E. Barnard. Packs of low mass stars are forming within, but their collapsing cores are only visible at long infrared wavelengths. Still, the colorful Milky Way stars of Cepheus add to this stunning galactic skyscape. Growing Gallery: This week's supermoon eclipse

NASA

Sponsoring

I'm looking for sponsors to support my open source development, I appreciate your support! :)

GitHub sponsors GitHub sponsors count ko-fi

Pinned Loading

  1. awesome-stars awesome-stars Public

    A curated list of my GitHub stars by stargazed

    11

  2. clean_architecture_counter clean_architecture_counter Public

    Dart

  3. Fix Error 15517 SQL SERVER No se pue... Fix Error 15517 SQL SERVER No se puede ejecutar como la entidad de seguridad de base de datos porque la entidad 'dbo' no existe, este tipo de entidad de seguridad no se puede suplantar o el usuario no tiene permiso.
    1
    USE [DB Name]
    2
    GO
    3
    EXEC dbo.sp_changedbowner @loginame = N'sa', @map = false
    4
    GO