Saumya Nayak
Saumya Nayak
  • Видео 93
  • Просмотров 200 246
Learnings From Working at a Startup After College!
Hi, there! in this video I share my learnings from working at a startup straight out of college + I share some fun clips from the past months.
Loved the video ? You can share and tag me on 🧡:
👉 Twitter - @saumyanayak_- saumyanayak_
👉 LinkedIn - www.linkedin.com/in/saumyanayak
Hi there! New to my Channel ? If so, Hi I'm Saumya !- This is the place where I document my life or my journey towards my goals related to Life, Building Stuff, Learning, Computer Science, Programming and more. Above all just learning, improving & being better than yesterday.
Reach Me 👇:
👨‍💻 Github : github.com/saumya66
💙 Twitter Handle : saumyanayak_
🟣 Twitch : www.twitch.tv/saumyanayak
📚 Personal...
Просмотров: 96

Видео

How to Implement Currying in Javascript ?
Просмотров 128Год назад
After watching this video one can - not only fully understand the Currying concept in Javascript but also implement it. Relevant Links : 👇 Currying Code: github.com/saumya66/BigFrontEnd.dev-Solutions/blob/main/ImplementCurry.js Loved the video? You can share and tag me on : 👉 Twitter - @saumyanayak_- saumyanayak_ 👉 LinkedIn - www.linkedin.com/in/saumyanayak Hi there! New to my Chann...
What I am Building, Learning & Goals ?
Просмотров 77Год назад
Hi there! in this video I share what I am currently building, what technologies I plan to use going forward and also share my goals. Do let me know any thoughts you have regarding this video it means a lot. Relevant Links: 👇 SaaS Subscription Testing App: next-js-supabase-paddle-hq-starter.vercel.app/ SaaS PaddleHQ Payments Code: github.com/saumya66/NextJs-Supabase-PaddleHQ-Starter BFE Dev Repo...
Demo Of My First Decentralized App - Sendecentralized
Просмотров 106Год назад
In this video I show the demo of the full stack decentralized app i built recently. Let me know your thoughts it means a lot Relevant Links : 👇 Full Video: ruclips.net/video/LZ05QkNKhTk/видео.html App: sendecentralized.on.fleek.co/ Frontend Code: github.com/saumya66/sendecentralized-frontend Smart Contract Code: github.com/saumya66/sendecentralized Loved the video? You can share and tag me on :...
Built My First Full Stack on Web3
Просмотров 78Год назад
In this video I share : 1. The Demo of my first full stack app on web3. 2. My experience learning and building on chain. 3. The time it took from no knowledge of blockchain to building a project. 4. Also some free resources I've used. Relevant Links : 👇 App: sendecentralized.on.fleek.co/ Frontend : github.com/saumya66/sendecentralized-frontend Smart Contract : github.com/saumya66/sendecentraliz...
Functions in Solidity: Syntax, Pure vs View, Overloading vs Overriding
Просмотров 84Год назад
After watching this video one will know: - Basic syntax of functions in Solidity - What is Pure function in Solidity? - What is View function in Solidity? - How to do function overloading & overriding in solidity? - How to implement Inheritance in Solidity? Loved the video ? You can share and tag me on 🧡: 👉 Twitter - @saumyanayak_- saumyanayak_ 👉 LinkedIn - www.linkedin.com/in/saumy...
What are the types of Variables in Solidity?
Просмотров 47Год назад
After watching this video you will know the difference between various type of variables in Solidity. Loved the video ? You can share and tag me on 🧡: 👉 Twitter - @saumyanayak_- saumyanayak_ 👉 LinkedIn - www.linkedin.com/in/saumyanayak Hi there! New to my Channel ? If so, Hi I'm Saumya !- This is the place where I document my life or my journey towards my goals related to Life, Buil...
What are the Data Types in Solidity?
Просмотров 153Год назад
In this video I dive into the various types of data types present in Solidity like integers, address, boolean and more. After watching this video, one will know How to use various data types in Solidity? Relevant Links : 👇 solidity-doc-test.readthedocs.io/en/latest/types.html#:~:text=Types — Solidity 0.2.0 documentation Types ¶ Solidity,types which can be combined to complex types. Loved the vi...
How to Write & Run your first Smart Contract ? | Locally & Remix IDE
Просмотров 3,7 тыс.Год назад
In this new series I will be documenting my Solidity learnings. In this video you will know : - How to run Soldity files & Smart Contracts Online using Remix IDE & Locally on a computer using solc? - How to use Remix IDE? - How to write a simple smart contract? Do comment your thoughts! Loved the video ? You can share and tag me on 🧡: 👉 Twitter - @saumya4real - saumya4real 👉 LinkedI...
How to be a Software Engineer from a Coder ?
Просмотров 1092 года назад
In this video I share my Learnngs, working alongside super experienced software engineers. I hope this helps you level up your software engineering skills. Loved the video ? You can share and tag me on 🧡: 👉 Twitter - @saumya4real - saumya4real 👉 LinkedIn - www.linkedin.com/in/saumyanayak Hi there! New to my Channel ? If so, Hi I'm Saumya !- This is the place where I document my life...
Redux Toolkit Query for Beginners !
Просмотров 3052 года назад
After watching this video you will be able to user Redux Toolkit Query or RTK Query in your projects. It saves you lot of time and code. Here I implement some APIs in a React App using RTK query. You'll also know the difference between Query and Mutations after watching this! RTK Query is an advanced data fetching and caching tool, designed to simplify common cases for loading data in a web app...
Built a Backend & Frontend Template with Authentication For Your Projects !
Просмотров 5252 года назад
In this video I show a demo of the the backend template i built with NodeJS, Express & Mongodb. I also show the demo of a Frontend Template made with ReactJS & ChakraUI ,which pairs up perfectly with the backend. At the end of setting up these two templates you get these : - Email & Password Auth - Google Auth - A Server with Production level Practices like Yup Validations, Loggers, Error Handl...
An Auth flow with Access & Refresh Tokens with Cookies... - NextJS
Просмотров 2,3 тыс.2 года назад
In this video, I document myself working on the nextjs template and express-mongo server template. And trying to understand and implement an authentication flow with access and refresh tokens with cookies in NextJS. I also explain my learnings from the working of Access Tokens and Refresh Tokens and how they make your app secure. 00:15 - Intro & What I will be doing today ? 01:54 - Showing the ...
Building a new project...
Просмотров 562 года назад
Hi, there in this video I share the idea of a new full-stack project I would be building! Would love to know your thoughts on the idea and any suggestions ! Template Repository Links : Backend : github.com/saumya66/Node-MongoDB-Express-Template Frontend : github.com/saumya66/NextJS-Chakra-RTK-Query-Broilerplate Loved the video ? You can share and tag me on 🧡: 👉 Twitter - @saumya4real - twitter....
10 Github Repositories You Will Love | Free Resources!
Просмотров 1252 года назад
In this video I share 10 or more github repositories you will love and not want to miss! These github repositories are filled with awesome free resources if you want to learn programming, prepare for interviews, to learn things or even to just have fun. Loved the video ? You can share and tag me on 🧡: 👉 Twitter - @saumya4real - saumya4real 👉 LinkedIn - www.linkedin.com/in/saumyanaya...
The MVP App is done..! | Launched to Play Store
Просмотров 962 года назад
The MVP App is done..! | Launched to Play Store
Learning Solidity with crypto zombies.. - 2 | twitch livestream
Просмотров 392 года назад
Learning Solidity with crypto zombies.. - 2 | twitch livestream
Learning Solidity with crypto zombies.. | twitch livestream
Просмотров 702 года назад
Learning Solidity with crypto zombies.. | twitch livestream
Launching New & Fast Portfolio site.. | Powered by NextJS
Просмотров 1372 года назад
Launching New & Fast Portfolio site.. | Powered by NextJS
Learning, Building & Launching First App to Store in 15 days...
Просмотров 1192 года назад
Learning, Building & Launching First App to Store in 15 days...
Done integrating firestore database with the react native app..
Просмотров 1522 года назад
Done integrating firestore database with the react native app..
Figuring out Authentication Flow in React Native.
Просмотров 2162 года назад
Figuring out Authentication Flow in React Native.
I am building an app...
Просмотров 1902 года назад
I am building an app...
Best Budget Mechanical Keyboard For Programming..! | CosmicByte CB-GK-16
Просмотров 4522 года назад
Best Budget Mechanical Keyboard For Programming..! | CosmicByte CB-GK-16
How to Get Experience as a Student in Tech ?
Просмотров 542 года назад
How to Get Experience as a Student in Tech ?
Got an Internship Offer, Balancing Work, College & Youtube ! - Life Update
Просмотров 622 года назад
Got an Internship Offer, Balancing Work, College & RUclips ! - Life Update
How to Use VS Code like a Pro ? | VS Code Shortcuts !
Просмотров 1042 года назад
How to Use VS Code like a Pro ? | VS Code Shortcuts !
How to Use Postman for Beginners ? | Super Easy !
Просмотров 41 тыс.2 года назад
How to Use Postman for Beginners ? | Super Easy !
How to Implement Drag & Drop Feature in your Apps ? | React | Javascript
Просмотров 33 тыс.2 года назад
How to Implement Drag & Drop Feature in your Apps ? | React | Javascript
Just Me learning Redux...
Просмотров 452 года назад
Just Me learning Redux...

Комментарии

  • @MummadiSaikrishna
    @MummadiSaikrishna 14 часов назад

    Thank you so much Saumya....You made my day actually... I was using react-beautiful-dnd library... It doesn't worked out for my components.but I have tried this approach it worked ....🎉

  • @mashapoguajay3322
    @mashapoguajay3322 7 дней назад

    bro even after scanning nothing is happening bro

  • @vishwashpatel5843
    @vishwashpatel5843 10 дней назад

    I am repeatedly getting Something went wrong error even after referring several websites including StackOverflow... Could please tell me the issue and how to overcome it ? executing expo start --tunnel doesn't help me though

  • @sandipbharadva7020
    @sandipbharadva7020 Месяц назад

    A big thanks to you. I was struggling from two days for doing this as a beginner and then watched this and its done. Amazing..

  • @jasonloh9641
    @jasonloh9641 Месяц назад

    Thanks for sharing

  • @praveenmacha2737
    @praveenmacha2737 2 месяца назад

    brother why did you stopped making videos in this playlist

  • @zuhaibulhassan.
    @zuhaibulhassan. 2 месяца назад

    Thanks for the video, I have something to ask, Means now no need for an Android studio(for working on React Native Apps), I have everything setup in vs code as you have done?

  • @bishalkumarshaw2789
    @bishalkumarshaw2789 3 месяца назад

    Hey, mu mryro bundler is opening in the browser as your's did and because of that I am not be able turn on Tunnel. Please guide 🙏🙏

  • @mmerji6857
    @mmerji6857 3 месяца назад

    After 2 years i see and also tnx dear br😢

  • @Local_Nerd
    @Local_Nerd 3 месяца назад

    Thanks!

  • @sluke22
    @sluke22 3 месяца назад

    amazing and concise vid

  • @Hasyapann
    @Hasyapann 4 месяца назад

    Keep it up bro simple and easy explaination

  • @najeemfasil5199
    @najeemfasil5199 4 месяца назад

    Great

  • @NaeemAkhter-ze5ss
    @NaeemAkhter-ze5ss 4 месяца назад

    thanks buddy

  • @smashabiyt1739
    @smashabiyt1739 4 месяца назад

    I have completed 12th what i want to do please guide me bro

  • @smashabiyt1739
    @smashabiyt1739 4 месяца назад

    Hi bro

  • @lolita20222
    @lolita20222 5 месяцев назад

    ERROR !!!! :( npm install -g expo.cli : (npm ERR! code E404 npm ERR! 404 Not Found - GET registry.npmjs.org/expo.cli - Not found npm ERR! 404 npm ERR! 404 'expo.cli@*' is not in this registry. npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url. npm ERR! A complete log of this run can be found in: /Users/mac/.npm/_logs/2024-04-07T11_26_04_507Z-debug-0.log )

  • @Electrocode_gk
    @Electrocode_gk 5 месяцев назад

    Bakwas

  • @EmmanuelOdii80
    @EmmanuelOdii80 5 месяцев назад

    Awesome content! Thanks for your support >3

  • @rienalynvallentos2834
    @rienalynvallentos2834 6 месяцев назад

    do you have tutorial on how to make login using that

  • @besherkitaz4529
    @besherkitaz4529 6 месяцев назад

    The tutorial is so great and was helpful. However, creating a project requires changing the script policy to Remote every time, which many told me a that this is a security risk. Can you please tell how I can avoid that to keep it as Allsigned?

  • @hassaan-dev
    @hassaan-dev 7 месяцев назад

    Amazing!

  • @vikram1364
    @vikram1364 7 месяцев назад

    bhai tera video mst lekin kya jarurt hai english bolne ki hindi bol video awesome lgega or dekhne me bhi maja

  • @pranavrane3772
    @pranavrane3772 7 месяцев назад

    Thank you very much i was struggling with this process from a from a few days you solved it

  • @rohiniks3206
    @rohiniks3206 7 месяцев назад

    Nice video , understand the concept very well

  • @theblvckdev
    @theblvckdev 7 месяцев назад

    could you please send a link to the source code?

  • @nayankatiyara8777
    @nayankatiyara8777 7 месяцев назад

    Great going brother!!! Keep hustling

  • @trowantechworks
    @trowantechworks 8 месяцев назад

    Thank you so much! This video was awesome.

  • @akashbiswas108
    @akashbiswas108 8 месяцев назад

    the term 'expo' is not recognized as the name of a cmdlet, function, script file, or operable program. what to do now

  • @apricotcomputers3943
    @apricotcomputers3943 8 месяцев назад

    Cool

  • @looperman5338
    @looperman5338 8 месяцев назад

    hey, soymya, you did an impressive job.

  • @captain7975
    @captain7975 8 месяцев назад

    maintain eye contact and be more confident and you're using alot of ahh's

  • @niharikasweety6872
    @niharikasweety6872 9 месяцев назад

    can I have the code in a file so I can check easier

  • @user-kz8gc6oj9r
    @user-kz8gc6oj9r 9 месяцев назад

    Thanks

  • @Eag757
    @Eag757 9 месяцев назад

    Hi Saumya, thanks for covering this; very unfortunate on my end I get funding error, nmp fund; and no idea how to fix that lol. Thank you.

  • @rishusingh428
    @rishusingh428 9 месяцев назад

    Keep it up bhai✌️. Your video is the best🌟

  • @amandeeparora5069
    @amandeeparora5069 10 месяцев назад

    can i get the link to ur todo APP

  • @virusd605
    @virusd605 10 месяцев назад

    thanks bro , very useful video

  • @divyarani9754
    @divyarani9754 10 месяцев назад

    Waw i finally understood Postman Topic topic after 3 weeks about token concept i was fully confused...Please do more videos on selenium java..

  • @appstuff6565
    @appstuff6565 11 месяцев назад

    hey thanks for this, i am in a similar issue. I am trying a linktree clone with supabase tables "users" and "links" as a learning experiment. I am using NextJS with Supabase. Right now im at a stage on how do i persist data to display links for a specific user as each user will have its own sorting arrangement. How do you think i should go about it? All links are in "links" table and i get them from the user that requests it accordingly. any help is appreciated.

  • @jayasandeepaagadu5660
    @jayasandeepaagadu5660 11 месяцев назад

    Nice explanation

  • @dx5411
    @dx5411 11 месяцев назад

    more videooossss pls

  • @pandalife1313
    @pandalife1313 Год назад

    thank you, you have explained everything so perfectly. I will definately give you a subscribe. Thanks

    • @SaumyaNayak
      @SaumyaNayak 11 месяцев назад

      Thanks for the sub!

  • @chedielmgonja6178
    @chedielmgonja6178 Год назад

    Great content man

  • @dollysatwani8753
    @dollysatwani8753 Год назад

    How have you gone to local host??

  • @hidayat1999
    @hidayat1999 Год назад

    i think the create expo command is outdated

  • @laracary
    @laracary Год назад

    This is a good video which clears my doubt on basics of postman. Thanks @Saumya Nayak for your wonderful video.

  • @juraijbinjamal5313
    @juraijbinjamal5313 Год назад

    I love you bro

  • @baguette184
    @baguette184 Год назад

    DA BEST THANKS

  • @dilbaghsingh6069
    @dilbaghsingh6069 Год назад

    i love you brother your tutorial is awosome i am getting lots of error while running expo on my phone now its working awosome