Skip to content
View KTBsomen's full-sized avatar

Block or report KTBsomen

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
KTBsomen/README.md
  • 👋 Hi, I’m @KTBsomen
  • 👀 I’m interested in Web development, web design, Python programming, scrapping, Gui development, app development, content writing,digital marketing,social media management,and many more.
  • 🌱 I’m currently learning web design and python and every thing there is no end of learning i always learn new things.
  • 💞️ I’m looking to collaborate on instagram @khiladisomen9 and you can find me on github.
  • 📫 How to reach me email me at [email protected]
  • Developed JavaScript like event Api for flutter https://pub.dev/packages/event_handeler

Some Linux CMDS: #find and replace string in all files

grep -l -r 'search_term' | xargs sed -i 's@ SEARCH_TERM @ REPLACE_TERM @g'

Initialize Git repository

git init

Add files to staging area

git add .

Commit changes

git commit -m "Your commit message"

Add remote repository

git remote add origin <repository_url>

Push code to GitHub

git push -u origin master

Popular repositories Loading

  1. sshedit sshedit Public

    PowerShell 2

  2. event_handeler event_handeler Public

    C++ 2

  3. RTCserver RTCserver Public

    i am creating a new server to client push communication method based on webRTC

    JavaScript 2

  4. mongoplusplus mongoplusplus Public

    mongoplusplus is a Node.js package designed to facilitate load balancing of read and write operations across multiple MongoDB databases. It simplifies database connection management, schema definit…

    JavaScript 2

  5. httl-s httl-s Public

    html but templating language, hyper text templating language

    JavaScript 2

  6. flutterdb flutterdb Public

    FlutterDB is a sqflite backed database with APIs like MongoDB for Flutter applications. It provides a simple and efficient way to store and retrieve JSON data using SQLite, making it easy to manage…

    Dart 2