Hasani Rogers
@deificartsllc.bsky.social
š¤ 165
š„ 21
š 49
Developer. Creator. Cat lover. INTP since 1985.
https://linktr.ee/deificarts
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.
11 days ago
0
1
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.
13 days ago
0
1
0
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
loading . . .
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.
https://anibookquotes.com
16 days ago
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!
20 days ago
0
0
0
A new blog. Lit is better than React.
dev.to/hasanirogers...
loading . . .
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...
https://dev.to/hasanirogers/lit-is-better-than-react-signals-in-lit-34gc
22 days ago
0
2
2
Sass vs Vanilla CSS, which one do you prefer?
23 days ago
1
1
1
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...
loading . . .
StackBlitz
https://stackblitz.com/~/github.com/hasanirogers/lasz-todo
25 days ago
0
2
0
The LASZ stack logo has been completed. Look at that lazy cat.
26 days ago
0
0
0
Iām working on a logo for the LASZ stack yāall.
26 days ago
0
0
0
Happy Valentine's Day. For all you single devs out there, get a free single from Wendyās.
27 days ago
0
0
0
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
loading . . .
Kemet UI | A Modern Blueprint System
https://kemet.dev
28 days ago
0
2
0
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...
loading . . .
StackBlitz
https://stackblitz.com/~/github.com/hasanirogers/lasz-todo
29 days ago
0
2
0
Devs, let's share some horror stories about working with vibe code from other devs.
about 1 month ago
1
0
0
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
loading . . .
Intro to Lit JS in 2026: Creating a dark mode
YouTube video by Deific Arts LLC
https://youtu.be/5RTU19mIbyI
about 1 month ago
0
0
0
Did you know you can write media queries like this now?
youtube.com/shorts/0gDhK...
loading . . .
Modern Media Queries
YouTube video by Deific Arts LLC
https://youtube.com/shorts/0gDhK1B-XP0
about 1 month ago
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.
about 1 month ago
0
1
0
Are web components a thing yet? Share this with grumpy non-believers.
arewebcomponentsathingyet.com
loading . . .
Are Web Components A Thing Yet?
https://arewebcomponentsathingyet.com
about 1 month ago
1
1
0
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.
about 1 month ago
1
1
0
Why is Tailwind for devs who are bad with CSS? Wrong answers only.
about 1 month ago
1
2
0
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...
loading . . .
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...
https://deificarts.com/blog/embracing-the-platform-the-dom-as-your-component-model
about 1 month ago
0
0
0
Who said developers can't be creative?
about 1 month ago
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.
about 1 month ago
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.
about 1 month ago
0
1
0
I just released Kemet v4.1.0 and it comes with a cool typewriter element. Check it out!
kemet.dev/docs/?path=/...
loading . . .
storybook - Storybook
https://kemet.dev/docs/?path=/story/miscellaneous-typewriter--standard
4 months ago
0
0
0
Made a post about embracing web standards again with web components.
dev.to/hasanirogers...
loading . . .
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...
https://dev.to/hasanirogers/its-time-to-get-comfortable-with-web-standards-again-220
6 months ago
0
2
1
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.
7 months ago
0
1
0
Who else finds working with refs in React to be strange and unnatural?
9 months ago
0
0
0
Once these technologies enjoy major browser adaptation, developers are going to start catching on to the fact that you donāt need to write 200 lines of Javascript to get an accessible carousel. People came to realize that you donāt need jQuery. The same is going to happen with the likes of React.
add a skeleton here at some point
10 months ago
0
0
0
Using slots to compose components with web components is more enjoyable than React's children.
11 months ago
1
31
4
Built with Astro and Web Components, my new portfolio site has all 100 lighthouse scores!
hasanirogers.me
11 months ago
0
4
1
Iāve been working with both Astro and Next lately and I must say, I like Astro much better.
11 months ago
0
0
0
I updated Kemet UI's doc site. I'm rather happy with the new design. It's now built on
#AstroJS
kemet.dev
loading . . .
Kemet UI | A Modern Blueprint System
https://kemet.dev/
12 months ago
0
0
0
Hey book lovers, I made an app for you.
anibookquotes.com
Ani Book Quotes is social media for book lovers. Post, like and share quotes from your favorite books. Members get access to additional features. Itāll be coming to Google Play and maybe Apple App Store later.
loading . . .
Ani Book Quotes
Ani Book Quotes is social media designed for book lovers!
https://anibookquotes.com
about 1 year ago
0
0
1
Happy New Years folks. I've been hacking a way at a secret app I've been building that's powered by Lit and
#webcomponents
. I'm learning a lot by building this thing (it accepts payments with Stripe on the backend) and I'll be writing about it in my blog in the coming weeks. Stay tuned!
about 1 year ago
0
1
0
One of the things I love about working with
#WebComponents
is style encapsulation with Shadow Dom. I feel it lets you focus on semantics properly. I do not like the āthrow a class on everythingā approach to styling. Litās ability to reflect a property to style on as an attribute is bliss.
over 1 year ago
0
1
0
Playing around with
#webcomponents
and Astro. Integration is easy but I'm sad v5 is dropping Lit support.
over 1 year ago
1
2
0
I love when I see
#designsystems
compared to legos. Legos are so fun.
over 1 year ago
0
0
0
Interested in using
#webcomponents
in
#nextjs
? I've updated Kemet UI with integration guides and among them is Next.
kemet.dev
loading . . .
Kemet UI | A modern blueprint design system.
https://kemet.dev/
over 1 year ago
0
3
0
Interested in using
#webcomponents
in
#react
19 and higher? Checkout Reactbox for a demo:
stackblitz.com/~/github.com...
loading . . .
StackBlitz
https://stackblitz.com/~/github.com/hasanirogers/web-components-reactbox?file=src/App.tsx
over 1 year ago
1
1
0
I'm going to be posting a series of integration repos that shows how to integrate Web Components in different technologies like React and NextJS. Eventutally I'll update the docs for Kemet UI with documentation on this. I might even blog about it. Stay tuned!
over 1 year ago
0
0
0
I'm glad my design system, Kemet UI, is seeing more weekly downloads on npm.
www.npmjs.com/package/keme...
loading . . .
kemet-ui
A flexible blueprint system for UIs.. Latest version: 3.1.0, last published: 2 months ago. Start using kemet-ui in your project by running `npm i kemet-ui`. There are no other projects in the npm regi...
https://www.npmjs.com/package/kemet-ui
over 1 year ago
0
0
0
The amount I need to scroll to get to my birth year while signing up for these apps is scary. š
over 1 year ago
1
2
0
you reached the end!!
feeds!
log in