GRB' s Workspace's repositories
Nestjs-Intro
Modular NestJS tutorial showcasing core concepts—controllers, providers, DTO validation, and RESTful APIs—built with TypeScript and Prisma.
Rust-Intro
A beginner-friendly repository covering fundamental Rust concepts with well-structured code examples and explanations. Ideal for getting started with Rust programming.
Nextjs-15-Intro
Sample repository showcasing the core features and best practices of Next.js 15. This project covers React Server Components vs. Client Components, file-based routing, layouts, route handlers, server actions, data fetching strategies, and authentication using Clerk.
Docker-Intro
Demonstration of containerizing a Spring Boot REST application using Docker. Leveraging OpenJDK 17, Maven, and a custom Dockerfile, this project showcases best practices for building, packaging, and running lightweight Docker containers.
Java-Logger-Intro
A Spring Boot project that demonstrates Java’s inbuilt logging capabilities through a REST controller. It illustrates how to configure and use multiple logging levels—INFO, WARN, ERROR, FATAL, DEBUG, and TRACE.