6 followers
Changing the world, one line of code at a time.
Subscribe to my newsletter and never miss my upcoming articles
The pandemic has forced most of us to work from home and whether we like it or hate it, we better get used to it. In this series I’ll talk about some of the things I have learned over the last couple of months of working remotely, that helped me make...
Working remotely, at your own time, own place. It's great! Right? Well, that's what it might feel like at the start, but after working from home for a long time, the dark side of working remotely starts to show up. Don't get me wrong. Many people dre...
Git is an indispensable tool for a developer. But what if you have a local code repository that you need to push to multiple remote repositories (e.g. GitHub and Bitbucket). Well, one solution is to set multiple upstream for a repository and push to ...
I know! It is 2021 and we are talking about Ruby! ... but, just bear with me on this one. If you recall the software development scene from a few years back, then Ruby was THE hip language and most of its popularity was because of the Rails framework...
So, I guess we are talking about tattoos today 😄 The reason I am making this post is that I saw on my feed today about a kindergarten teacher who has tattoos on his face, and he apparently was in trouble with some parent because they thought he frig...
Laravel is a great back-end framework for server-side logic implementation. It has an intuitive code structure, great documentation, and a very active community. Although the learning curve for Laravel is a bit steep, the payoff is also great. Larave...