Frontend Web Development

287 readers
13 users here now

Community to discuss stuff all things related to frontend web development. (sharing resources, discussion etc.)

founded 3 years ago
1
 
 

Get injee here https://yu7.in/injee

2
 
 

cross-posted from: https://lemmy.ml/post/17900124

Hi,

I'm looking for some inspiration to create a website.

Do you have a "crush" :) for a website (design speaking)

Or do you know some website that list great visual feature or website ?

Thanks.

3
4
5
6
7
8
 
 

Hi there,

I have written an article on implementing server-side caching that ensures your app stays fast as you scale.

I’ve used ExpressJS for the API server, and React for the frontend.

Hope this helps someone!

9
1
HTMX Playground (lassebomh.github.io)
submitted 10 months ago by yogthos@lemmy.ml to c/frontend@lemmy.ml
10
11
 
 

Something such as !webdev@programming.dev

12
 
 

Interesting stuff to come.

Play around on https://oklch.com Chrome on a Mac screen e.g. supports P3.

13
 
 

Adding the same id multiple times increases the specificity of a selector and thus overrides other selectors.

e.g.

#myId span {color: red; }
#myId#myId#myId span { color: blue; }

Codepen

14
1
SVG Backgrounds (www.svgbackgrounds.com)
submitted 2 years ago by yogthos@lemmy.ml to c/frontend@lemmy.ml
15
16
17
18
19
 
 

I started learning web development with it. And I really enjoy the format so far. Have you ever tried to learn web dev online?