Igor Sokolov's Blog

IT blog

Recent posts

Aug 26, 2019
A holistic view on implementation of a REST API backend using Serverless Framework Many examples available in the Internet demonstrate how quickly and easy anyone can build a REST API backend using Serverless Framework. Based on my experience, outcomes of those examples can be hardly called 'REST API'. That is because they don't implement the RESTful principals in full or even violate some basics of RESTful style. In this article I make an attempt to take one existing example and show how the example should be enhanced to step closer to REST API according best practices.
May 29, 2019
Another approach for Apache Solr-driven product visibility rules Today’s post is about an implementation approach for visibility rules using boolean operators in Apache Solr.
May 8, 2019
How to start you own blog using Hugo and Amazon S3 This tutorial will walk you through how to setup and deploy Hugo blog in AWS using all features like HTTP/2, HTTPS only access, CDN and many others.
Dec 26, 2017
GraphQL - what is that? A post about GraphQL from the architecture perspective.
Dec 26, 2017
Serverless architecture - what is that? A post about Serverless from the architecture perspective.