Recently while browsing through one of our projects I found some atrocious piece of code I wrote a few months back. As u...
So far so good, in part one we managed to do a very basic setup of a blog website sticking to just markdown and html (wi...
if you prefer to watch a vid demo instead of readingjust click hereLooking for a springboardFor a while now we have seen...
GraphQL is a query language for APIs that resolves the common REST problem of over- & under-fetching data. It does that ...
If you’ve worked with TypeScript, React or Next odds are you’ve encountered an update that broke a number of features on...
TypeScript 5.0 is here and it brings a lot of changes to performance, adds decorators, and among other things enums. Enu...
React Native monorepo with shared components & TypeScriptTo start we should ask a simple question: why should I use a mo...
While managing state in react isn't exactly a Sisyphean task it can certainly become one if the right tools aren't used....
As 2022 drew to a close, and the distant stars of a million AI generated skies were everywhere you looked on your Galaxy...
The adoption rate for GraphQL keeps growing and a lot of big players like PayPal, Twitter, medium, Docker, GitHub or Sho...
As you probably already know REST has been the established industry standard for years and GraphQL is supposed to be an ...
The authors of State of JavaScript had been including GraphQL in their survey for a while, though it was a bit hidden un...