Skip to content
View bniladridas's full-sized avatar

Organizations

@masai-course @gazzette-ai @co-compiler @Archer-Your-Premium-Music-Experience @Gravity-Blog @Beta-AI-Pro

Block or report bniladridas

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
bniladridas/README.md

bniladridas

Version JavaScript

  / \__
 (    @\___
 /         O
/   (_____/
/_____/   U

Welcome to my personal website, built with Next.js and Tailwind CSS. This site showcases my work and contributions as a Full Stack Developer specializing in AI, cloud computing, and high-performance applications.

Features

  • Responsive design using Tailwind CSS
  • Fast performance with Next.js
  • Easy navigation and user-friendly interface

GitHub Language Usage Chart

This section displays a live graph chart that calculates and shows the coding usage by language from my GitHub profile. To view the chart, please visit the homepage of the application.

Getting Started

To get started with this project, clone the repository and install the necessary dependencies:

git clone https://github.com/bniladridas/bniladridas.git
cd bniladridas
npm install

Running the Project

To run the project locally, use the following command:

<span style="color: yellow;">npm run dev</span>

Visit http://localhost:3000 in your browser to see the application in action.

Git Operations

Here are the Git commands used in this project:

  • Clone the repository:

    git clone https://github.com/bniladridas/bniladridas.git
  • Stage changes:

    git add <file>
  • Commit changes:

    git commit -m "Commit message"
  • Push changes:

    git push

Troubleshooting Git Commands

During troubleshooting, the following Git commands were used:

  • Check the status of the repository:

    git status
  • List all branches:

    git branch -a
  • Remove untracked files:

    git clean -fd
  • Force push changes:

    git push --force

Deployment

To deploy this project, you can use Vercel, the recommended platform for Next.js applications. Follow these steps:

  1. Install Vercel CLI:

    npm install -g vercel
  2. Login to Vercel:

    vercel login
  3. Deploy the application:

    vercel

Debugging and Solutions

During the development process, we encountered several issues that were resolved as follows:

  • Error: ConfigReadError related to contentlayer package.

    • Resolution: Removed contentlayer and next-contentlayer packages and updated the next.config.mjs file to eliminate references to next-contentlayer.
  • Error: TypeError: Cannot read properties of undefined (reading 'ContextRegistry').

    • Resolution: Downgraded react and react-dom to version 18.2.0 to ensure compatibility with [email protected].

License

This project is licensed under the MIT License. The MIT License is a permissive free software license originating at the Massachusetts Institute of Technology (MIT). It allows reuse of software within proprietary software provided that all copies of the licensed software include a copy of the MIT License terms and the copyright notice.

For more details, see the LICENSE file.

Pinned Loading

  1. ml-api ml-api Public

    A machine learning API for model deployment and inference.

    Python 1

  2. beta-ai-editor beta-ai-editor Public

    A software solution that simplifies coding by providing intelligent assistance, automation, and detailed explanations.

    TypeScript 1

  3. gravityblog gravityblog Public

    Machine Learning Usage in Chat

    JavaScript 1

  4. cpp_terminal_app cpp_terminal_app Public

    Llama, AI, C++, GPU, Natural Language Processing, Deep Learning, Meta AI

    Makefile