An open API service indexing awesome lists of open source software.

https://github.com/notharshhaa/projects.prodevopsguytech.com

A website showcasing a curated list of major real-time DevOps and Cloud projects, ranging from beginner to advanced levels. Built using Next.js and styled with Tailwind CSS, this project leverages a modern starter template for fast and responsive development. Perfect for learning and exploring hands-on DevOps and Cloud concepts!
https://github.com/notharshhaa/projects.prodevopsguytech.com

css devops devops-learning devops-practice-project-space devops-projects farmer-motion javascript nextjs tailwindcss typescript

Last synced: 8 months ago
JSON representation

A website showcasing a curated list of major real-time DevOps and Cloud projects, ranging from beginner to advanced levels. Built using Next.js and styled with Tailwind CSS, this project leverages a modern starter template for fast and responsive development. Perfect for learning and exploring hands-on DevOps and Cloud concepts!

Awesome Lists containing this project

README

          

# πŸš€ DevOps & Cloud Projects Showcase

A **curated collection of real-time DevOps and Cloud projects**, ranging from beginner to advanced levels.
Built using **Next.js** and styled with **Tailwind CSS**, this project leverages modern web technologies to provide a fast, responsive, and interactive experience.

Ideal for developers looking to **explore hands-on DevOps and Cloud concepts** in a structured and practical manner.

πŸ“Œ **Live Site**: [projects.prodevopsguytech.com](https://projects.prodevopsguytech.com)
πŸ“‚ **Source Code**: [GitHub Repository](https://github.com/NotHarshhaa/DevOps-Projects.git)

---

## πŸŽ‰ Features

### πŸ—οΈ Core Stack

- πŸš€ **Next.js 15 (App Router)** – Modern web framework
- πŸ“˜ **TypeScript** – Type-safe development
- 🎨 **Tailwind CSS** – Utility-first CSS framework

### πŸ“Š Backend & Database *(in progress)*

- 🟩 **Neon** – Serverless PostgreSQL database
- πŸ”§ **Prisma** – ORM for seamless database interactions

### πŸ–ŒοΈ UI & Styling

- πŸ› οΈ **Shadcn/ui** – UI component library
- ✨ **Lucide Icons** – Icon library
- πŸŽ₯ **Framer Motion** – Smooth animations

### πŸ€– AI & Integrations *(in progress)*

- πŸ€– **AI SDK** – AI-powered functionalities
- βœ‰οΈ **FormSpree** – Form handling and email service

### πŸ“œ Content & SEO

- βš™οΈ **Contentlayer** – Markdown blog management
- πŸ“– **Rehype & Remark** – Markdown styling plugins
- πŸ—ΊοΈ **SEO Optimizations** – RSS Feed, Sitemap & robots.txt

### 🎡 Media & User Experience

- πŸ”Š **Howler.js** – Audio playback support
- πŸŒ‘ **Light & Dark Mode** – Interactive theme toggle
- πŸŽ›οΈ **Kbar** – Command palette for site-wide search

### πŸ“ˆ Analytics & Performance

- πŸ“Š **Posthog & Vercel Analytics** – User insights and tracking
- πŸ“± **Mobile-Friendly** – Fully responsive design

---

## πŸ“Œ Getting Started

### πŸ”§ Prerequisites

Ensure you have the following installed before proceeding:

- **Node.js** (v18+ recommended) – [Download here](https://nodejs.org/)
- **npm** (comes with Node.js) or **yarn**
- **Git** (optional but recommended) – [Install here](https://git-scm.com/)

### πŸš€ Installation Steps

1️⃣ **Clone the repository**

```sh
git clone https://github.com/NotHarshhaa/DevOps-Projects.git
cd DevOps-Projects
```

2️⃣ **Install dependencies**

```sh
npm install
```

3️⃣ **Start the development server**

```sh
npm run dev
```

4️⃣ **Open in your browser**
Visit [http://localhost:3000](http://localhost:3000) to view the project locally.

---

## πŸš€ Deployment

This project is **deployed on Vercel** for a seamless experience. To deploy it on your own environment:

1. Install the Vercel CLI:

```sh
npm install -g vercel
```

2. Deploy the project:

```sh
vercel
```

For other deployment options, check [Vercel Documentation](https://vercel.com/docs).

[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/new)

---

## πŸ“œ License

This project was originally built using [Next.js](https://nextjs.org) via the [timlrx/tailwind-nextjs-starter-blog](https://github.com/timlrx/tailwind-nextjs-starter-blog).

If you wish to reference the older codebase or reuse components (licensed under [Apache 2.0](https://github.com/jktrn/enscribe.dev/blob/ddda783b21d5d49783f4d98e9b06676af8f95031/LICENSE)), check the [v2.3.0 release](https://github.com/jktrn/enscribe.dev/releases/tag/v2.3.0).

---

## πŸ’‘ Contributing

We welcome contributions to enhance this project! To contribute:

1. Fork the repository
2. Create a new branch:

```sh
git checkout -b feature-branch
```

3. Make your changes and commit:

```sh
git commit -m "Added new feature"
```

4. Push changes and open a pull request

For detailed guidelines, check the [Contribution Guide](CONTRIBUTING.md) (coming soon).

---

## πŸ™Œ Acknowledgments

- Inspired by [timlrx/tailwind-nextjs-starter-blog](https://github.com/timlrx/tailwind-nextjs-starter-blog)
- Thanks to **[NotHarshhaa](https://github.com/notharshhaa)** for curating this project!

---

πŸš€ **Built with ❀️ by [NotHarshhaa](https://github.com/notharshhaa)**