Assuming you have been interested in React and started creating simple apps, you now want to make it more than a single web page by adding some routing into the mix. So take your newly React template App and let’s see how we can do some React Rout...
Google Analytics is a free service meant to track users and collect their online behaviour data when using a website, app or any kind of web product. And like mosquitoes you will find it almost everywhere you go to relax. So let’s have a look at i...
Now that we’ve seen how to create a GraphQL API from Apollo Server, Advanced Queries and Mutation to Bulk Mutations, custom Scalars and advanced Resolvers, you should have the hang of it by now. So let’s start using it in our front-end. The techno...
Here are some of the “advanced” techniques that you can use when working with Jekyll. It’s a compilation of Jekyll tips that I have tried or used within this theme Type-on-Strap. Hopefully some of them will be useful for you too! 🧪 I am always on...
As you start exploring more and more the world of GraphQL APIs, you may want to get more out of your resolvers. As you decompose your business logic into multiple microservices, all advertising a GraphQL Api, you may encounter a need to query them...
You’ve definitely heard about version management, but how much do you know about it? Multiple tools exist but the one that has become predominant as of today is certainly git. So we’re going to focus on git flows for software’s version control. ...
Docusaurus 🦖 is a static-site generator based on Node.js with react components and made by Facebook. It has been open sourced now the v2 is in beta, so we’ll check out this new alternative. You may already have seen it while browsing in the jest...
In this article we will talk about bulk mutation, the desire to update multiple entities with a single input. Some common use case would be if we had queries or mutations that take one entity at a time, and we want to: Query multiple entities ...
This is the 100\(^{th}\) article! 🎉 So I decided to go with a subject about the software development’s career path. You may wonder at some point how to evolve and get promotions while still maintaining your technology edge. While it may not exist...
Continuing this GraphQL series, after Apollo 🚀 and GraphQL for the basics, then the Advanced 🛰 Apollo Graphql queries article following by the Apollo GraphQL 👩🚀 mutations, let’s dive into scalars. As said on GraphQL.org, after all the types, the...