This app works best with JavaScript enabled.
Personal Portfolio
Home
About
Publications
Projects
Contact
Publications so far :)
I publish articles monthly, every 1st day of the month!
Apollo Client and Local State Management
This article aims to give you a little taste of how to use GraphQL queries with an Apollo server to manage the state of your App, through a Library Management System 📚example!
Contentful+Gatsby = Smarter content management
A writeup published by Soshace aiming to show how to integrate Contentful with Gatsby for better content management. Includes a small introduction to GraphQL data querying
YOU DON'T HAVE TO USE REDUX 🏅
An article published on dev.to comparing 3 different ways of handling the state: prop-drilling, using Redux library and using React’s context API. Voted one of the "Top 7 Of The Week" and attracted more than 18 000 unique views
COOL KIDS HANDLE STATE WITH HOOKS
A writeup on Medium aiming to showcase the current state of state management in React using useState and useReducer hooks.
HOW TO BUILD YOUR REUSABLE COMPONENT
Shows how to build a reusable table component. The table can be easily customized either by using pre-built themes or using a custom stylesheet and supports changing its density.