Skip to content
View MANOJ-M-01's full-sized avatar
πŸš€
Focusing πŸ”₯πŸ”₯πŸ”₯
πŸš€
Focusing πŸ”₯πŸ”₯πŸ”₯

Organizations

@Artmarg @Vendikar @Tech-Spark-dev
Block or Report

Block or report MANOJ-M-01

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
MANOJ-M-01/README.md

😎 Manoj M


Lifelong Learner, Developer, & Debugger

- I'm a full-stack developer with over three years of experience in web development.

- My skill set includes planning, design, development, and testing, with a focus on delivering high-quality software applications.

- I'm proficient in both front-end and back-end development, making me a versatile and dynamic developer.

- Throughout my career, I've worked on a diverse range of projects, including billing software, e-commerce websites, and static sites.

- Currently, I'm working on a super cool project that challenges me to think outside the box and push the limits of my abilities.

- I'm passionate about exploring the latest tech trends and applying creative problem-solving to develop innovative solutions.

- I'm always seeking out new challenges and opportunities to learn and grow.

- Let's collaborate and build something truly awesome together!


⛏️ Languages and Tools


Php Laravel HTML5 CSS3 SASS Bootstrap Javascript Typescript Jquery React JS Node JS Express.js Sequelize (ORM) Redux npm Python FastAPI MySQL mongoDB SQLAlchemy (ORM) git GitHub bash GCP VScode Markdown Playwright Dart Flutter Nginx Android Studio Slack Notion SSH Svelte Tailwind CSS Vim Composer FileZilla Firebase Next.js Prisma PostgreSQL Vagrant JIRA Codeigniter Postman Confluence Docker AWS Ubuntu Mailgun Jest Stripe Redis Github Actions Terraform Webpack

🌏 Find me on

CodePen Linkedin Quora Medium Leetcode Leetcode CSSBattle


πŸ“Š Infographics

β€œEvery generation imagines itself to be more intelligent than the one that went before it, and wiser than the one that comes after it.” ― George Orwell

Pinned

  1. CSS-Battle-Solutions CSS-Battle-Solutions Public

    CSS Battle Solutions

    3 1

  2. leetcode leetcode Public

    LeetCode: A Journal of My Problem-Solving Adventure

    JavaScript 3 1

  3. Open-AI-Image-Generator Open-AI-Image-Generator Public

    Open AI Image Generator Node JS

    JavaScript

  4. Oxford Dictionaries api cURL PHP API Oxford Dictionaries api cURL PHP API
    1
    <?php
    2
    echo '<br/>
    3
    <select name="source_lang" id="msource_lang0">
    4
    <option value="en-gb"> en-gb  </option>
    5
    <option value="en-us"> en-us  </option>
  5. Coming Soon Counter Coming Soon Counter
    1
    const countdown=()=>{
    2
    	const countDate=new Date("Nov 17,2021 00:00:00").getTime();
    3
    	const now=new Date().getTime();
    4
    	const gap=countDate - now;
    5
    	const second=1000;