Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
View farooqarahim's full-sized avatar
:octocat:
:octocat:

Organizations

@HeapxLabs @DelozCRM @Zynapse-Labs

Block or report farooqarahim

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
farooqarahim/README.md

Hi there, I'm Farooq! πŸ‘‹

Welcome to my GitHub profile!

πŸš€ About Me

I'm a passionate developer who loves exploring new technologies and building impactful projects. Whether it's backend, frontend, or cloud, I enjoy solving problems and learning something new every day.

  • πŸ’Ό Profession: Software Developer / Engineer
  • 🌱 Currently Learning: Cloud-native architectures, AI/ML, and advanced DevOps
  • πŸ› οΈ Skills: Python, JavaScript (React, Node.js), TypeScript, Docker, GitHub Actions, AWS, SQL, NoSQL, REST APIs
  • πŸ’‘ Interests: Open-source, automation, productivity hacks, and a sprinkle of creative coding

🌐 Connect With Me

LinkedIn Twitter Website


"Code is like humor. When you have to explain it, it’s bad." – Cory House

Thanks for stopping by! 😊

Pinned Loading

  1. rasa_nlu rasa_nlu Public

    Forked from RasaHQ/rasa

    turn natural language into structured data

    Python

  2. openzeppelin-solidity openzeppelin-solidity Public

    Forked from OpenZeppelin/openzeppelin-contracts

    OpenZeppelin, a framework to build secure smart contracts on Ethereum

    JavaScript

  3. hosts hosts Public

    Forked from stay-sharp/hosts_for_google_service

    πŸ—½ζœ€ζ–°ε―η”¨ηš„google hostsζ–‡δ»Άγ€‚ι•œεƒοΌš

    Rascal 1

  4. kafka-streams-scala kafka-streams-scala Public

    Forked from lightbend/kafka-streams-scala

    Thin Scala wrapper around Kafka Streams Java API

    Scala

  5. Nginx : Ghost SSL Config Nginx : Ghost SSL Config
    1
    #Nginx Ghost Config
    2
    server {
    3
        listen 80;
    4
        server_name somedomain.com;
    5
        rewrite ^(.*) https://$host$1 permanent;