Hello, World!
I'm Wacu, a full-stack software developer, with a focus on the front-end, primarily the JavaScript and React ecosystem.
Interested in all things web development, performance optimization, and AI
Welcome to my space!
Latest Blog Posts
October 26, 2022
Setting Up React With GraphQL
GraphQL improves the frontend workflow by allowing the client-side to query the server for the exact data it needs.
October 18, 2022
Beginner's Guide To GraphQL
GraphQL is an efficient alternative to REST API that enables clients to request specific data through queries.
October 18, 2022
GraphQL Server
A GraphQL server handles the interpretation and execution of GraphQL queries and mutations.
August 15, 2022
How To Use Redux Toolkit
Redux Toolkit provides tools and functions that make writing Redux logic easy.
July 11, 2022
Bundling in React
Bunding is the process of transforming source code into files that can be placed on a web server and used by web browsers.
June 25, 2022
Beginner's Guide To Redux
Redux is an open-source state management library that is used to manage complex state efficiently and predictably.