├── .DS_Store ├── assets ├── hello.gif ├── bangladesh.png └── github-banner.png ├── .github └── workflows │ └── youtube-workflow.yml └── README.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masud-pervez/learnwithsumit/HEAD/.DS_Store -------------------------------------------------------------------------------- /assets/hello.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masud-pervez/learnwithsumit/HEAD/assets/hello.gif -------------------------------------------------------------------------------- /assets/bangladesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masud-pervez/learnwithsumit/HEAD/assets/bangladesh.png -------------------------------------------------------------------------------- /assets/github-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masud-pervez/learnwithsumit/HEAD/assets/github-banner.png -------------------------------------------------------------------------------- /.github/workflows/youtube-workflow.yml: -------------------------------------------------------------------------------- 1 | name: Latest YouTube Videos 2 | on: 3 | schedule: 4 | # Runs every day end 5 | - cron: '0 0 * * *' 6 | workflow_dispatch: 7 | 8 | jobs: 9 | update-readme-with-youtube: 10 | name: Update this repo's README with latest videos from YouTube 11 | runs-on: ubuntu-latest 12 | steps: 13 | - uses: actions/checkout@v2 14 | - uses: gautamkrishnar/blog-post-workflow@master 15 | with: 16 | comment_tag_name: "YOUTUBE" 17 | feed_list: "https://www.youtube.com/feeds/videos.xml?channel_id=UCFM3gG5IHfogarxlKcIHCAg" 18 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ![Github Banner](assets/github-banner.png) 2 | 3 | ## Hi there my gorgeous friend hi 4 | 5 | I'm Sumit, a Full Stack Web Application Developer from Bangladesh and Content Creator on [Youtube](https://youtube.com/learnwithsumit). I Spend most of time coding outstanding projects or recording tutorials. 6 | 7 | :coffee:  Connect with me! 8 | 9 | [![Facebook Badge](https://img.shields.io/badge/Facebook-1877F2?style=for-the-badge&logo=facebook&logoColor=white)](https://facebook.com/sumit.analyzen) [![Youtube Badge](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white)](https://youtube.com/learnwithsumit) [![Linkedin Badge](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/sumitanalyzen/) [![Instagram Badge](https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white)](https://instagram.com/learnwithsumit) [![Twitter Badge](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/sumit_analyzen) [![Mail Badge](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:sayhitorainmaker@gmail.com) 10 | 11 | :hearts:  I enjoy programming and sharing knowledge
12 | :computer:  Most used line of code `console.log("hello world")`
13 | 🤔  I’m looking for people who can help me with Outstanding Video ideas and executions.
14 | :e-mail:  How to reach me: sayhitorainmaker@gmail.com.
15 | ⚡  Fun fact: I co-founded my country's first ever and largest digital marketing agency Analyzen. 16 | 17 | #### Things I code with 18 | 19 | [![Javascript Badge](https://img.shields.io/badge/-Javascript-F0DB4F?style=for-the-badge&labelColor=black&logo=javascript&logoColor=F0DB4F)](#) [![Typescript Badge](https://img.shields.io/badge/-Typescript-007acc?style=for-the-badge&labelColor=black&logo=typescript&logoColor=007acc)](#) [![React Badge](https://img.shields.io/badge/-React-61DBFB?style=for-the-badge&labelColor=black&logo=react&logoColor=61DBFB)](#) [![Next.js Badge](https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white)](#) [![Nodejs Badge](https://img.shields.io/badge/-Nodejs-3C873A?style=for-the-badge&labelColor=black&logo=node.js&logoColor=3C873A)](#) [![Express.js Badge](https://img.shields.io/badge/Express.js-000000?style=for-the-badge&logo=express&logoColor=white)](#) [![MongoDB Badge](https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge&logo=mongodb&logoColor=white)](#) [![GraphQL Badge](https://img.shields.io/badge/-GraphQl-e535ab?style=for-the-badge&labelColor=black&logo=node.js&logoColor=e535ab)](#) [![SASS Badge](https://img.shields.io/badge/Sass-CC6699?style=for-the-badge&logo=sass&logoColor=white)](#) [![Tailwind Badge](https://img.shields.io/badge/Tailwind%20CSS-092749?style=for-the-badge&logo=tailwindcss&logoColor=06B6D4&labelColor=000000)](#) [![VSCode Badge](https://img.shields.io/badge/Visual_Studio-5C2D91?style=for-the-badge&logo=visual%20studio&logoColor=white)](#) [![Git Badge](https://img.shields.io/badge/Git-F05032?style=for-the-badge&logo=git&logoColor=white)](#) 20 | 21 | ### Tutorials 22 | 23 | [![React Playlist](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)](https://lwsbd.link/react) [![Node Playlist](https://img.shields.io/badge/Node.js-339933?style=for-the-badge&logo=nodedotjs&logoColor=white)](https://lwsbd.link/node) [![TypeScript Playlist](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)](https://lwsbd.link/ts) [![JavaScript Playlist](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E)](https://lwsbd.link/startjs) [![Tailwind Playlist](https://img.shields.io/badge/Tailwind%20CSS-092749?style=for-the-badge&logo=tailwindcss&logoColor=06B6D4&labelColor=000000)](https://lwsbd.link/tp) 24 | 25 | ### My Projects & Ventures 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 |
ProjectsDescriptionResponses
Learn with SumitProgramming related Learning Platform for Bangladesh100K+ active learners
Learn with Sumit ThemeVisual Studio Code Editor Theme15K+ installs
ListenyzenAI powered Social Media Customer Query Aggregator & Analytics SAAS tool65+ clients
AnalyzenFirst ever & largest Digital Marketing Agency in Bangladesh120+ clients
PrismComplete Sales Automation & ERP Enterprise Solution for British American Tobacco Bangladesh2.5k+ Distributors Nationwide
Unilever MARSActivation Management Enterprise Solution for Unilever Bangladesh Ltd.20 million+ Consumer Data Managed Already
68 | 69 | ### 📺  Latest YouTube Videos 70 | 71 | 72 | - [#114 JavaScript Bangla Tutorial | Web API | Worker API](https://www.youtube.com/watch?v=e2vYFEahiGE) 73 | - [#115 JavaScript Bangla Tutorial | Web API | Fetch API](https://www.youtube.com/watch?v=clVhRorRQag) 74 | - [#116 JavaScript Bangla Tutorial | Web API | Geolocation API](https://www.youtube.com/watch?v=M_mDN0woJPg) 75 | - [#111 JavaScript Bangla Tutorial | Web API | Forms API](https://www.youtube.com/watch?v=iKILnC1OOms) 76 | - [#110 JavaScript Bangla Tutorial | Web API | Introduction to WEB API](https://www.youtube.com/watch?v=P3cvZG7Xqgk) 77 | 78 | 79 | #### Business 80 | 81 | :email:  sayhitorainmaker@gmail.com 82 | 83 | #### Profile Visits 84 | 85 | ![visitors](https://visitor-badge.glitch.me/badge?page_id=learnwithsumit.learnwithsumit) 86 | 87 |
88 | 89 | You wanna know more about me? 90 | 91 | 92 |
93 | 94 | I love sharing knowledge and putting tutorials, courses and posts together for helping other developers, and that's why Learn with Sumit Youtube Channel exists! 95 | 96 | #### What is Learn with Sumit? 97 | 98 | "Learn with Sumit" is all about teaching web development skills and techniques in an efficient and practical manner. It has all the tools you need to learn the newest and most popular technologies to convert you from a no stack to full stack developer. I started "Learn with Sumit" in order to share my passion for web development and do what I truly love - teach and inspire new web developers. 99 | 100 | #### Github Stats 101 | 102 | ![learnwithsumit's github stats](https://github-readme-stats.vercel.app/api?username=learnwithsumit&count_private=true&theme=tokyonight&hide=contribs,prs) 103 | 104 |
105 | --------------------------------------------------------------------------------