Skip to content

Instantly share code, notes, and snippets.

View WalterWoshid's full-sized avatar
🚀
Working on Okapi

WalterWoshid WalterWoshid

🚀
Working on Okapi
View GitHub Profile
@WalterWoshid
WalterWoshid / remove-plugin-restrictions.ts
Last active January 7, 2024 15:06
Remove JetBrains plugin version restrictions
// Place in:
// Linux: ~/.local/share/JetBrains/IntelliJIdea2022.2
// Windows: %APPDATA%\JetBrains\IntelliJIdea2022.2\plugins
// MacOS: ~/Library/Application Support/JetBrains/IntelliJIdea2022.2/plugins
// Run with "tsx ./remove-plugin-restrictions.ts" or "bun run ./remove-plugin-restrictions.ts"
import fs from 'fs';
import path from 'path';
import { execSync } from 'child_process';
@WalterWoshid
WalterWoshid / # Windows Problems.md
Last active February 20, 2023 10:19
Windows Problems

Windows Problems

Twitter: @WalterWoshid

@WalterWoshid
WalterWoshid / # Magento 2 Docker Scripts (Powershell).md
Last active February 17, 2023 14:51
Magento 2 Docker Scripts (PowerShell)

Magento 2 Docker Scripts (PowerShell)

Twitter: @WalterWoshid

@WalterWoshid
WalterWoshid / # Laravel Docker Starter.md
Last active February 17, 2023 14:51
Laravel 9 + Vue 3 + Tailwind CSS 3 + TypeScript + Sail (Docker) + Ziggy + Hot Module Replacement / BrowserSync

Laravel Docker Starter

Laravel 9, Vue 3, Tailwind CSS 3, TypeScript, Sail (Docker), Ziggy, Hot Module Replacement / BrowserSync

Twitter: @WalterWoshid

@WalterWoshid
WalterWoshid / # Add Server Name (nginx).md
Last active February 17, 2023 14:52
Add "server_name localhost;" to nginx config script

Add Server Name (nginx)

Twitter: @WalterWoshid

@WalterWoshid
WalterWoshid / # Magento 2 - Many-to-Many-Relationship - Repository.md
Last active February 17, 2023 14:53
Magento 2: Many-to-Many-Relationship - Repository

Magento 2 - Many-to-Many-Relationship

Repository

Twitter: @WalterWoshid

@WalterWoshid
WalterWoshid / # Magento 2: Many-to-Many-Relationship - CRUD.md
Last active February 17, 2023 14:53
Magento 2: Many-to-Many-Relationship - CRUD

Magento 2 - Many-to-Many-Relationship

CRUD

Twitter: @WalterWoshid

@WalterWoshid
WalterWoshid / # Magento 2 - Many-to-Many-Relationship - db_schema.md
Last active February 17, 2023 14:53
Magento 2: Many-to-Many-Relationship - db_schema

Magento 2 - Many-to-Many-Relationship

db_schema

Twitter: @WalterWoshid