A week ago I hosted a workshop with hilarious Jason F. Gilbert on building a ManyChat bot for Facebook messenger in less than 10 minutes. Now it is available on YouTube! Enjoy
Wondering About Product Market Fit
Been wondering about the product market fit process relaying on my observations and experience from the last few years. Tough it always feels like it is an organic and natural process I believe that it should be approached with a planned methodology. So here are few points that in my opinion has to be included […]
Why Engineers Must Sell
A small piece of conversation that I had with a potential client on a conference presenting a product: Potential Client: What is your role at the company? Me: Backend Engineer. Potential Client: And what are you doing here? Me: Selling. We laughed 🙂 The ice is broken, and the rest is history. From the beginning […]
How To Redirect Output Of Systemd Service To A File (Ubuntu).
Lets start from the service file which is located at the following directory: /etc/systemd/system/ (You can use the “cd” command – cd /etc/systemd/system/). The second step is to edit our service file, for that open the file for editing using “vim” editor. Use the following command sudo vim your_service.service. Add the following lines under the […]
DEV-Life Hacks: Debug Django Project With Pycharm Community.
Seems like there is no option for debugging a Django project with Pycharm community version but there is a surprise for you. Start A New Project I have started a new Django project called ‘example’, then I created an app and called it ‘TestApp’. Access Run/Debug Configurations Add New Configuration Choose python Insert ‘manage.py’ […]
Python Ten-X Developer.
Inspired by David Bordeynik’s lecture on PyWeb-IL meetup. So what is the meaning of the definition “Ten-X Developer”!? This term used to describe a developer that is 10 times more productive then his colleagues in his sphere. In this article I will drop light on 3 fundamentals of programming and show how a ten-x developer […]