76
-2
77
11
submitted 8 months ago by mac@infosec.pub to c/webdev@programming.dev

I have a Deno Fresh app, it runs fine for the most part but there is an issue on load in a browser that hasn't cached anything, clicking the about button doesn't work on the first click but does on the second if you click another in between.

There is also an issue in my android phone where it stutters when scrolling down to the about section as the animation loads.

Any help would be amazing, the repo is here

78
5
79
21
Back to Basics in Web Apps (lackofimagination.org)
80
-5

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!

81
28
submitted 8 months ago by Ephera@lemmy.ml to c/webdev@programming.dev
82
12
83
22
submitted 8 months ago by rimu@piefed.social to c/webdev@programming.dev

Fediverse traffic is pretty bursty and sometimes there will be a large backlog of Activities to send to your server, each of which involves a POST. This can hammer your instance and overwhelm the backend’s ability to keep up. Nginx provides a rate-limiting function which can accept POSTs at full speed and proxy them slowly through to your backend at whatever rate you specify.

84
11
85
0
Node Authentication With Passport.Js (javascript.withcodeexample.com)
86
19

Today I am super proud to announce that I have finally picked up the task of finishing my book titled, "HTML: A Comprehensive Guide". I am writing the book in public and releasing it under the MIT license.

87
14
88
14
89
18
CSS Folding Effect (www.joshwcomeau.com)
90
10
91
11
92
7
93
21
submitted 8 months ago by mac@programming.dev to c/webdev@programming.dev
94
8
The View Transitions API (frontendmasters.com)
submitted 8 months ago by mac@programming.dev to c/webdev@programming.dev
95
7
submitted 8 months ago by mac@programming.dev to c/webdev@programming.dev
96
16
97
16
Say Goodbye to Contact Form Spam (omrilotan.medium.com)

Came across this interesting article. But what do you all think?

98
15
submitted 9 months ago by mac@programming.dev to c/webdev@programming.dev
99
10
submitted 9 months ago* (last edited 9 months ago) by alexdeathway@programming.dev to c/webdev@programming.dev

I am working on a personal website that loads perfectly on Chrome and Chromium-based browsers but crashes or doesn't bother to render on Firefox and Firefox-based browsers. I'm unable to narrow down the issue.

This issue doesn't occur in any mobile device browser(firefox or chrome).

website: https://gecom.alexdeathway.me

source code: https://github.com/alexdeathway/gecom

100
77
submitted 9 months ago by rimu@piefed.social to c/webdev@programming.dev

The amount of CSS novelty in the last two to four years has been staggering. Multiple innovations have been released and are now supported in all modern browsers, and some of them fundamentally change how to make websites.

view more: ‹ prev next ›

Web Development

3453 readers
1 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