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-25 Manicouagan Impact Crater from Space NASA

Manicouagan Impact Crater from Space

2024-05-25

Orbiting 400 kilometers above Quebec, Canada, planet Earth, the International Space Station Expedition 59 crew captured this snapshot of the broad St. Lawrence River and curiously circular Lake Manicouagan on April 11. Right of center, the ring-shaped lake is a modern reservoir within the eroded remnant of an ancient 100 kilometer diameter impact crater. The ancient crater is very conspicuous from orbit, a visible reminder that Earth is vulnerable to rocks from space. Over 200 million years old, the Manicouagan crater was likely caused by the impact of a rocky body about 5 kilometers in diameter. Currently, there is no known asteroid with a significant probability of impacting Earth in the next century. Each month, NASA’s Planetary Defense Coordination Office releases an update featuring the most recent figures on near-Earth object close approaches, and other facts about comets and asteroids that could pose a potential impact hazard with Earth.

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

    10

  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