Updating my skills with AI
After a few months away from web development, I have decided to upgrade my coding skills and update my stack. […]
After a few months away from web development, I have decided to upgrade my coding skills and update my stack. […]
Starting a Contra like video game with brutal mechas as vehicles. After 6 months of development podcasts and research I […]
This is a simple login using Credentials as a CredentialProvider. That means there is a screen to put just a […]
When you call your component like <MyComponent {…props} /> – it essentially means, import all available props. When you explicitly call action prop like <MyComponent […]
I just needed to generate a react component printer and non of the public npm packages worked properly. So I […]
Ok ok, I finally got it. I talked to many professionals, recruiters and jobless people. This is the master-ultimate-awesome guide […]
As a common tech slave… I mean Google user, I am aware these 2 giants are talking each other all […]
This is just a test to understand how to create content on youtube. My idea is to teach coding, while […]
Accessing an AppSync GraphQl function from a Flutter App. This example is using a list of users as a data […]
Using AWS API Gateway to create my mobile App API. Also because of studying for my developer certification. Step by […]