Aaron

Aaron @ragudos

About: Hello! I'm just a guy looking to make websites and be challenged in software development.

Joined:
Aug 16, 2023

Aaron
articles - 7 total

Inheritance vs Composition

Object-Oriented Programming (O.O.P.) has been relevant in the land of programming. For this article,...

Learn More 0 0May 29

Create a strict Content-Security-Policy in NextJS

First, you need to add this in your middleware: export function middleware(request: NextRequest)...

Learn More 1 0Apr 4 '24

Improve your CSS skills

These are some tips to improve your CSS skills. CSS Properties :root { --clr-text:...

Learn More 0 0Mar 27 '24

The power of Rust

Have you ever written a TypeScript application, and it suddenly crashes on runtime because of some...

Learn More 0 0Mar 25 '24

The Basics of HTMX

So you got tired of JavaScript, writing endless boilerplate and trying to adhere to the SOLID...

Learn More 4 0Feb 18 '24

You might need to know this about React...

Please take note that I am a self-taught web developer and that my information is based solely on my...

Learn More 0 0Oct 9 '23

The Fundamentals of State Management

Hello there! In this article, you will get to know what I have learned recently which is state...

Learn More 0 0Oct 9 '23