Skip to content
View Lymah123's full-sized avatar
πŸ•
πŸ•

Highlights

  • Pro

Block or report Lymah123

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Lymah123/README.md

Hi there, I'm Halimah Odunola! πŸ‘‹ (aka LYMAH)

Software Engineer | Technical Writer | Open-Source Enthusiast

Passionate about building impactful software, exploring emerging technologies, and contributing to the open-source ecosystem.


About Me

  • πŸ”­ 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.

Tech Stack

  • Languages: JavaScript TypeScript Python Go PHP Elixir

  • Frameworks & Libraries: Laravel Django React Node.js Express Phoenix

  • Databases: MongoDB PostgreSQL

  • DevOps & Tools: Git Docker Kubernetes

  • Cloud Services: AWS Azure


GitHub Stats

Lymah's GitHub Stats Lymah's Contribution Streak


Blog Posts

@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

Profile Insights

Profile Views

Pinned Loading

  1. document-vault document-vault Public

    A Personal Document Vault with Encryption

    JavaScript

  2. daytonaio/sample-php-url-shortener daytonaio/sample-php-url-shortener Public

    Sample PHP URL Shortener

    PHP 1