Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
segbedji
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
I got a $134 Cloudflare D1 bill
(fullstacksveltekit.com)
3 points
by
segbedji
5mo ago
|
0 comments
2.
▲
Designing web interfaces with Claude Code
(segbedji.com)
3 points
by
segbedji
5mo ago
|
0 comments
3.
▲
Show HN: What Medicaid Pays – Search Medicaid Reimbursement Rate
(whatmedicaidpays.com)
1 points
by
segbedji
7mo ago
|
0 comments
4.
▲
Why Lucia might be the best authentication library for SvelteKit
(omrecipes.dev)
1 points
by
segbedji
2y ago
|
0 comments
5.
▲
Strong opinions matter, and why you should have some as an agency
(okupter.com)
1 points
by
segbedji
3y ago
|
0 comments
6.
▲
by
segbedji
3y ago
That's actually a very good idea. I was thinking about using a CLI, but this will make that not necessary, and easily scalable. Thanks for the idea.
7.
▲
by
segbedji
3y ago
I don't know much about Rails. But how easy is it to add a CLI, where users can select the options they want and get a scaffold generated with those specifically.
8.
▲
by
segbedji
3y ago
+1 to what @kevinak said. SvelteKit already provides some good ways to handle basic backend features. API routes, form actions etc... work great. If needed, once can also plug in a customer Express or other Node.js servers, https:/&#x
9.
▲
by
segbedji
3y ago
I've been thinking about the right balance for validation. Should I just do a simple checks (check if fields are not undefined, empty strings, etc…), or just plug in Zod. I will probably go with the latter.
10.
▲
by
segbedji
3y ago
I have kitforstartups.com, and yeah, the final goal is to add some example, and more documentation there.
11.
▲
by
segbedji
3y ago
Wouldn't that be much overhead? I was thinking just having a CLI where you'd choose the things you want, and the boilerplate gets scaffolded automatically with those.
12.
▲
by
segbedji
3y ago
Thanks, will do that.
13.
▲
KitForStartups – The Open Source SvelteKit SaaS Boilerplate
(github.com)
110 points
by
segbedji
3y ago
|
33 comments
14.
▲
by
segbedji
3y ago
A few weeks ago, I authored a blog post spotlighting major companies using Svelte in production. The inspiration? On several occasions, potential clients at my agency, which specializes in Svelte and SvelteKit, hesitated to proceed with us.
15.
▲
Headless WordPress with GraphQL and SvelteKit
(okupter.com)
1 points
by
segbedji
3y ago
|
1 comments
16.
▲
by
segbedji
3y ago
I had a lot of fun experimenting with headless WordPress and SvelteKit, and writing a comprehensive guide about this.
17.
▲
Sitemaps for your server-side rendered SvelteKit websites
(okupter.com)
1 points
by
segbedji
4y ago
|
1 comments
18.
▲
by
segbedji
4y ago
Sitemaps are interesting things to tackle when you're building a website, that pulls content from a CMS (headless), and uses SSR. Both technically and for SEO purposes. I go through in this post about how I implemented one on my Svelte
19.
▲
Svelte and CSS
(okupter.com)
3 points
by
segbedji
4y ago
|
1 comments
20.
▲
by
segbedji
4y ago
For the past months, I have been using Svelte and SvelteKit more and more. And I'm absolutely a big fan of everything about them. Things like how close the language and the framework stay to native BTML, CSS and JS. And also how Svelte
21.
▲
by
segbedji
4y ago
What does the full URL looks like?
22.
▲
by
segbedji
4y ago
> What if there are multiple latest releases for different OS's/chips? Yep, that would be interesting to add. It can be done easily by adding a new parameter to the URL and the form. > Also, would be could to turn it into an
23.
▲
1-click download for the latest release of a GitHub repository
(gl.orcheweb.com)
1 points
by
segbedji
4y ago
|
6 comments
24.
▲
by
segbedji
4y ago
I create this little tool yesterday, initially for personal use, but thought it could help others if I make it public. It basically allows to download the zip for the latest release (if it exists) on a GitHub repository. At my work, I didn&