Bye React Native, welcome Flutter!As CTO, it’s my role, among other things, keep our engineering resources aligned with the business interests of company. It includes taking…Aug 14, 2018Aug 14, 2018
Published inCoinmonksUnderstanding and creating BlockchainsI see a lot of blogs and people talking about blockchain but in a very superficial way. Ok, they explain that blockchain works as a ledger…Jul 26, 2018Jul 26, 2018
Turning repetitive code into npm modulesIf you’re a coder you probably have made one code so handy that every time when you face a similar problem you reuse that code. And you…Jul 1, 2018Jul 1, 2018
Integration testing: Finishing with “contract made out of mouth”“Hmm, I forgot to add that attribute to JSON.”Jun 1, 2018Jun 1, 2018
JWT: add stateless authentication to your microservicesSome endpoints of microservices systems should be public to everyone consume them, but some not. For example, the route to sign up in a…May 11, 2018May 11, 2018
How can you ensure the suite test efficiency?I know, make tests is kinda boring, but it’s important (and I also know that you probably has already heard that too). I think I don’t need…Mar 30, 20181Mar 30, 20181
Fluent interface — talking with your codeSuppose you’ve got a system with users and they can chat with each other using messages. Let’s look over this case with following classes:Mar 26, 2018Mar 26, 2018