├── .github └── workflows │ └── follower-change.yml └── README.md /.github/workflows/follower-change.yml: -------------------------------------------------------------------------------- 1 | name: Follower notifier 2 | on: 3 | # notify me daily 4 | schedule: 5 | - cron: '0 */12 * * *' 6 | workflow_dispatch: 7 | jobs: 8 | main: 9 | runs-on: ubuntu-latest 10 | steps: 11 | - name: get follower change 12 | id: followerChange 13 | uses: Sorosliu1029/follower-change@v2 14 | with: 15 | myToken: ${{ secrets.MY_TOKEN }} 16 | notifyUnFollowEvent: true 17 | - name: email me 18 | uses: dawidd6/action-send-mail@v3 19 | if: steps.followerChange.outputs.shouldNotify == 'true' 20 | with: 21 | server_address: ${{ secrets.MAIL_HOST }} 22 | server_port: ${{ secrets.MAIL_PORT }} 23 | username: ${{ secrets.MAIL_USERNAME }} 24 | password: ${{ secrets.MAIL_PASSWORD }} 25 | subject: GitHub Follower & Unfollower Status 26 | from: Dear Tako.... 27 | to: ${{ secrets.TO_EMAIL_ADDRESS }} 28 | # use html file from previous step as email body 29 | html_body: file://${{ steps.followerChange.outputs.htmlFilePath }} 30 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | #  2 |  3 | 4 |
5 | As a Professional developer who has 5 years of rich experience in web and mobile development and can handle all the web and mobile applications including backend & frontend and I can provide continuous support in the future.
6 | Always I embrace new tech and everyone’s opinion is welcome and expected, and also To provide Best solutions perfectly, I'm attentive to the architecture of the Project, clean code, product design, continuous integration, task prioritization, and automatic deployment, Project Deadline.
7 | My Goal is to give my clients over 100% satisfaction and to implement your ideas real so that make your business thrive and grow.
8 |
11 | Being a talented and passionate developer with full-time availability,
12 | I love to work for a long-term relationship with reasonable clients.
13 | If you hire me, I will do my best. Warmest regards.
14 | ⏰ I can work 40+ hours per week, I can work in any timezone.
15 |
|
22 | React 24 | |
25 |
26 |
27 | Python 30 | |
31 |
32 | JavaScript 34 | |
35 |
36 | C++ 38 | |
39 |
40 | Webpack 42 | |
43 |
44 | MySQL 46 | |
47 |
48 | TypeScript 50 | |
51 |
52 | AWS 54 | |
55 |
56 | C# 58 | |
59 |
|
62 | Django 64 | |
65 | Github 67 | |
68 |
69 | Git 71 | |
72 |
73 | Laravel 75 | |
76 |
77 | HTML5 79 | |
80 |
81 | CSS 83 | |
84 |
85 | Bootstrap 87 | |
88 |
89 | Tailwind 91 | |
92 |
93 | jQuery 95 | |
96 |
|
99 | MongoDB 101 | |
102 |
103 | Nodejs 105 | |
106 |
107 |