Skip to content

KTBsomen/KTBsomen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

  • 👋 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

About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published