DEV Community

AyoAyomide
AyoAyomide

Posted on

During the lockdown

Well, this is my first time doing this so I apologize for any mistake. 2020 really take a toll on almost everybody but for developers, We always go again. So the goal is to share some of the resources and material that helped me during the lockdown

  • Promise in Js (webdev)
    I enjoy this explanation from Jake Archibald about promises in js, it was a bit stressful at first and it took a few days before I understand how promises work in js πŸ‘πŸ€“
    https://web.dev/promises/

  • Tiny Annoying js (webdev)
    You know those tiny little pieces of JS, that are just small and confusing to understand well the guy from web dev simplified makes them easy and fun to learn 😎😎 talking about Asynchronous, Synchronous Programming, Async Await etc
    https://www.youtube.com/c/WebDevSimplified/featured

  • Tutorials point (Vue js)
    Reading documentation from the official source can cause serious headache sometimes. Especially if it the first time you are trying that language or framework out. Looking for a quick and simple overview of some framework or language? check out Tutorials point πŸ‘πŸ€“
    https://www.tutorialspoint.com/index.htm

  • Microsoft learn (Node)
    If you are new to node js Microsoft learn is a nice place to start before you move to other advance courses
    https://docs.microsoft.com/en-us/learn/

  • UI/UX
    If your UI always looks boring or you think something is missing but you can't figure it out. It normal when you are new even for professionals sometimes. Check out Adam Wathan & Steve Schoger pdf about refactoring UI
    https://refactoringui.com/

  • blockchain
    If you are curious like me and wonder what blockchain is all about I found this awesome tutorial from Savee easy to understand for beginners new to blockchain
    https://www.youtube.com/c/Savjee

  • bitcoin
    Yeah, the digital gold currently is bitcoin especially with a massive boost in price. 2020 impact bitcoin positively I wonder what the fuzz is all about and how I could work with it so I found some of these materials
    # Bitcoin 101
    # Mastering bitcoin

  • Blender 3d
    3d design is an art, I find fascinating and cool. Even when most 3d software is not free, blender seems cool and save the day because it free and open-source.πŸ€—πŸ€— if you want to give 3d a try check out Andrew Priceand Grant Abbitt tutorial
    https://www.youtube.com/channel/UCOKHwx1VCdgnxwbjyb9Iu1g
    https://www.youtube.com/user/mediagabbitt

  • Unity
    If you are new to game dev and you don't know where to start Unity got all you need with an awesome tutorial from beginner to advance, I found out about Unity learn which I have actually fallen in love with πŸ€—πŸ€—. You can try out summer of code
    https://unity.com/learn

πŸ₯³πŸ₯³πŸ˜ŽπŸ˜Ž
I just completed my portfolio site too you can check it out and see some of my work.
https://ayoayomide.netlify.app/
And that all, for now, hope to publish more post in 2021 πŸ€—
Happy new year to everyone πŸ€—πŸ€—πŸ˜™πŸ˜šπŸ€©πŸ₯³πŸ˜

Top comments (0)