Tag
Posts tagged “Web Dev”

How to Unshallow a Git Repository & Restore Full History
Accidentally did a shallow clone? Learn how to use git fetch unshallow to convert a git shallow clone into a full repository without losing data.

How to Configure Google Antigravity for Complex WSL Workflows
Preventing AI disasters in WSL! Learn how to configure Google Antigravity for Frappe & ERPNext projects to avoid 'sudo' errors and master your dev environment.

How to Run pgAdmin 4 in WSL and Access from Windows
The complete guide to running pgAdmin 4 Web in WSL. Learn how to install, configure, and connect to your PostgreSQL database directly from your Windows browser.

Three.js Threlte Shadow Cut-Off Issue Explanation and Solution
Shadows disappearing in your Threlte or Three.js scene? It’s a frustum issue. Learn how to visualize the shadow box and fix clipping instantly with this guide.

How Shopify Stores Data: A Developer’s "No-Database" Guide 👇
Confused by Shopify's lack of a database? 🤯 Learn how Shopify stores your theme data, from simple Settings to complex Metafields. Perfect for devs moving from WP/Laravel.

Installing SvelteKit with shadcn-svelte & daisyUI Together
Struggle to choose between Shadcn svelte and daisyUI? Don't! This guide shows you how to install and configure both in SvelteKit for a powerful, flexible UI stack.

Frappe Script Reports with the Python Query Builder
Learn to build powerful, custom Script Reports in Frappe. This guide covers Python, the PyPika-powered Query Builder, table joins, and interactive filters

Shopify Understanding Theme Files
New to Shopify theme development? Learn the essential files—Liquid, JSON, and assets—and understand the modern Online Store 2.0 structure.

Sveltekit Node.js version update for Vercel deployment
A complete guide to upgrading your SvelteKit project to Node.js 22. Learn how to resolve dependency issues with Vite, adapters, and npm