Become functional – Basic functions
Functional programming becomes the norm, and it has a great hype around it now. As I mostly used that with redux to make sure my reducers work properly, those function …
Read MoreCreating Magic With Code
Functional programming becomes the norm, and it has a great hype around it now. As I mostly used that with redux to make sure my reducers work properly, those function …
Read MoreFast development is not fast! it seems fast at first but believe me its super slow… I work at an awesome remote position, the company take super challenging products and …
Read MoreI have tried to learn generators for quite a while, but for each time that I started, I said to myself: “that’s enough, I’ll learn when I’ll need it” Well …
Read MoreWhile learning docker and following through dozens of tutorials around the web, the amount of new images I downloaded and containers I created can easily be above the 50-60 scale… …
Read MoreI have been hearing about docker for quite a while, and it is on my “learn list” for quite a while. I have been using vagrant for quite some time, …
Read MoreClient: Bloompy Date: 09/15 Info: Social Travel App Amazing project for creating a “social travel” website. Embedded iFrame The application offers all the features of social services: feeds, posts, commenting, group messaging, private …
Read MoreI had a super cool exercise on Hackerank contest, I wouldn’t explain the whole exercise but only the part of finding the median of an unsorted listed of numbers. In …
Read MoreQuick and dirty, running on a loop, counting, gathering and calculating the socks 😀 Exercise Description John’s clothing store has a pile of n loose socks where each sock i …
Read MoreWanted to share my 2 solutions for this nice exercise, on is with 2 loops and the other with one loop and a recursion. This is quite nice for a …
Read MoreI got back to Hackerrank after quite a while and they got some new exercises so I decided to start clearing them from my desk. Exercise Description There are two …
Read More