Software Engineer | Technical Writer | Open-Source Enthusiast
Passionate about building impactful software, exploring emerging technologies, and contributing to the open-source ecosystem.
This repository contains my GitHub profile README. It showcases my skills, projects, and contributing to the open source ecosystem.
- π Currently: Building projects and enhancing problem-solving skills on LeetCode.
- π± Learning: I am currently learning 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())}

"""
return markdown