Edward Vonschondorf's Avatar

Edward Vonschondorf

@edward-vonschondorf.dev

Software developer (web/game) based in LA https://edward-vonschondorf.dev/

92
Followers
181
Following
26
Posts
27.10.2024
Joined
Posts Following

Latest posts by Edward Vonschondorf @edward-vonschondorf.dev

Preview
State of JavaScript 2025 Take the State of JavaScript survey

Go take the State of JavaScript 2025 survey if you have a minute! survey.devographics.com/survey/state...

01.10.2025 16:47 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Behind The Scenes of Bun Install Learn how Bun is able to cut install times by up to 25Γ—. Bun skips Node.js's overhead with direct system calls, cache-friendly data layouts, OS-level copy-on-write, and full-core parallelism.

I haven’t used Bun yet, but this article makes me want to. Not just for its speed, but for how clearly it explains the β€œwhy” behind that speed. If you’d like to better understand how package managers work, I highly recommend it.

bun.com/blog/behind-...

12.09.2025 19:50 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
New Portfolio Site | Edward Vonschondorf My new portfolio site: A deep dive into its development from mockup to deployment.

New portfolio site is up after months of on and off development. To commemorate the occasion I wrote a blog post about how/why I made it and what I learned from it:

edward-vonschondorf.dev/blog/new-por...

Give it a read and check out the new site! Looking for feedback also!

08.08.2025 05:26 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
State of HTML 2025 Take the State of HTML survey

Go take the State of HTML 2025 survey if you have a minute! survey.devographics.com/survey/state...

25.07.2025 18:56 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
MarkThisDown Editor

I was also able to get a site up for the app using Astro and Cloudflare Workers and I am definitely going to be using Cloudflare Workers for the foreseeable future due to how easy, and fast, it was to get a deployment setup.

markthisdown.app

10.07.2025 22:25 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
MarkThisDown.app website screenshot

MarkThisDown.app website screenshot

MarkThisDown v0.1.0 released and markthisdown.app site up!

After tinkering around with Electron-Vite and Electron-Builder I was able to get the first release of MarkThisDown up on github: github.com/Torvec/markt...

10.07.2025 22:24 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Screenshot of Classic and Ultimate modes in Tic Tac Toe React

Screenshot of Classic and Ultimate modes in Tic Tac Toe React

I made a thing pt.4: Tic Tac Toe in React
tic-tac-toe-react-9ne.pages.dev

Finished up another project I had on hold for the past year. Feel free to play and let me know what you think. Also, check out the repo:
github.com/Torvec/tic-t...

29.06.2025 20:53 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

It's built with Electron, Vite, React, and Tailwind. I'm planning to add integrations with Astro & Hugo, and use Zod for frontmatter validation once I figure out the best approach. I'm also looking to implement a WYSIWYG editor for the body content.

20.06.2025 23:56 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

The project is still in the early stages, so not all planned features are implemented yet, but I wanted to share a quick WIP demo of the current state.

20.06.2025 23:55 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I'm building a minimalist, local-only markdown editor with frontmatter (YAML and TOML) support. It's a niche tool intended for developers who write in markdown for their blogs and use static site generators like Astro or Hugo.

20.06.2025 23:55 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
MarkThisDown Demo
MarkThisDown Demo YouTube video by Edward Vonschondorf

I made a thing pt. 3: MarkThisDown
youtu.be/1eLgGu4Fyoc

Repository: github.com/Torvec/markt...

20.06.2025 23:55 πŸ‘ 0 πŸ” 0 πŸ’¬ 3 πŸ“Œ 0
Learn Go Boot.dev certificate

Learn Go Boot.dev certificate

This one took me a little longer than the other ones I've taken on Boot.dev, mostly cause I got distracted by the Learn TypeScript course, and also cause the syntax is a bit different from JavaScript/TypeScript, Python, and C in a lot of ways. I'll keep pressing on until I get the hang of it.

13.05.2025 16:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Had a great experience doing the new Learn TypeScript course at boot.dev. Highly recommended if you're just starting out or need a refresher on the fundamentals of TS!

02.05.2025 03:31 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
2024 Year in Review | Edward Vonschondorf An overview of my developer journey in 2024

My 2024 Year in Review:

blog.edward-vonschondorf.dev/2024-year-in...

05.01.2025 06:52 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Learn backend development the smart way | Boot.dev Welcome to the most captivating, finger-flying, addictive way to learn to code. The smartest way to learn a thing is to ensure you're never bored.

Starting my 2025 with learning Python. Stumbled upon boot.dev a few days ago and I'm now 2 days into the Learn to Code in Python course. The gamification of learning, clear explanations, and the way problem scenarios are presented, keeps me motivated and excited to learn more!

02.01.2025 23:35 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Creating This Blog | Edward Vonschondorf A complete build log of my minimalist, statically generated, Astro blog

New Blog Post: Creating This Blog
My first post about a thing I created and deployed. Answering the why, the what, and the how about my blog's development.

blog.edward-vonschondorf.dev/creating-thi...

31.12.2024 07:16 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image Post image

Two updates to the Node/TS announcement:

- Node 22 WILL be getting TypeScript support by default.
- Type-only namespaces (which I actually have started using and quite like) will be supported by default.

www.totaltypescript.com/typescript-i...

28.12.2024 09:51 πŸ‘ 141 πŸ” 14 πŸ’¬ 4 πŸ“Œ 1
Hello World | Edward Vonschondorf The first post on my blog

I made a thing pt.2

Today I'm announcing I've got my own blog setup! Its intentionally minimalist, and still has a few minor things I want to add to it, but the structure is complete enough for me to start making posts.

Take care, and Happy Holidays!

blog.edward-vonschondorf.dev/hello-world/

26.12.2024 17:09 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

It feels great to finally be able to show this off and hopefully get some feedback on it as I do plan to continually update it with enhancements and new features for the foreseeable future.

20.12.2024 00:31 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Screenshot of the Next-Level-Loot website's landing page

Screenshot of the Next-Level-Loot website's landing page

I Made a Thing pt.1

Next-Level-Loot is a site that aggregates data from various third-party API's and allows users to search for deals and giveaways for games and more information about them. User's can also save their favorite games locally.

next-level-loot.vercel.app

20.12.2024 00:30 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Video thumbnail

My Github Unwrapped 2024.
You can get yours here: githubunwrapped.com

19.12.2024 17:12 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
TypeScript Generics Workshop Master TypeScript's generics with exercises from basics to advanced, including conditional types and currying.

Getting my dose of Typescript Generics from @mattpocock.com today: www.totaltypescript.com/workshops/ty...

11.12.2024 18:13 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Advent of TypeScript Advent of TypeScript is a month-long event running from December 1 to Christmas, featuring daily TypeScript challenges. Participants can test their skills, climb the leaderboard, and engage with the T...

Also going to give this a shot this year:
www.adventofts.com/events/2024

08.12.2024 15:32 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
TypeHero Level up and learn TypeScript with interactive exercises

Anyone else learning Typescript try this before? I could definitely use more practice to wrap my head around how (and why) to use Typescript.
typehero.dev

08.12.2024 15:30 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
What Makes A Wizard Quiz Test your TypeScript knowledge and see how you rank among the wizards of the TypeScript world.

What Makes A Wizard Quiz by @mattpocock.com www.totaltypescript.com/wizard-quiz?...

Seems accurate.

04.12.2024 16:37 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

This year's State of JavaScript 2024 survey is now open! survey.devographics.com/survey/state...

02.12.2024 19:43 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Hello, BlueSky πŸ‘‹

24.11.2024 19:56 πŸ‘ 4 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0