Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

What programming tools/frameworks do you think will stay relevant 15 years in the future?

Alt Title: How do you know if a framework is worth sticking with?I have been learning svelte for the past few days and have even started porting an alpine.js project to svelte. While svelte felt much ...
11.03.2025 0 Read More

SvelteKit 2: How to make code-based router, instead of file-based router

The idea is to create universal [...path] that will capture all, and our urls.js will look like this: ⛶export const default_error = () => import('/src/error.svelte'); const base_layout = {page: ...
11.03.2025 0 Read More

Build Svelte AI Chat with Vercel's AI sdk

Chat apps are very popular since ChatGPT got viral, and so many tools were created for building Chat apps, e.g. langchain.However, almost all AI chat apps I've seen are created with React. Svelte is m...
13.03.2025 0 Read More

I built Peasy: A privacy-focused analytics tool for developers

Throughout my journey working on client projects and my own products, I've constantly needed insights into how users interact with my work. I’ve tussled with many analytics solutions — Mixpanel,...
17.03.2025 0 Read More

React vs. Svelte: A Developer's Honest Opinion

React vs. Svelte: A Developer's Honest Opinion
Meme As a software developer, I have learned and worked with both React and Svelte. Let's explore the pros and cons of React versus Svelte. React's Strengths React has been around for ...
17.03.2025 0 Read More

Svelte reactive $state recursive classes

Svelte reactive $state recursive classes
In my new learning project I have a recursive data structure that looks as follows: ⛶type CategoryType = { name: string; percent: number; percentages: { name: string; per...
21.03.2025 0 Read More

Building a SaaS with Svelte: How Lalye is Redefining Project Management

Building a SaaS with Svelte: How Lalye is Redefining Project Management
As a founder working on Lalye | lalye.com, a SaaS product designed to help teams manage projects effectively, I wanted to share my journey and why I chose Svelte for building this app. In this post, I...
24.03.2025 0 Read More

Why on-boarding processes can be a snooze fest (and how to fix It with svelte)

Let’s face it: onboarding processes in web applications can be a drag. You’ve got forms to fill out, instructions to read, maybe a progress bar that crawls while the user waits for some backend ma...
25.03.2025 0 Read More

🎨 Building Avatarify AI: A One-Click Solution for Stunning AI Avatars

Hey there, fellow developers! 👋 I'm excited to share with you my latest project: Avatarify AI, an open-source SaaS that lets you create amazing AI-powered avatars from a single selfie. No more wait...
25.03.2025 0 Read More

Svelte vs React in 2025: Is It Time to Switch?

The JavaScript ecosystem is constantly evolving, and in 2025, one of the biggest debates among frontend developers remains: Svelte vs React. React has dominated the industry for years, but Svelte’s ...
27.03.2025 0 Read More
Loading...
#reading
Y'all. What the heck is Vibe Coding?
0
TiDB Serverless vs PlanetScale: The Ultimate Cloud Database Showdown
0
Solving issue "The repository 'http://ports.ubuntu.com/ubuntu-ports noble-security InRelease' is not signed"
0
Being a UI/UX designer is not just about creating pretty screens
0
Passkeys: Should You Build or Buy? A Practical Guide
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0