Giter Site home page Giter Site logo

100xdocs's Introduction

Docs for 100xdevs Cohort

This website consists of docs related to the 100xdevs Cohort, which is split up into week wise sessions.

The content is purely an initiative by a cohort member Milind Mishra - who is a full stack developer looking to help others learn how to build web apps. Also accepting contributions from other cohort members.


The docs covered on this website and in the cohort can guide you as a starting point for building your own web apps. The goal is to help you learn how to build web apps with standard technologies that are relivant for the market.

Contributing

If you are a cohort member and want to contribute to this website, please follow the contributing guidelines.

100xdocs's People

Contributors

thatbeautifuldream avatar isuyashpatel avatar ankiiisharma avatar hg8116 avatar hyper-dot avatar ssk090 avatar

Stargazers

Pavan Kumar Bandaru avatar Vivek  avatar Arnav Anand avatar Anuj Kumar Mishra avatar Ayush Kumar avatar Somnath avatar Gandham Jagadeesh avatar Sharad Bhadait avatar Sam avatar vaibhav gupta avatar Ajeet Pratap Singh avatar Amit Jimiwal avatar Bala avatar Polaki Sai Kiran avatar  avatar Ansh Chouksey avatar Shubh Sharma avatar  avatar Dev Italiya avatar  avatar Sai Yashwanth avatar Shubham Kumar avatar Harshit Sharma avatar Dilpreet Grover avatar Susanto avatar Shreyash Patra avatar Anmol Bansal avatar Prathamesh Powar avatar Pranshu Sati avatar Vishwajeet Raj avatar Ganesh Kanchi avatar chetan gupta avatar  avatar Vidya Sagar Hansda  avatar Dev Sanghvi avatar Lokesh Kumar avatar  avatar Hardikk Kamboj avatar AbubakarShf avatar Nitesh Jaiswar avatar Shrut Sureja avatar Anoop Raju avatar Amil Ali avatar Sinchan Dasgupta avatar Zhazha_JiaYiZhen avatar Subham Sahu avatar Madhavan Saravanamurthi avatar Prerak Rawat avatar Sivadhas  avatar  avatar SHAIK ABDULHAMEED avatar Rohan Baranwal avatar Prajwal Raj avatar Anshul-Ji avatar Shubhankit Jain avatar Akshit lakhera avatar Minhazur Rahman Ratul avatar  avatar Ram Vignesh M avatar Vishal Singh avatar

Watchers

 avatar

100xdocs's Issues

[FEAT]: Add calls to GAI preferably [Gemini] for docs-bot

Description

The APIs are now generally available and have a generous free tier with upto 60 request per minute.

Quickstart to consuming the library

const { GoogleGenerativeAI } = require("@google/generative-ai");

// Access your API key as an environment variable (see "Set up your API key" above)
const genAI = new GoogleGenerativeAI(process.env.API_KEY);

async function run() {
  // For text-only input, use the gemini-pro model
  const model = genAI.getGenerativeModel({ model: "gemini-pro"});

  const prompt = "Write a story about a magic backpack."

  const result = await model.generateContent(prompt);
  const response = await result.response;
  const text = response.text();
  console.log(text);
}

run();

https://ai.google.dev/tutorials/node_quickstart

Additional Information

No response

[FEAT]: Add a onboarding selection grid

Description

We are planning to add Assignments in the docs website as well, hence having a onboarding grid to route the user to desired land seems like a good UX.

  • Currently docs will be at /docs and the assignments at /assignments

Additional Information

No response

[BUG]: When searching for documents 404 pages are coming

Description of the bug

When you go to the search bar week 0 content is coming whereas there is no content for week 0, this is causing to open the 404 page.
image
image

Steps To Reproduce

  1. Find the week 0 content ( tried that but it is not present on the codebase)
  2. Figure out why the search bar is fetching past content and displaying it
  3. shuding/nextra#676 can refer to this -> maybe the unstable_flexsearch: true, in the next.config.js might be causing this but no sure.

Additional Information

No response

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.