We are looking forward to meeting you on our website soshace.com
Related Post
Tech Blogging for Web Developers in 2019: Why? Which Platform? How to Start Your Own Tech Blog?
“Blogging” is a ubiquitous term in 2019 — every web developer is advised to start blogging for various reasons. In this article, we’ll explore 4 practical reasons why you should start your tech blog, then we’ll review the best tech blogging platforms of 2019 that will be suitable for you as a web developer, and teach you how to start your own tech blog with Jekyll and GitHub Pages.
Progressive Web Applications and Service Workers
In this article, we’ll explore Progressive Web Apps and Service Workers.
GraphQL
Let’s talk about basics of really fresh approach in client-server communication: GraphQL. Let’s answer few questions first to start with this technology. What is the difference between this technology and common REST API (e.g. express implementation of this one)? That’s simple: GraphQL provides you instruments to execute queries to server, not send the requests, so you create query and you know for sure what a result you expect to see.