this post was submitted on 01 Apr 2026
6 points (87.5% liked)

Web Development

5557 readers
12 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
 

Is there any good courses that cover the more technical aspects of backend development? Here are some examples, not even limited to this, but I want to hear more than the basics and also some security things to look out for in like a yt video or something, potentially includes, CORS, Cookies, JWT, server side sessions, server side rendering, websockets, server side events, html patterns (e.g the backend returning html components to be place into the browser). Status Codes, GET and POST, GRPC, file transfers.

top 1 comments
sorted by: hot top controversial new old
[–] JackDark@lemmy.world 1 points 2 hours ago

Boot.dev covers a lot of this. They have a Typescript and a Go path that you can choose between. They do take a computer science basics approach to their backend courses, which has pros and cons. This means that there's a significant number of courses, and a lot of them rely on learnings from previous ones. If you have any coding experience, you can probably skip all the Python and C courses and jump right into the meat of it. It's also a go at your own pace monthly subscription course. Again, pros and cons. As an experienced frontend dev, I got through the Typescript course in about 2 months that's spending a good amount of time each week on it. There is also an active Discord community that you can reach out to with questions if the AI assistance bot isn't able to answer them, but it's pretty good.