this post was submitted on 19 Nov 2025
19 points (100.0% liked)

Web Development

4770 readers
13 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 2 years ago
MODERATORS
 

I've been working in web for about a decade. I have no formal education, but I've been in various agencies and in-house teams. I have done some cool stuff but it's limited. I mainly work in wordpress, building custom plugins and themes from scratch for mid size businesses.

I am not technically challenged. The most complex of my work is basically just figuring out client requirements, designing and pitching something that makes their requirements make logical sense, and then building it. The stuff I build is usually no more complex than typical CRUD work.

I don't really know what to do. I'm stuck. I want out of this basic, boring, unfulfilling work. Has anybody managed to make this jump, or similar, and how did it go?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] muse@piefed.blahaj.zone 6 points 1 day ago* (last edited 1 day ago) (1 children)

You could use your CRUD experience to find a similar role writing desktop or server apps in Go, C#, or Java. A book on data structures and algorithms is a good place to start. It would be a step closer to making software in more interesting fields, games, building your own product, or just writing code only for your business to help sell something else.

There is also the database path (for example, TPS reports), but it's another environment where you're at the whim of a giant monolithic mystery machine. I've found there are no limits to depths of business logic that someone can invent for you to implement, just to save them a dollar.

[โ€“] rayquetzalcoatl@lemmy.world 2 points 14 hours ago

Interesting. I'm currently building something in a new stack from scratch, which has been fun so far, but a book to help get some knowledge in a different area is a great idea! Thanks.