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

Block or report tech-andgar

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
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, 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.61 out of 5.0, Business: 3.48 out of 5.0, Influence: 3.03 out of 5.0.

📕 Latest Blog Posts

Do you know...

2024-05-18 North Celestial Aurora NASA

North Celestial Aurora

2024-05-18

Graceful star trail arcs reflect planet Earth's daily rotation in this colorful night skyscape. To create the timelapse composite, on May 12 consecutive exposures were recorded with a camera fixed to a tripod on the shores of the Ashokan Reservoir, in the Catskills region of New York, USA. North star Polaris is near the center of the star trail arcs. The broad trail of a waxing crescent Moon is on the left, casting a strong reflection across the reservoir waters. With intense solar activity driving recent geomagnetic storms, the colorful aurora borealis or northern lights, rare to the region, shine under Polaris and the north celestial pole. AuroraSaurus: Report your aurora observations

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

  1. awesome-stars awesome-stars Public

    A curated list of my GitHub stars by stargazed

    9

  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