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.

@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.

/* 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

@devinschumacher
devinschumacher / ai-sales-assistants.md
Last active May 15, 2025 00:15
AI Sales Assistants: The Best Apps for Boosting Conversions & Turning Prospecting to Autopilot

10 Best AI Sales Assistant Tools: Elevate Your Sales Game

Are you ready to turbocharge your sales efforts? Look no further—AI sales assistants are revolutionizing the way businesses engage with customers, streamline workflows, and close deals.

In this roundup, we’ll explore the best AI sales assistant tools of 2024, dissecting their features, benefits, and ideal use cases to help you choose the right one for your needs.

What is an AI Sales Assistant?

An AI sales assistant is a software tool that leverages artificial intelligence to aid sales teams in various tasks—from lead generation and email automation to customer interaction and data analysis.

@devinschumacher
devinschumacher / bulk-transfer-github-issues.md
Last active July 9, 2025 07:39
Bulk Transfer Github Issues to Another Repository