How I switched from ruby to elixir and to learn it better - built a productHey everyone! In this post I wanted to share some of thoughts from my learning process. I'm developing apps for about 15 years, with main lang - ruby and ruby on rails framework. Over my career I worked with pretty much everything - embedded developm...Oct 16, 2025·5 min read
Using component based approach in your Ruby on Rails appSince the beginning of ages we were using partials in our Ruby on Rails apps. I think everyone remember good old app/views/shared folder where many of us kept parts of our UI. It was right approach when you wanted to reuse some parts of html. The onl...Aug 7, 2024·3 min read
Desktop app development with flutterFor a long time desktop app development was hard and expensive. If you were creating app, you probably had to create 3 apps at once - windows, macOS and linux. There were tools such as QT, wxWidgets, copperspice and other frameworks which allowed to ...Jul 31, 2024·3 min read
What is self hosting and how your software engineer career can benefit from it?This might not be the most popular topic during your coffee breaks, but it’s something every engineer should try at least once. Here’s why... What is Self-Hosting and How Does It Work? When people hear "self-hosting," they often imagine server racks ...Jul 15, 2024·3 min read
How we built mobile MVP app for freeand that helped to boost the sales by almost 25%Jul 11, 2024·2 min read
Going for #1 ProductHuntGoing financial.... About a year ago I've joined a new startup called Cashews. I really liked the idea of providing users easy way to know how many can still they spend today without going broke by next salary, however I had 0 idea how should it work...Jul 25, 2022·5 min read
IntroductionHave you even been in situation when you have blog, blog1, blog_api, blog_fe projects stored on your computer ? And each of them has different template, built using different language/framework ? Most of them like 40-50% done, but not ready for deplo...Jun 24, 2022·2 min read