Skip to content
View dugalcedo's full-sized avatar

Block or report dugalcedo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dugalcedo/README.md

Dug Alcedo

Web developer based in Stockholm, Sweden. Fluent in English and Swedish.

Open to work Freelance available Stockholm

dug.wtf · dougalcedo@gmail.com · LinkedIn


Tech

TypeScript JavaScript Svelte SvelteKit React Node.js Bun MongoDB Mongoose Drizzle Zod Vite HTML5 CSS3 Vercel


Featured project

A minimal toolkit for full-stack SvelteKit. Server-side request handling, reactive fetching, and form state — with Zod validation and end-to-end type inference. Svelte 5.

// Typed server endpoint
export const POST = defineHandler({
    body: z.object({ x: z.number(), y: z.number() }),
    handler: async (evt) => {
        return { json: { result: evt.body.x + evt.body.y } }
    }
})

// Inferred on the client — no duplication, no drift
export type MathInput  = typeof POST.inferInput
export type MathResult = typeof POST.inferOutput
moose

More projects

dugwtf

Personal site, production app. SvelteKit + TypeScript + Drizzle, deployed on Vercel. dug.wtf

american_ales_json

Typed JSON dataset: 700 pale ales from 232 American breweries, with generated pricing derived from Untappd ratings.

react-blackjack

Blackjack built with React + TypeScript + Vite. Live demo

geomoose

REST Countries explorer with search, region filter, and light/dark mode. Frontend Mentor challenge. geo.dug.wtf

pong

Pong in vanilla JavaScript, with sound. dugpong.vercel.app

gameoflife

Conway's Game of Life implemented in JavaScript.

node-weather

Weather app built on Node.js.

 

Stats

GitHub stats Top languages

GitHub streak

Contribution activity graph

Popular repositories Loading

  1. pong pong Public

    JavaScript

  2. use-context-tutorial use-context-tutorial Public

    JavaScript

  3. geomoose geomoose Public

    JavaScript

  4. react-blackjack react-blackjack Public

    Blackjack, made in React in a couple hours.

    TypeScript

  5. webb24-frontend-1-grupp-h webb24-frontend-1-grupp-h Public

    HTML

  6. frontend-1-quiz frontend-1-quiz Public

    JavaScript