Hasani Rogers's Avatar

Hasani Rogers

@deificartsllc

Developer. Creator. Cat lover. INTP since 1985. https://linktr.ee/deificarts

165
Followers
21
Following
49
Posts
14.11.2024
Joined
Posts Following

Latest posts by Hasani Rogers @deificartsllc

While writing new features for anibookquotes.com I had to write an API call that verified the volume id the AI gave because it kept hallucinating and stored bad IDs in supabase. AIs are like GPS. You're always in better hands when dealing with someone who uses it as a tool rather than a crutch.

03.03.2026 03:36 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

In preparation for beginning work on a major new feature for anibookquotes.com, I’ve moved it from my VPS to Vercel. Hopefully this feature will drive engagement. It uses AI, stay tuned.

28.02.2026 07:16 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Ani Book Quotes | An app built for book lovers. Ani Book Quotes is Twitter for book quotes. Each post starts of with a quote from your favorite books. Comment, share, like, and discover new quotes from users on Ani Book Quotes.

Today I’ve updated Ani Book Quotes, a LASZ PWA, to use the Web Share API for a more native experience on mobile devices. Now, even if you aren’t using the Android app, you can share quotes and get the native share experience from your phone if it supports it! Checkout anibookquotes.com

25.02.2026 07:27 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I’ve created a scaffolding tool for you to easily bootstrap your own LASZ app. Just run β€œnpm create lasz-app” on the command line to get started. More to come!

22.02.2026 03:51 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Yup. My thoughts exactly.

20.02.2026 01:59 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Lit is better than React: Signals in Lit I once asked Gemini about the performance between React and Lit. It led me down a path to...

A new blog. Lit is better than React. dev.to/hasanirogers...

19.02.2026 15:41 πŸ‘ 2 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0

Sass vs Vanilla CSS, which one do you prefer?

19.02.2026 04:19 πŸ‘ 1 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
StackBlitz

I’ve published changes to the LASZ Todo App. It now includes Supabase integration and rocks the Lazy logo. I’ll be adding even more later! stackblitz.com/~/github.com...

16.02.2026 21:24 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

The LASZ stack logo has been completed. Look at that lazy cat.

16.02.2026 01:23 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

I’m working on a logo for the LASZ stack y’all.

15.02.2026 13:29 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Happy Valentine's Day. For all you single devs out there, get a free single from Wendy’s.

14.02.2026 18:49 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Kemet UI | A Modern Blueprint System

Did you know I have a design system? I use it mainly for prototyping. Some of the components are really old and should probably be rewritten but I did make a thing and still work on it from time to time.

kemet.dev

13.02.2026 16:07 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
StackBlitz

I’m working on a LASZ stack demo. Check it out. It has a Zustand Reactive controller for Lit that auto subscribes/unsubscribes to avoid memory leaks. Blog, Talks, YouTube Tutorial, Supabase integration, a11y support, is all to come later.

stackblitz.com/~/github.com...

12.02.2026 09:59 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Fair enough lol

10.02.2026 16:26 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Devs, let's share some horror stories about working with vibe code from other devs.

10.02.2026 05:00 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Intro to Lit JS in 2026: Creating a dark mode
Intro to Lit JS in 2026: Creating a dark mode YouTube video by Deific Arts LLC

I released a new blog but this time I also released a YouTube video that accompanies it. If you’re a developer who’s interested in working with Lit check this out. I’ll walk you through a simple dark mode toggle.

youtu.be/5RTU19mIbyI

08.02.2026 18:51 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Modern Media Queries
Modern Media Queries YouTube video by Deific Arts LLC

Did you know you can write media queries like this now?

youtube.com/shorts/0gDhK...

07.02.2026 22:10 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Correction: The name of the stack I’m going to start promoting is LASZ (pronounced as lazy). Lit. Astro. Supabase. Zustand. I might even give a conference talk about it somewhere.

07.02.2026 02:35 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Are Web Components A Thing Yet?

Are web components a thing yet? Share this with grumpy non-believers.
arewebcomponentsathingyet.com

06.02.2026 03:40 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I know right. It would be such a game changer.

04.02.2026 18:52 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

I asked Gemini about performance between Lit’s use of Shadow DOM vs React’s virtual DOM. In short, Lit has better performance because it’s based on web standards. React has familiarity from devs.

04.02.2026 16:13 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Why is Tailwind for devs who are bad with CSS? Wrong answers only.

03.02.2026 19:44 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Embracing the platform: the DOM as your component model A while back I wrote a blog discussing a return to web standards since β€œReact Brain” has taken over our thinking about what a component is. This is the follow up. In this blog I’ll be discussing conce...

I have a new blog up where I discuss centering the DOM as your component model with Web Components. Check it out.

deificarts.com/blog/embraci...

02.02.2026 15:39 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Who said developers can't be creative?

01.02.2026 22:52 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I’m reforming my brand strategy for Deific Arts LLC in 2026. This time I want it to be personal and all about coding rather than a neutral, faceless, and professional brand. I have plans for my online presence. Stay tuned.

01.02.2026 20:36 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

@deificartsllc.bsky.social I want to coin a term for my go to tech stack. The SAWZ stack. Supabase. Astro. Web Components. Zustand. I’ll probably blog about it.

28.01.2026 15:59 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
storybook - Storybook

I just released Kemet v4.1.0 and it comes with a cool typewriter element. Check it out! kemet.dev/docs/?path=/...

27.11.2025 07:35 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
It’s time to get comfortable with web standards again Originally posted on my blog. Typescript is ok though. The point of this blog is to highlight...

Made a post about embracing web standards again with web components. dev.to/hasanirogers...

08.09.2025 18:30 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

One of the little things I like about working with Astro and Web Components over Next and React is the very clear distinction between what's running on the server vs client.

10.08.2025 05:20 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Who else finds working with refs in React to be strange and unnatural?

03.06.2025 16:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0