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.6 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-14 The 37 Cluster NASA

The 37 Cluster

2024-05-14

For the mostly harmless denizens of planet Earth, the brighter stars of open cluster NGC 2169 seem to form a cosmic 37. Did you expect 42? From our perspective, the improbable numerical asterism appears solely by chance. It lies at an estimated distance of 3,300 light-years toward the constellation Orion. As far as galactic or open star clusters go, NGC 2169 is a small one, spanning about 7 light-years. Formed at the same time from the same cloud of dust and gas, the stars of NGC 2169 are only about 11 million years old. Such clusters are expected to disperse over time as they encounter other stars, interstellar clouds, and experience gravitational tides while hitchhiking through the galaxy. Over four billion years ago, our own Sun was likely formed in a similar open cluster of stars. Gallery: Earth Aurora from Solar Active Region 3664

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