Skip to content

Instantly share code, notes, and snippets.

@bastndev
Last active November 10, 2024 15:51
Show Gist options
  • Save bastndev/2b1455f6ebee34ec445b7721833ba6c2 to your computer and use it in GitHub Desktop.
Save bastndev/2b1455f6ebee34ec445b7721833ba6c2 to your computer and use it in GitHub Desktop.
🌞 Morning 246 commits β–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 7.8%
πŸŒ† Daytime 565 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰ β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 17.5%
πŸŒƒ Evening 731 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 25.9%
πŸŒ™ Night 1235 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 48.8%
@bastndev
Copy link
Author

bastndev commented Jan 23, 2024

Descubre las mejores herramientas para Linux en 2025, perfectas para reemplazar software de Windows. Β‘EdiciΓ³n de video, diseΓ±o grΓ‘fico, productividad y mΓ‘s! πŸ”§πŸ§

Zen: https://zen-browser.app/download
Warp Terminal : https://app.warp.dev/referral/5K93PY

Edit by: Gohit Bastian

βž₯ Social Media:
β€’ Instagram: https://www.instagram.com/bastndev
β€’ Linkedin: https://www.linkedin.com/in/bastndev/
β€’ Tiktok: https://www.tiktok.com/@bastndev

{__/}​
​( β€’ - β€’)​ ​¿Quieres pizza?​
​/ -πŸ•β€‹

​​{__/}​
​(β€’ - β€’ )​ ​‒Suscribete‒​
β€‹πŸ•' \ https://www.youtube.com/@bastndev?sub_confirmation=1

β–ˆβ•‘β–Œβ”‚β•‘β–Œβ•‘β–Œβ”‚β–ˆβ”‚β–Œβ•‘β”‚β–ˆβ•‘β–ˆβ•‘β”‚β–Œ
βž₯ bastndev - #linux

@bastndev
Copy link
Author

bastndev commented Feb 14, 2024

"workbench.colorCustomizations": {
    "editorGroupHeader.noTabsBackground": "#95ff6b",
    "[Flutter Dark Theme]": {
      "menu.selectionBorder": "#1e2c2f",
      "tab.activeBackground": "#1b1c23",
      "statusBar.background": "#0a0a0a",
      "statusBar.debuggingBackground": "#0d0d0d",
      "list.activeSelectionBackground": "#2a3b3f",
      "debugConsole.errorForeground": "#00aaff",
      "debugConsole.infoForeground": "#0df490",
      "tab.unfocusedInactiveModifiedBorder": "#00ffff",
      "editorGroup.dropBackground": "#00000055",
      "tab.activeBorder": "#ffcb6b",
      "activityBarBadge.background": "#fece75",
      "list.activeSelectionForeground": "#fece75",
      "list.inactiveSelectionForeground": "#f9d288",
      "sideBarSectionHeader.foreground": "#a6a6a6",
      "gitDecoration.modifiedResourceForeground": "#ffffff"
    }
  },
  "editor.tokenColorCustomizations": {
    "strings": "#0df490",
    "textMateRules": [
      {
        "scope": [
          "support.class.dart",
        ],
        "settings": {
          "foreground": "#ffcb6b",
        },
      },
      {
        "scope": [
          "storage.modifier.dart",
        ],
        "settings": {
          "foreground": "#1fccfc",
        },
      },
    ]
  },

Change color vscode

@bastndev
Copy link
Author

{
  "extends": "astro/tsconfigs/strict",
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/*": [
        "src/*"
      ],
      "@/components": [
        "src/components/*"
      ],
      "@/icons": [
        "src/icons/*"
      ],
      "@/lib": [
        "src/lib/*"
      ]
    },
  },
  "exclude": [
    "public"
  ]
}

@bastndev
Copy link
Author

bastndev commented Oct 19, 2024

Clean Architecture πŸ’™

lib/
β”‚
β”œβ”€β”€ config
β”‚   β”œβ”€β”€ routes/
β”‚   └── themes/
β”‚
β”œβ”€β”€ src
β”‚   β”œβ”€β”€ ai_screen
β”‚   β”‚   β”œβ”€β”€ data/
β”‚   β”‚   β”œβ”€β”€ domain/
β”‚   β”‚   └── presentation/
β”‚   β”‚
β”‚   β”œβ”€β”€ core
β”‚   β”‚   β”œβ”€β”€ error/
β”‚   β”‚   └── utils/
β”‚   β”‚
β”‚   β”œβ”€β”€ ln10/
β”‚   β”‚
β”‚   β”œβ”€β”€ payment
β”‚   β”‚   β”œβ”€β”€ data/
β”‚   β”‚   β”œβ”€β”€ domain/
β”‚   β”‚   └── presentation/
β”‚   β”‚
β”‚   β”œβ”€β”€ app_name_here
β”‚   β”‚   β”œβ”€β”€ data
β”‚   β”‚   β”œβ”€β”€ domain/
β”‚   β”‚   └── presentation/
β”‚   β”‚
β”‚   β”œβ”€β”€ shared
β”‚   β”‚   β”œβ”€β”€ components/
β”‚   β”‚   └── widgets/
β”‚   β”‚
β”‚   └── store_page
β”‚       β”œβ”€β”€ data/
β”‚       β”œβ”€β”€ domain/
β”‚       └── presentation/
β”‚
└── main.dart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment