Here's a peek at the Hero section for my upcoming Prismic course. We're using @gsap.com and @threejs.org to animate this 3D skateboard that we also get to customize.
You can tell your friends you know how to ollie, kickflip, and frontside 360.
@mattk.ing.bsky.social
Web dev: Laravel, Vue, Inertia, Postgres. Neovim enjoyer. Tinkering with TALL stack, Flux, and Verbs. Data: R/Tidyverse enthusiast. GIS nerd. Building apps for wildlife conservation. π» mattk.ing
Here's a peek at the Hero section for my upcoming Prismic course. We're using @gsap.com and @threejs.org to animate this 3D skateboard that we also get to customize.
You can tell your friends you know how to ollie, kickflip, and frontside 360.
Sticker that says "United Flying Octogenarians"
Saw a UFO today
29.11.2024 00:44 β π 5 π 0 π¬ 0 π 0Episode 26 of Over Engineered is out!
β‘οΈ Event Sourcery w/ Shawn McCool
share.transistor.fm/s/1d8882df
It's done. Now itβs your turn, Oracle.
Weβve submitted a formal petition to cancel the JavaScript trademark: it is generic, Oracle has abandoned it, and Oracle committed fraud on the USPTO during the last trademark renewal.
It's time to #FreeJavaScript.
deno.com/blog/deno-v-...
Just shipped my first rich text editor.
I'm super proud of it.
Even if you don't use Flux, taking a peak at the blog post I just wrote up is worth your time: fluxui.dev/blog/2024-11...
Woo, new podcast π This is a great listen!
20.11.2024 02:11 β π 2 π 0 π¬ 1 π 0Excited for NeovimConf tomorrow!
19.11.2024 00:31 β π 2 π 0 π¬ 0 π 0Whoa that's a nice collection! Never got into vinyl, but shout out to High Fidelity. I still think about that movie all the time
15.11.2024 14:09 β π 1 π 0 π¬ 1 π 0π wow didn't notice that
15.11.2024 03:45 β π 0 π 0 π¬ 0 π 0I heard @changelog.com talk about using namespace.so on a fairly recent episode. Might be worth a look. Seems like they have mac runners, too.
14.11.2024 19:20 β π 2 π 0 π¬ 1 π 0Your own
Personal
Website
Someone to read your blog
See your pictures from Prague
Just made it through the whole episode!
Thoughts:
- Not "Discount Aaron", but "Premium Caleb"
- Maybe the way around some of these trickier things in Flux is to make customizing less scary. Flux could somehow make it easier to sync changes to custom components + more examples in docs?
Multi-selects just dropped in Flux!
Been a long time coming on this one. Building a good searchable multi-select is...well...not easy lol
Dig it in a fancy lil blog post I slapped up: fluxui.dev/blog/2024-11...
Lots of solid Postgres advice here!
13.11.2024 03:31 β π 2 π 0 π¬ 0 π 0Right?! I mean Skittles are fine, I guess, but I would actively seek these out. Bought it on a whim for my kids at a downtown fair.
10.11.2024 01:44 β π 1 π 0 π¬ 0 π 0Highly recommend a freeze dried Skittle. Imagine a Skittle but light and crunchy.
10.11.2024 01:13 β π 2 π 0 π¬ 1 π 0import { authorFeedLoader } from "@ascorbic/bluesky-loader"; const posts = defineCollection({ loader: authorFeedLoader({ identifier: "mk.gg", }), }); export const collections = { posts };
--- import { getCollection } from "astro:content"; const posts = await getCollection("posts"); --- <div> { posts.map(async (post) => { const { Content } = await render(post); return ( <section> <Content /> <p>{post.data.likeCount} likes</p> </section> ); }) } </div>
Would you like to display your Bluesky posts in your Astro site? I've made an Astro content loader for Bluesky! When you build the site it loads your posts and puts them in a content collection. You can then display them on a page, or use the raw data however you want.
github.com/ascorbic/ast...
Yeah, the Wave is a lottery. But there are some other amazing hikes in the area that don't require a permit
02.11.2024 15:52 β π 1 π 0 π¬ 0 π 0The Wave in Arizona.
Love a good mountain! The Wave in Arizona.
02.11.2024 04:07 β π 3 π 0 π¬ 3 π 0the fediverse bridge server should be called bridgerton
01.11.2024 17:52 β π 48 π 4 π¬ 0 π 1Could this turn into something like Storybook for Livewire/Flux apps? Would be so cool to see the all your components as a design system
01.11.2024 16:57 β π 2 π 0 π¬ 1 π 0This is really cool!
01.11.2024 16:36 β π 2 π 0 π¬ 1 π 0πππ»
01.11.2024 16:05 β π 4 π 0 π¬ 1 π 0Iβve loved designing, building, and teaching big YouTube courses for my job at Prismic this past year.
My favorite part is making the fake brands for each website.
In the latest one we build a landing page for a fake soda brand called Fizzi.
This looks incredible!
01.11.2024 14:11 β π 2 π 0 π¬ 1 π 0I finally cracked a good API for fully customizable radio/checkbox cards in Flux
fluxui.dev/blog/2024-10...
"We care deeply about providing world-class UI components that look amazing in the browser, feel amazing in your editor, and are accessible to as many people as possible."
Love to see it, great work!
blue butterfly tramp stamp tattoo
welcome everyone
31.10.2024 14:42 β π 314 π 10 π¬ 18 π 1We took the Inertia.js infinite scroll component for 2.0 and turbo boosted it:
- β¬οΈ Reverse infinite scroll
- π¬ Multiple infinite scroll components on the same page
- π *Two way* infinite scroll
- π Syncing page state in URL
- π±οΈ Manual mode after X requests
ππ¨βπ
Speed run to get it under one minute: