Skip to content
View smyaseen's full-sized avatar
πŸ’­
lol
πŸ’­
lol

Block or report smyaseen

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
smyaseen/README.md

Hi there! This is SMY πŸ‘‹

Personal Links

Catch me on

Biography

Hi there πŸ‘‹ This is SMY

Curious to know my standout highlights? Let me share some with you:

🎯 Professional Experience:

❯ Software Engineer with 3+ years of expertise in the JavaScript ecosystem (BE / FE / AWS). Consistently delivers high-quality SaaS applications by developing, testing, documenting, and maintaining while ensuring code quality and reliability through unit testing.

❯ Regularly learning and upskilling myself on various technical and soft skills by participating in initiatives, courses, and developing POCs.

🎯 Academic Experience:

❯ Pursued a Bachelor of Science in Computer Science with a 3.72 CGPA and four-time Merit Scholarship holder.

❯ My academic accomplishments have been further recognized with awards, and I have actively contributed as a volunteer, expanding my horizons beyond traditional educational boundaries.

🎯 Publications:

❯ Passionate about leveraging technology to drive positive change, I am an avid writer and community contributor. I love sharing my insights, experiences, and knowledge through thought-provoking articles and engaging discussions.

❯ Discover a collection of my insightful articles on various topics by visiting my profile on hashnode 🌐 https://smy.hashnode.dev/

🎯 Interests:

❯ At 4 years old, I was fascinated by computers, starting with gaming on DOS and exploring Pentium III, solidifying my fascination and paving the way for a lifelong journey.

❯ Fast forward to today, and I find myself immersed in the ever-evolving landscape of technology. I'm passionate about leveraging technology to solve real-world challenges and make a positive difference in our interconnected world.

πŸ‘‹ If you're passionate about technology too, or if you're eager to explore the vast opportunities it presents, let's connect 🀝

Tech Stack

JavaScript Git HTML5 CSS3 Bootstrap C Linux Markdown NodeJS MySQL ReactJS OracleSQL Heroku Next.JS Redux ESLint Java Material UI Spring Boot

GitHub Statistics

smyaseen's Streak

smyaseen's Stats

smyaseen's Top Languages

Pinned Loading

  1. frontend frontend Public

    A Modern Best Practices React Frontend App with Login, Signup feature, with latest technology, tools, and best practices.(backend service not deployed)

    TypeScript

  2. typescript-sdk-template typescript-sdk-template Public template

    A template for building SDK with TypeScript - Covers CJS, ESM, and IIFE UMD. This template is part of 5 part blog series of TypeScript SDK Development.

    TypeScript 1

  3. backend backend Public

    A Modern Best Practices NestJS App with Login, Signup feature, with latest technology, tools, and best practices.

    TypeScript

  4. Husky commit-msg hook to check branc... Husky commit-msg hook to check branch & commit message convention, run lint, prettier and unit tests.
    1
    #!/usr/bin/env sh
    2
    . "$(dirname -- "$0")/_/husky.sh"
    3
    
                  
    4
    # Checks for branch name
    5
    
                  
  5. muxt_ts_es_p_pwa muxt_ts_es_p_pwa Public template

    You can use this to start your Next.js + MUI + Typescript + EsLint + Prettier + PWA + Jest development faster and easier.

    TypeScript 1

  6. Validate user authentication on edge... Validate user authentication on edge with NextAuth & NextJS Middleware
    1
    import { NextFetchEvent, NextRequest, NextResponse } from 'next/server';
    2
    import { getToken } from 'next-auth/jwt';
    3
    import { withAuth } from 'next-auth/middleware';
    4
    
                  
    5
    /*