Blog posts
AWS Amplify: getting started with Vite
When it comes to starting a new React app on Amplify, the Amplify docs suggest using Create React App. But now, there's a new player in town: V
How Generative AI Will Affect Website SEO Design
So you wanna make sure your website ranks high on Google? Yeah, we all do. That's where search engine optimization (SEO) comes in. But now, wit
Hosting a website on the blockchain
I have been trying to get my head around how to use Web3 and this may become a series as make sense of each part. Hope it help someone else taking
College is still better for coding
WITH A LOT OF CAVEATS!!! All I ask before posting comments is to read and think about the points I plan to make to explain why I b
Apollo client graphQL and Auth0 - A complete implementation
This article has come together after months of trying different implementations and discovering more layers to using Auth0 and Apollo. Even though
Using ApolloClient in a real project
If you have been using ApolloClient in your projects, you have probably started using their "apollo-boost" package. And for star
Best Practices Storybook
Storybook is a user interface development environment and playground for UI components. The tool enables developers to create components independen
Best Practices Redux
In 2019 there is still a very important place for Redux in developing larger web apps that have not been as established with the newer approaches.
Best Practices Components
Components should be able to be reusable in different applications and therefore should not be bound to a particular store. A previous way to accom
React Best Practices For The Real World
The following are the best practices in creating each component for either a new or existing web app and laying out the groundwork for those compon