hanasand

Articles

Recently published

How to create a scalable Discord bot specific to your needs?

How to create a scalable Discord bot specific to your needs?

Published 12.05.2025, 02:00

This article details how to create a custom, reliable Discord bot that you can use for role management, mirror game servers, create documentation pages on your wiki solutions, one click Infrastructure As Code deployment in multiple environments, and other things you might use a Discord Bot for. (It even updates itself without downtime!)

This article is coming soon! <3

How to set up performant low latency caching?

How to set up performant low latency caching?

Published 12.05.2025, 02:00

I use NextJS, and even though its more than enough most of the time, sometimes NextJS' caching just doesnt cut it. This is a simple approach to a < 5ms cache setup that allows to be easily extended and modified to your needs, without complex logic or abstractions.

This article is coming soon! <3

How to create a event management React Native Application?

How to create a event management React Native Application?

Published 12.05.2025, 02:00

Maybe your organization hosts a lot of events? Football, running, bowling or any other social initiatives in your organization will quickly pile up and become difficult to keep track of. Thats why I created a simple application with notifications, dates and everything else you need to keep track of whats going on in your organization.

This article is coming soon! <3

Library Safety Manager

Library Safety Manager

Published 12.05.2025, 04:10

Have you ever thought about blocking vulnerable dependencies proactively instead of retrospectively? If not, no worries, I got you! This article gives a brief overview of the application, and links to the full thesis detailing the entire application.

This article is coming soon! <3

How to create server side themes for NextJS?

How to create server side themes for NextJS?

Published 12.05.2025, 02:00

In this article I explain how to setup proper ssr themes for NextJS without FODT (Flash Of Default Theme) and other common problems when dealing with themes. It also integrates well with custom themes and does not rely on any library at all (although I use tailwind for preference).

This article is coming soon! <3