Generate a Pull Request of Static Content With a Simple HTML Form
Jamstack has been in the website world for years. Static Site Generators (SSGs) — which often have content that lives right within a GitHub repo itself —
Henry From Online | How To Use The Spotify API and Netlify Functions To Build A “Now Playing” Widget
I recently* built this really cool feature for my personal website that allows me to use Netlify Functions to show my most-recently-listened-to tracks from Spotify. Here's how I did it!
Upon hearing "sticky footer" these days, I would think most people imagine a position: sticky situation where a footer element appears fixed on the screen
yairEO/knobs: UI knobs controllers for JS/CSS live manipulation of various parameters
UI knobs controllers for JS/CSS live manipulation of various parameters - yairEO/knobs: UI knobs controllers for JS/CSS live manipulation of various parameters
After coming across the super cool header/footer motif on Josh Collinsworth's site (https://joshcollinsworth.com/) we set about re-creating the randomized grid there, only just doing it from scratch guessing how it might have been done.
WordPress was potentially the most impactful and empowering technology I've yet encountered. It transformed my career path and enabled me to do anything I wanted at every point in my journey. So why leave it now?
Building a Photogallery app with Strapi, 11ty, Tailwind CSS, & Cloudinary
In this you will learn how to create a Photogallery app with Strapi, 11ty, TailwindCSS, and Cloudinary. The images for the photogallery will be stored in Cloudinary, and Tailwind CSS will be used to create the 11ty frontend UI.
uttesh/mo: mo.js is cli application to remove the unused node_modules from the system
mo.js is cli application to remove the unused node_modules from the system - uttesh/mo: mo.js is cli application to remove the unused node_modules from the system
Advanced pagination control for WordPress – CSSIgniter
Sometimes, when working on a project you might need to have a different number of posts per page depending on the page you are on. This guide is for you!
I have to get the YouTube video title with the YouTube video ID in PHP.
Currently I am doing it like this:
$html = "http://www.youtube.com/watch?v=" . $video_id;
$doc = new DOMDoc...
Rapid color palettes across the rainbow. Huey is great for instantly generating color palettes for use with CSS variables, SCSS, and JavaScript, and exports markup for Tailwind, Bootstrap, and PostCSS frameworks.