# RESTful and why it matters
In modern web development, creating clear and manageable paths for your APIs and frontend routes is crucial. Take a look at these examples:
In modern web development, creating clear and manageable paths for your APIs and frontend routes is crucial. Take a look at these examples:
In object oriented programming, It’s widely taught, misunderstood, misused that inheritance is “the basic building block” of OOP by the books.
In the world of frontend development, simplicity is often overlooked in favor of the latest and trendiest technologies. As developers, we’re bombarded with new libraries, frameworks, and tools that…
Recently, I’ve stumbled across the newer languages and frameworks that are prevalent and expected by the dev community to be the future of backend. I tried Rust tokio-rs/axum the framework way and…
TailwindCSS is a utility-first CSS framework. It is a set of CSS classes that you can use to style your HTML elements. It is not a UI library like Bootstrap or Material UI. It is a CSS framework that…
When you start learning to code, after your initial “Hello, World!” program, one of the first constructs you encounter is the if-else statement. It’s a fundamental part of programming, but it can…