Skip to content
View debashisbarman's full-sized avatar
🇮🇳
🇮🇳

Block or report debashisbarman

Report abuse

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

Report abuse
debashisbarman/README.md

Hi there, I'm Debashis Barman 👋

I'm a Full Stack Developer specializing in JavaScript development for both web & mobile platforms. My expertise lies in building complex, powerful & modern applications using the Node.js + React ecosystem.

🔭 I'm currently working on...

  • Building Ruttl, an AI-powered feedback tool that enhances collaboration across design, marketing, sales and development teams
  • Exciting projects at Brucira as part of their development team

🌱 I'm currently learning...

  • Always expanding my knowledge in the ever-evolving world of JavaScript and full-stack development

💼 Skills

  • Full Stack Development
  • JavaScript
  • Node.js
  • React
  • Web & Mobile Application Development

💬 Ask me about...

  • Collaboration for new projects

📫 How to reach me

âš¡ Fun fact

  • Once upon a time, I built an educational OS with a monolithic kernel design.

Feel free to explore my repositories and don't hesitate to reach out if you'd like to collaborate or have any questions!

Pinned Loading

  1. Kathamo Kathamo Public

    Kathamo is a Minimalist CSS Framework for Rapid & Mobile-Friendly Development. Kathamo has a few easy ways to quickly get started, each one appealing to a different skill level and use case.

    CSS 34 10

  2. minios minios Public

    Mini Operating System is a educational operating system with monolithic kernel design and clean implementation for x86 machines, written in C and Assembly.

    C 19 2

  3. A boilerplate Twitter bot that can r... A boilerplate Twitter bot that can retweet in response to the tweets matching particluar keyword (https://goo.gl/4whEIt)
    1
    # Creating a Twitter bot with Node.js
    2
    Learn how you can create your own [Twitter bot](https://en.wikipedia.org/wiki/Twitterbot) using [Node.js](https://nodejs.org/) and the new [Twitter API](https://dev.twitter.com/overview/api). The bot will auto retweet in response to tweets with some particular [hashtags](https://en.wikipedia.org/wiki/Hashtag). [(https://goo.gl/4whEIt)](https://goo.gl/4whEIt)
    3
     
    4
    ## Tools we need
    5
    Here are the tools we’ll be using to create the bot — 
  4. Forward port 80 to 8080 on EC2 insta... Forward port 80 to 8080 on EC2 instance.
    1
    sudo iptables -t nat -L
    2
    sudo iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-ports 8000