Skip to content
View dakshesh14's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report dakshesh14

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
dakshesh14/README.md

Hi there 👋

I am currently looking for SDE role. I am interested in building SaaS products.

Pinned

  1. anukool anukool Public

    An AI powered project to help job seekers by crafting cover letters.

    Python 40 1

  2. code-editor code-editor Public

    Seamlessly write Python, C++, JavaScript, Java, and React code in your browser, with instant output. While React operates directly on the browser, the rest execute securely on isolated servers.

    TypeScript 11 3

  3. real-time-collaborative-text-editor real-time-collaborative-text-editor Public

    A rich-text collaborative editor which allows multiple users to edit the same document at the same time. Uses CRDT and web-socket for real-time collabroation

    Python 13 6

  4. reddit-clone reddit-clone Public

    This is reddit clone backend. It is like reddit where users can join communities, create posts, and vote/comment on posts. They can also chat with other community members in real-time.

    Python

  5. fastAPI-transformer fastAPI-transformer Public

    Python web application built with FastAPI and Hugging Face's Transformer library. It allows users to input long-form content and generates a summary of the main points. Additionally, it provides a …

    Python

  6. tic-tac-toe tic-tac-toe Public

    This is a simple game of Tic-Tac-Toe that you can play against the computer. The computer uses a minimax algorithm to determine the best move.

    TypeScript