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, 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.63 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-07-04 A Beautiful Trifid NASA

A Beautiful Trifid

2024-07-04

The beautiful Trifid Nebula is a cosmic study in contrasts. Also known as M20, it lies about 5,000 light-years away toward the nebula rich constellation Sagittarius. A star forming region in the plane of our galaxy, the Trifid does illustrate three different types of astronomical nebulae; red emission nebulae dominated by light from hydrogen atoms, blue reflection nebulae produced by dust reflecting starlight, and dark nebulae where dense dust clouds appear in silhouette. But the red emission region, roughly separated into three parts by obscuring dust lanes, is what lends the Trifid its popular name. Pillars and jets sculpted by newborn stars, above and right of the emission nebula's center, appear in famous Hubble Space Telescope close-up images of the region. The Trifid Nebula is about 40 light-years across. Too faint to be seen by the unaided eye, it almost covers the area of a full moon on planet Earth's sky.

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