Giter Site home page Giter Site logo

blog-x's Introduction

                                     		<h1> Hello world! </h1>

Β About me

  • My area of work is diversified into various domains, including LLMs, AI-agents, Full-stack web development, Artificial Intelligence, Deep Learning and solving crunch data structures and algorithm problems.
  • πŸ‘― I’m looking forward to collaborating on open-source projects.
  • I am a MITACS research fellow. I am researching on "Federated Learning to Fine-tune LLMs using blockchain"
  • I was part of LFX-Mentorship'23 Term-2 with Litmus-Chaos.
  • In my spare time, I write blogs on Hashnode and leetcode.
  • βœ” Ask me anything, and I am happy to help, (only if the ball is in my court!πŸ˜‰)
  • Outside tech, I am a decent footballer! FORΓ‡A BARΓ‡A⚽
  • Here's a link to my resume (Link) and portfolio website (Link)
  • Tech-stack πŸ“œ

JavaScript TypeScript Go Docker Kubernetes React JS Next JS Python Java C++ HTML5 CSS3 TailwindCSS Bootstrap NodeJS Express.js GraphQL Django TensorFlow Git

πŸ”— Contact Me

linkedin twitter Gmail

πŸ“Š Github Analytics

My Latest Blog Posts πŸ‘‡

Beginner guide to deploying Micro-services on Kubernetes Beginner guide to deploying Micro-services on Kubernetes

23 May 2023 | Updated: 25 May 2023

In today's fast-paced digital landscape, businesses are increasingly adopting microservices architecture to build scalable and resilient applications. Microservices offer a modular approach to application development, allowing different components to...



Next.js 13.4: Everything You Need to Know (Part - 1) Next.js 13.4: Everything You Need to Know (Part - 1)

15 May 2023 | Updated: 16 May 2023

Next.js is a React framework that enables you to build fast, dynamic, and SEO-friendly web apps with ease. It provides features such as file-system-based routing, server-side rendering, automatic code splitting, data fetching, image optimization, and...



What is contributing to open-source and how to contribute to open-source programs 2023 What is contributing to open-source and how to contribute to open-source programs 2023

7 Dec 2022 | Updated: 7 Dec 2022

Depending on the project you're working on, contributing to open source may be frightening and perplexing. Additionally, the majority of large open-source projects have a steep learning curve. However, as proven, there are many chances for newcomers ...



Finite State Automata Finite State Automata

23 Nov 2022 | Updated: 26 Nov 2022

Introduction An automata, also known as an abstract machine or model, is anything that is examined in order to find solutions to difficult mathematical problems. The computer science subfield known as the Theory of Automata is intimately connected to...



πŸ† Github Trophies

trophy

Visitor

blog-x's People

Contributors

gandalfgwaihir avatar omsurase avatar rushikeshchandak30 avatar sohamratnaparkhi avatar

Stargazers

 avatar  avatar

Watchers

 avatar

blog-x's Issues

[feat]: add elastic search functionality

This is generally used to search a particular blog from db or search particular user. Not sure about it but it is similar to Insta's search part where we write user name and insta suggests us, user with similar names. We can implement it here:
image

Elastic search

temp issue

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

widget ( Profile component )

Is your feature request related to a problem? Please describe.
Add a profile component on home page in widgets section

[feat]: Add title to every page

Is your feature request related to a problem? Please describe.
Currently, title of pages apart from the Home page is not given and hence no localhost:3000/<pagename> is being seen.

Describe the solution you'd like
Add the following code snippet at start of all pages.

<Head>
        <title>Blog-x/<pagename></title>
        <meta name="description" content="Blog-x" />
        <link rel="icon" href="/favicon.ico" />
</Head>

[feat] : add metamask authentication

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

[feat]: add dynamic routing for every blog

Is your feature request related to a problem? Please describe.
Currently, blogs are populated on the homepage itself

Describe the solution you'd like
We need to have a unique page for each blog. Something like this

Describe alternatives you've considered
Using dynamic routing and slug links

Some resources
Next Js docs

[bug]: profile page when reloaded gives errors

Describe the bug
Errors occur when the profile page is reloaded.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'localhost:3000/profile'
  2. On abrupt reload, errors occur sometimes
  3. See error

Soln
If no reason found, then just add try catch block.

Screenshots
image

[bug] : Page doesn't log out in some cases

Describe the bug
If the user is on any page apart from home, then the user manually needs to go home to log out from the app. If user is on any page then the screen just reloads but user is not logged out.

temp

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.