February 19, 2018
After the previous post, our application server works, can receive requests and even return some kind of responses, which is already great and you can go into production with it! But probably it would make sense to add some more functionality to it. And in this post, we will integrate a database and implement a RESTful API.
February 11, 2018
I recently started my new pet-project using ExpressJS as a backend API server, so it's a good time to document each step and help node.js newcomers to start building real things using this great technology.
February 10, 2018
I plan to write a series of posts about databases internals. In order to make it easily perceivable, I'll be writing a NoSQL DB from scratch in Ruby. No doubts that it's not the best fit for database development, but it's extremely readable and will help us a lot. This one will be about why may you want to have an index and what is a Hash index.
February 01, 2018
Today I gave a talk on Ruby User Group Berlin meetup, here is a recap of it in a readable format.
January 20, 2018
If you followed my 3 my previous posts - you already created your first Amazon Lambda function, made it able to write to DynamoDB and be accessible from the outside world, using API Gateway.