What exactly is GraphQL?

Facebook started developing GraphQL in 2012 and released it in 2015. Since 2018, the Linux Foundation is responsible for the project. GraphQL’s purpose is to provide a query language for data fetching and manipulation. It is not exactly SQL, and not REST, either. It is somewhere in between, allowing developers to query, mutate and organize data in an intuitive and safe way.

read more “What exactly is GraphQL?”

Browser engine diversity or Internet Of Google

If I ask you, what browser you are using, you would probably answer Google Chrome. Indeed, its market share as of 2019 is about 70%. But if we take into consideration all Chrome-like browsers (Opera, Edge, Yandex Browser, etc.) it sums up to about 80%. It sounds perfect for web developers: fewer browser engines means less time spent making your website look consistent across browsers. But is it really?

read more “Browser engine diversity or Internet Of Google”

Everything you need to know about Google Fuchsia

In August of 2016, Google published a project on GitHub codenamed Fuchsia (now moved here). Google made no official announcement, but code inspection suggested this was a brand-new operating system. Why does  Google take on to develop a new OS instead of perfecting Android? What it means for developers and when should we expect it? 

read more “Everything you need to know about Google Fuchsia”

Developing a TODO app with Flutter – Part 3

In this series of tutorials, I will walk you through the process of creating a TODO app with the Flutter framework. By the end, you will have a cross-platform TODO mobile application, which allows you to add, edit, remove and complete tasks, while persisting the data on Google Firebase. The series spans across 3 parts:

Part 1 – Setting up the development environment and creating the project
Part 2 – Implementing core functionality
Part 3 – Connecting your app to Google Firebase

read more “Developing a TODO app with Flutter – Part 3”

Top 5 plugins for IntelliJ to boost your workflow

IntelliJ is one of the most popular Java IDEs right now. It comes with a rich set of features on its own, but you can make even more of it by using plugins. And what is even more exciting, the same plugins will work in any IDE by Jetbrains: WebStorm, PyCharm, Android Studio, etc. In this post, I will list top 5 plugins for IntelliJ (any other Jetbrains IDE) that had helped me boost my productivity.

read more “Top 5 plugins for IntelliJ to boost your workflow”

Developing a TODO app with Flutter – Part 2

In this series of tutorials, I will walk you through the process of creating a TODO app with the Flutter framework. By the end, you will have a cross-platform TODO mobile application, which allows you to add, edit, remove and complete tasks, while persisting the data on Google Firebase. The series spans across 3 parts:

Part 1 – Setting up the development environment and creating the project
Part 2 – Implementing core functionality
Part 3 – Connecting your app to Google Firebase

read more “Developing a TODO app with Flutter – Part 2”