Relative Content

Tag Archive for web

Technique for simple blog-style portfolio website backend?

I want to make a portfolio website where I can make posts that are viewable in their own categories such at 3dcg/renders, 3dcg/animations, Programming/Games, etc…, when each of the respective categories is clicked in the sidebar, it brings up only posts of that type, and when the Project feed is clicked, it shows all posts by most recent. I’ve attached a reference photo. What is the easiest technique to create the backend for something like this?

How to support anonymous user in web application?

I work for a publishing company that also provides content distribution to their users. In order to access a piece of content the user must be entitled to do so. Traditionally this authorization check has been done with several different ways (most of them legacy, unsecure and, tbh, very ugly). We do support username and password authentication but this is by far the less common way used for gaining access to content. For the sake of this post let’s assume that the only alternative is for a user to reach our product from a company’s internal portal – we call this “Referral access”.