You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
🦩
stayin' funky
Devin Schumacher
devinschumacher
🦩
stayin' funky
widely recognized as the world's best SEO & grumpy cat impersonator.
Cloudflare Bulk Redirects: 301/302/307/308 at Scale with API, Wildcards, and CSV (Keeps Existing Rules)
Step-by-step guide to set up bulk URL redirects in Cloudflare using API, wildcards, and CSV mapping — supports subdomains, preserves query strings, and keeps your existing rules intact.
How to Use Setup a Headless CMS (Website Blog) on A Subpath of Your Domain With Hashnode, Vercel & Cloudflare (Even if Your Root Domain is Taken)
How to Use Setup a Headless CMS (Website Blog) on A Subpath of Your Domain With Hashnode, Vercel & Cloudflare (Even if Your Root Domain is Taken)
You've built an amazing SaaS product, portfolio site, or web app at yourdomain.com and now you want to add a blog for SEO, content marketing, or sharing updates...
But the platform you chose has a wack blog situation (alot of them), and you don't want to subdomain a blog from another servier (blog.yourwebsite.com) becausd well, it's better for SEO to keep it under the same primary domain.
The traditional solutions? Either:
🚫 Build a custom blog from scratch (weeks of work)
🚫 Use a clunky WordPress plugin (performance nightmare)
How To Setup Jupyter Notebook in VS Code (w/ Virtual Env & Kernels)
How To Setup Jupyter Notebook in VS Code (w/ Virtual Env & Kernels)
Figuring out how to how setup a jupyter notebook is pretty easy - you just open your terminal, install jupyter & run jupyter notebook.
But figuring out how to do it inside of VS CODE was not very intuitive (at least not for me, as I am kind of a newb with python).
But learning from newbies is the best thing you can do because, as you will find out, we are so “dumb” that our processes need to be so detailed that a monkey could run them, so it’s unlikely we will leave out some critical step that just ruins your whole day.
So here is my process, compiled from digging, reading, and banging my head against a wall until i nailed it.