After writing about some of the biggest libraries out there I think it’s time to look at one that hasn’t been covered as much, namely BaseQL…
GraphQL community is full of great stories about how GraphQL implementation changed a product, made it better and more powerful. Sometimes…
Hey there 👋, we have just released a new version of GraphQL Editor. Version 4.5 is another step closer to our holy grail which is building…
Software as a service (SaaS) is licensing and delivery model in which software is centrally hosted & licensed on a subscription basis. SaaS…
The State of JavaScript is an annual survey that collects data from JS professionals from across the globe. This year’s edition questioned…
The big trend for a while now has been GraphQL and its associated technologies growing popularity among the dev community. However there’s…
Modularity and reusability are one of the React principles. React components are independent and reusable chunks of code that are…
After looking at how GraphQL can be used with Vue and Angular it’s obviously time to look at how it works with React. Especially since they…
The latest events have changed many aspects of our personal and business life. Technology has become more essential than ever in connecting…
Last time I touched a bit on the combined benefits of using Vue with GraphQL via Apollo. It shouldn’t come as a surprise that Vue isn’t the…
While REST still holds the top spot in terms of popularity GraphQL has been on the rise for quite a while and 2021 looks to be another year…
GraphQL Nexus is a library to build code-first GraphQL APIs that relies on Node.js and TypeScript. The code-first approach prioritizes the…
After looking at the features, components and libraries for Vue, React and Angular it’s time to do an actual comparison of the three. While…
Last time we looked a bit at the background and some built-in features of React. As promised it’s now time to look at some optional tools…
After taking a look at Vue and Angular it’s time to check out the last of the big three - React. In terms of popularity and user base it…
GraphQL is a graph-based query language or more precisely a specification that regulates how to interact with APIs. GraphQL isn’t tied to…
After breaking down Angular and its versions it’s time to do a deeper dive into the inner workings of the framework, namely directives. They…
Jamstack is a new architectural approach with the core principle of pre-rendering aiming to make web applications to: run faster, be more…
After writing a bit about Vue and its web components I think it’s only fair to take a look at its main competitors and their web components…
The most important part of any web or mobile app is the content it provides. Exchanging data is a fundamental feature of any modern app…
In my previous blog post I outlined what Vue is and went through a bit of its history and versions one through three and their key features…
Vue has definitely been making rounds in the dev community as of late. According to recent surveys, like the 2020 Stack Overflow Survey, it…
GraphQL’s astounding growth is attracting more and more developers each year, according to the State of JavaScript 2019 report, it’s used by…
We’ve just launched GraphQL Editor 3.0 and I must say it’s nothing like a year ago as we released it. When we started our vision was to…
Deno is a V8-based scripting environment written in Rust & TypeScript aiming to provide a productive, secure scripting environment that a…