Software Engineer | Technical Writer | Open-Source Enthusiast
Passionate about building impactful software, exploring emerging technologies, and contributing to the open-source ecosystem.
- π Currently: Building projects and enhancing problem-solving skills on LeetCode.
- π± Learning: I am currently Rust programming language.
- π― Collaborating: Actively contributing to open-source projects.
- π€ Looking for: Resources on advanced algorithms and emerging Web3 technologies.
- π¬ Ask me about: Software development, technical writing, or open-source contributions.
- π« Reach me on: Twitter | LinkedIn
- π Pronouns: She/Her
- β‘ Fun fact: A proud coffee enthusiast and self-proclaimed coffee snob.
@app.route('/readme', methods=['GET']) def generate_readme(): streak = get_streak().get_json() markdown = f"""
### Blog Reading Streak
- **Current Streak:** {streak['current_streak']} days
- **Max Streak:** {streak['max_streak']} days
- **Blogs Read This Week:** {sum(reading_log.values())}
![Blog Streak](https://img.shields.io/badge/Blog_Streak-{streak['current_streak']}_days-green)
"""
return markdown