Journal

Jan
27
Is Paywall a Good Idea For Blog? I've Carried Out an Experiment
Post
2 min read

Is Paywall a Good Idea For Blog? I've Carried Out an Experiment

Last year I put a part of my blog behind a paywall. The price was a little bit less than a cup of coffee and started from a 1$ monthly tier.
Jan
20
I'm Coming Back to Freelance From Early Retirement
Post
1 min read

I'm Coming Back to Freelance From Early Retirement

In December 2020 I firmly decided to start the come back process from my early retirement. Mainly for the reasons I've described in the early retirement beta test post. Anyway, retirement has never been planned to be endless.
Jan
19
How To: REST API in Swift with Vapor RestKit — CRUDs
Shorts
3 min read

How To: REST API in Swift with Vapor RestKit — CRUDs

Writing CRUD Rest APIs is something that gets me bored VERY fast. Here comes RestKit with a vaccine from CRUDs boredom
Jan
03
2020 Recap
Milestone
6 min read

2020 Recap

Happy Xmas and New Year for everyone! Now, when 2021 is finally out, it is a perfect time to make a summary of previous year, isn't it?
Dec
29
How To: REST API in Swift with Vapor RestKit — ORM Extensions
Shorts
2 min read

How To: REST API in Swift with Vapor RestKit — ORM Extensions

One of the things I worked on some time ago was Vapor Rest Kit It started as a set of utils I implemented to speed up the development of my side project. Gradually my Vapor utils grew rather large and decided to move it to a separate package and publish.