Enthusiastic react developer with solid development skills and a passion for developing applications that serve others. Proficient in advanced front-end development with core knowledge such as Design Patterns, OOP, and Functional Programming. Keen to work as a team, solve problems, deal with challenges and have a clear, logical mindset with a practical approach to problem-solving and drive to see things through to completion.
πSpecial Feature:
π±βπ€ Problem Solving π±βπ€ Tech Enthusiasts π±βπ€ Web Designing π±βπ€ Strategy
- π₯ I'm currently working on web development technologies like JavaScript(ES6), React JS, Node JS.
- π Iβm currently learning everything about Frontend and Backend technologies.
- π¬ Doing Research, Publications, Journal on Web Technologies, Maching Learning, Blockchain & AI.
- β‘ Fun fact: Coding is a passion and not profession.
π» Most Used Language
Β
Note: Top languages is only a metric of the languages my public code consists of and doesn't reflect experience or skill level.
π» Recent Blogs
name: Latest blog post workflow on: schedule: # Run workflow automatically - cron: '0 * * * *' # Runs every hour, on the hour workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the Github Actions Workflow page directly jobs: update-readme-with-blog: name: Update this repo's README with latest blog posts runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Pull in dev.to posts uses: gautamkrishnar/blog-post-workflow@master with: feed_list: "https://dev.to/feed/abdullahalmoin"