My 2017 summed up (from end to beginning): The mobile app ended up being my last project for this year. Towards the end of this year I had less and less time to spent on coding and more and more of excuses for not having time to sit in front of my laptop and just […]
Finished product
Back when I started coding Makro I couldn’t wait till I’d be finished and could upload it to the internet for people to test and use. Now it’s been available for couple of months and it has 101 registered users (by the time I’m writing this) but it’s still far from finished. It is perfectly […]
Never hardcode anything
I am quite sure that this is quite obvious to everyone except me. I mean I did know that before but yet I just had to learn it the hard way. When I made Makro I made a decision to hard code six different meals and names for them. I did not think that it’s […]
Me, myself and my lack of knowledge
When I was like Jon Snow and knew absolutely nothing (especially from databases) I thought that all databases are treated equal. Just pick one and use that. When I knew a tad more than nothing I thought that why would anyone ever need a relational database because MongoDB can do everything just fine. Even when […]
Short history of Makro.diet part 2
After deploying Videoknight to Heroku I was full of confidence. I had just completed my first full stack web app. I was so ready to start working on Makro. Little did I know about the problems which were patiently waiting for me to find them. This time I started with the back end. At first […]
A short history of Makro.diet part 1
My latest project was a calorie counter / meal planner. Technically this was the latest but since I didn’t have to do much for this I don’t count it as a full project. For the calorie counter (later referred as Makro) I used MongoDB as the database, Node + Express as the server and Vue […]
New portfolio is up and running
Today I made a new portfolio site for myself. This is actually third version now. There isn’t that many changes compared to the previous one but I finally decided to implement blogging possibility to it. This blog will most likely focus a lot on my programming projects and stuff related to those. So probably a […]