Skip to content

Instantly share code, notes, and snippets.

View devinschumacher's full-sized avatar
🦩
stayin' funky

Devin Schumacher devinschumacher

🦩
stayin' funky
View GitHub Profile
@devinschumacher
devinschumacher / how-to-dl-skool-videos.md
Last active May 28, 2025 21:46
How to Download Videos from Skool.com

How to download skool.com videos (and the entire course)

Version 1 - Comprehensive, More Difficult

You can download the entire classroom with this, but its not beginner friendly. If you want the beginner version to just download 1 video at a time, scroll down to the bottom!

This is not a beginner friendly video, but if you follow along I’ll show you how to get around the download protections.

If you’re looking for a simpler solution or have any questions about this process, just leave a comment and I’ll create a follow-up video.

@devinschumacher
devinschumacher / business-process-management-software.md
Created May 20, 2025 09:11
The Best Business Process Management Software - Apps & Tools for Repeatable Checklists & SOPs
title tags
The Best Business Process Management Software for Creating SOPs and Checklists
business process management
SOP software
checklist apps
workflow automation

Business Process Management Software: The Best Apps & Tools for Creating Repeatable Checklists & SOPs

@devinschumacher
devinschumacher / vide-coding-tools.md
Last active June 21, 2025 17:14
The Best Vibe Coding Tools for Enhanced DX - Developer Experience
title tags
The Best Vibe Coding Tools for Enhanced Developer Experience
vibe coding
programming tools
developer productivity
AI-assisted coding

The Best Vibe Coding Tools for Enhanced Developer Experience

In today's fast-evolving tech landscape, the concept of "vibe coding" has emerged as a revolutionary approach to software development. Coined by former OpenAI co-founder Andrej Karpathy in February 2025, vibe coding represents a paradigm shift where developers leverage AI tools to transform natural language descriptions into functional code. This article explores the top vibe coding tools that are reshaping how we build software, along with a comprehensive guide to creating your ideal coding atmosphere.

@sarahatherbest
sarahatherbest / shadcnblocks-review.md
Last active July 12, 2025 02:17
Shadcnblocks.com Review: There's Something Bigger & Better

shadcnblocks - Review

Shadcnblocks offers a premium collection of UI components and blocks specifically designed for shadcn/ui, Tailwind CSS, and React developers. With a library of over 670 components (recently updated from 579), this platform aims to streamline the development process by providing ready-to-use, copy-paste blocks for building modern web interfaces. These components are hand-designed by an expert team rather than AI-generated, ensuring high quality and attention to detail. The platform emphasizes that all components are interactive and fully responsive, making them suitable for a wide range of projects.

While the components are visually appealing and responsive, our testing revealed some limitations in customization options and integration flexibility that may impact certain development workflows. The platform has recently made updates to ensure compatibility with Tailwind CSS v4, demonstrating their commitment to maintaining current technology standards.

❌: Based on our comparative ana

@devinschumacher
devinschumacher / ctr-manipulation-tools.md
Last active May 26, 2025 03:43
CTR Manipulation: Tools for The Best Google Maps Ranking and Local SEO
title tags
The Best CTR Manipulation Tools for Increasing Your Google Business Rankings & Winning at Local SEO
ctr manipulation tools
local seo
google business ranking

CTR Manipulation: Tools for The Best Google Maps Ranking and Local SEO

For businesses looking to improve their ranking in Google Maps, various tools can assist with Click-Through Rate (CTR) manipulation and broader local SEO strategies.

@devinschumacher
devinschumacher / component-libs-shadcnui.md
Last active July 14, 2025 05:39
The Best Components, Templates & Block Libraries for React, Next.js & Tailwind UI Built on ShadcnUI
title tags
The Best Component Libraries for React, Next.js & Tailwind UI
react
next.js
tailwindcss
ui components

The Best Component Libraries for React, Next.js & Tailwind UI

In modern web development, leveraging component libraries can significantly accelerate the development process, ensure design consistency, and enhance user experience. Below is a curated list of notable component libraries tailored for React, Next.js, and Tailwind CSS, highlighting their features and applications.

/* eslint-disable node/no-process-env */
import type { ZodObject, ZodRawShape } from "zod";
import { ZodError } from "zod";
export default function tryParseEnv<T extends ZodRawShape>(
EnvSchema: ZodObject<T>,
buildEnv: Record<string, string | undefined> = process.env,
) {
try {
@devinschumacher
devinschumacher / 0-test-suite-overview.md
Last active November 19, 2024 14:25
Software Testing Notes - vue/nuxt

Test Suite Levels

6. E2E/UI system tests
5. E2E/UI isolated tests
-
4. API tests (out of process)
3. Integration tests (in memory)
-
2. Component tests (in memory)
@devinschumacher
devinschumacher / 0-test-tools.md
Last active November 14, 2024 12:41
Architecture, Setup & Config for: Nuxt3 + vitest + @nuxt/test-utils + typescript

image


image


image

@devinschumacher
devinschumacher / post.md
Last active June 5, 2025 05:52
How to Setup Nuxt with shadcn-vue (Fixes the @/components/ui Import Issues)
title
How to Setup Nuxt with shadcn/vue

How to Setup Nuxt with shadcn-vue (fixes the @/components/ui Import Issues)

Create a new project