> For the complete documentation index, see [llms.txt](https://sumontas-organization.gitbook.io/road-to-senior-dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sumontas-organization.gitbook.io/road-to-senior-dev/about.md).

# About!

Welcome!\
This space is dedicated to sharing valuable resources, tips, and personal insights to help students, developers, and job seekers prepare for internships, job interviews, and upskilling in software development.

You’ll find:

* 💡 **Practical Interview Preparation Materials** for both technical and behavioral rounds
* 🎯 **Tips from Real Interview Experiences**
* 🧠 **Guides on How to Build Projects** that Stand Out
* 📰 Weekly content via the [**Learn & Code Newsletter**](https://www.linkedin.com/newsletters/learn-code-weekly-7309186050084544512) (400+ subscribers)

Whether you’re a beginner or someone leveling up for your next job, these resources are structured, real-world driven, and designed to save your time while improving your preparation efficiency.

***

### 👨‍💻 About Me

#### Hi , I am Sumonta Saha Mridul

* I’m currently working as an **Associate Software Engineer I** at [Cefalo Bangladesh Ltd](https://www.linkedin.com/company/cefalo-as/posts/?feedView=all).
* I am the writer of the [Learn & Code Newsletter](https://www.linkedin.com/newsletters/learn-code-weekly-7309186050084544512), with 400+ weekly subscribers.
* I’m passionate about sharing knowledge on software engineering, internships, and interview preparation.
* Currently, I’m pursuing my Bachelor's degree in **Software Engineering** at **Shahjalal University of Science and Technology (SUST)**.

***

I made this resource during my internship preparation in 2024. I had also landed an internship at one of the top tech companies, Cefalo Bangladesh Ltd.

{% embed url="<https://sumontas-organization.gitbook.io/internship-preparation-2024>" %}

***

### 🌐 Portfolio & Links

* 🧑‍💼 [LinkedIn](https://www.linkedin.com/in/sumontasaha/)
* 🌍 [My Portfolio Website](https://sumonta056.vercel.app/)
* 💌 [Newsletter Archive](https://www.linkedin.com/newsletters/learn-code-weekly-7309186050084544512)

***

### ☕ Support My Work

If you find the content helpful and want to support, consider:

* 💸 [Bkash / Rocket](https://forms.gle/osWQmMzD166o2LdS7)
* 📖 [Buy Me a Book](https://www.buymeacoffee.com/sumontasahi)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://sumontas-organization.gitbook.io/road-to-senior-dev/about.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
