by Razvan Statescu | Jun 28, 2021 | Uncategorized
Since I started to write code I was kind of obsessed with code quality. I wanted all my code to be well indented, not have duplicate logic or overcomplicated functions. Why? When I started programming, back in high school, it was just for my self-esteem. Then,...
by Razvan Statescu | Feb 1, 2021 | Uncategorized
Before we begin, Pusher Channels (or simply Pusher) provides real-time communication between Servers and Apps. We used it when building Brunch, and it really helped us improve the overall User Experience. What is Pusher? With Pusher Channels you can build basically...