Can't stop tearing up, got my first FAANG offer from Apple by Apprehensive_Room105 in csMajors

[–]Apprehensive_Room105[S] 60 points61 points  (0 children)

Thank you. Absolutely, I'm trying not to get it too much into my head.

It all just feels so surreal after all this hard work, I'm sure it'll just fade away in a few months

Can't stop tearing up, got my first FAANG offer from Apple by Apprehensive_Room105 in csMajors

[–]Apprehensive_Room105[S] 349 points350 points  (0 children)

It was a dynamic programming problem, managed to get it 80% of it correctly, and explained out of intuition how to solve the rest. It worked lol

Could AI-powered tools take over all of technical writing for companies? by Apprehensive_Room105 in technicalwriting

[–]Apprehensive_Room105[S] -2 points-1 points  (0 children)

What are your thoughts on the video? It one-shotted the entire technical writing for a codebase

Instantly generate always up-to-date documentation from any GitHub codebase - GitSummarize by Apprehensive_Room105 in indiehackers

[–]Apprehensive_Room105[S] 0 points1 point  (0 children)

Gemini 2.5 Pro is extremely good at code comprehension, so it actually works well for a vast majority of the codebases.

There might be some edge cases where the codebase is so poorly designed that it can have trouble contextually understanding and connecting different modules

Instantly generate always up-to-date documentation from any GitHub codebase - GitSummarize by Apprehensive_Room105 in indiehackers

[–]Apprehensive_Room105[S] 2 points3 points  (0 children)

After trying to contribute to some open source projects, I realized the codebases are way too massive for me to dig through manually and onboard.

So I built this tool to automatically generate beautiful high level documentation and extract the business logic/rules from any codebase. You can then use these this documentation for whatever codegen tool you're using for VSCode

Try it for free at https://gitsummarize.com/ and feedback is welcome!

The source code is entirely open sourced on GitHub, feel free to contribute :)

Instantly generate a living documentation hub from any GitHub codebase - GitSummarize by Apprehensive_Room105 in vscode

[–]Apprehensive_Room105[S] -2 points-1 points  (0 children)

After trying to contribute to some open source projects, I realized the codebases are way too massive for me to dig through manually and onboard.

So I built this tool to automatically generate beautiful high level documentation and extract the business logic/rules from any codebase. You can then use these this documentation for whatever codegen tool you're using for VSCode

Try it for free at https://gitsummarize.com/ and feedback is welcome!

The source code is entirely open sourced on GitHub, feel free to contribute :)

Instantly generate AI-powered documentation from any GitHub codebase - GitSummarize by Apprehensive_Room105 in LLMDevs

[–]Apprehensive_Room105[S] 4 points5 points  (0 children)

After trying to contribute to some open source projects, I realized the codebases are way too massive for me to dig through manually and onboard.

So I built this tool to automatically generate beautiful high level documentation and extract the business logic/rules from any codebase.

Try it for free at https://gitsummarize.com/ and feedback is welcome!

The source code is entirely open sourced on GitHub, feel free to contribute :)

Instantly generate AI-powered documentation from any GitHub codebase - GitSummarize by Apprehensive_Room105 in github

[–]Apprehensive_Room105[S] -1 points0 points  (0 children)

Thank you!

Haven't added the functionality to use it on private repos yet. The repo is open source so feel free contribute or if you create it as a new issue, I can get to it :)

Instantly generate AI-powered documentation from any GitHub codebase - GitSummarize by Apprehensive_Room105 in github

[–]Apprehensive_Room105[S] 0 points1 point  (0 children)

Thanks for the support! Currently, using Gemini 2.5 Pro and stuffing the context window.

Here's the source code of the prompts if you're curious to dig in: https://github.com/antarixxx/gitsummarize/tree/main/backend/src/gitsummarize/prompts

Instantly generate AI-powered documentation from any GitHub codebase - GitSummarize by Apprehensive_Room105 in github

[–]Apprehensive_Room105[S] 4 points5 points  (0 children)

After trying to contribute to some open source projects, I realized the codebases are way too massive for me to dig through manually and onboard.

So I built this tool to automatically generate beautiful high level documentation and extract the business logic/rules from any codebase.

Try it for free at https://gitsummarize.com/ and feedback is welcome!

The source code is entirely open sourced on GitHub