A proposal for a free newsletter subscription service which doesn’t require email or any personal information being collected.
Using JavaScript to redirect to a relative URL

When using services like GitHub pages, you won’t have access to tools that allow you to redirect using HTTP status codes. This means you need to improvise. A good solution for this is a client side redirect done in JavaScript. Combined with some additional GET parameters, you can redirect to a choice of pages. I’ve […]
How discord displays images and website previews

Have you ever wondered how discord displays images and links when you post them in the channel? Discord has a media proxy which will make the request and return the item to the user. This helps reduce the amount of requests to the web server and keeps users safe. When you post a link of […]
How to make a discord bot: Everything in between

A guide written to plug in the gaps that exist in most discord bot making tutorials today, mostly focused on growing and managing your bot.
Using cloud technology for advanced rickrolling

How you can use advanced cloud technology to trick your friends into watching the internet’s favourite video.