Skip to content
View debashisbarman's full-sized avatar
๐Ÿ‡ฎ๐Ÿ‡ณ
๐Ÿ‡ฎ๐Ÿ‡ณ
Block or Report

Block or report debashisbarman

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
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 33 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 15 1

  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