Andi Rosca

Andi Rosca @andi23rosca

About: Just a frontend dude with non-frontend interests

Location:
Netherlands
Joined:
Aug 25, 2020

Andi Rosca
articles - 10 total

How I made my blog with SolidStart and MDX

Blog here: https://andi.dev/blog/how-solid-start-blog SolidStart is to SolidJs what NextJs is to...

Learn More 0 0Nov 21 '24

Print and Run: Making a shitty language from scratch. Part 1.5

Intro Welcome back to making a shitty language from scratch. This is a smaller...

Learn More 0 0Nov 30 '23

Syncing solid-js resources to a global store

Solid provides a createResource function that gives you a few niceties out of the box for working...

Learn More 0 0Nov 23 '23

Making a shitty language from scratch. Part 1

Intro I believe the best way to learn how things work is to make your own shitty version...

Learn More 1 0Nov 23 '23

Do you think learning low-level programming concepts is important for web-devs?

A post by Andi Rosca

Learn More 3 2Apr 20 '22

How to write better reusable code

Side-note, the original article contains some interactive elements that are only images here. Cod...

Learn More 9 0Apr 7 '21

It's OK to break out of the Vue paradigm (sometimes)

The Vue way™ to do things is great. The pipeline Data->Template->DOM works remarkably well. Yo...

Learn More 4 0Sep 26 '20

Organize your JavaScript OOP code better with this functional programming trick

Pure functions One of the main characteristics of functional programming is the concept of...

Learn More 51 2Sep 7 '20

What are you struggling with? (frontend)

Hi, I enjoy spending my time helping people with programming stuff, so I will do my best to help you...

Learn More 6 10Aug 27 '20

How to handle input data conversion in Vue

Here is a piece of functionality that all of us either have or will run into when developing web apps...

Learn More 9 0Aug 25 '20