The 5 Best Web Development Courses Worth Taking in 2024

Web development can be a lucrative and challenging career. See our top picks for courses that can introduce you to the field and kick-start your job search. Continue reading The 5 Best Web Development Courses Worth Taking in 2024

Best practises regarding authentication in SPA/API solutions with SSO

There is really not that great information on what the best practices are for auth in SPA/API solutions. Most of them just say use JWTs and auth code flow in the SPA. There is a ton of information regarding auth in a SPA where you are requ… Continue reading Best practises regarding authentication in SPA/API solutions with SSO

Is it possible to disallow external IPs from accessing a page of a React site? [migrated]

I’m currently learning React to host a personal website (on an Ubuntu server) and am port forwarding it to allow access from the internet.
However, for security reasons, I’d like one or more pages to only be accessed on my LAN. If an exter… Continue reading Is it possible to disallow external IPs from accessing a page of a React site? [migrated]