Categories
Opinions

Resources for Creators

This post curates the list of tools, resources in all sort of form to help the creators. Undraw Open Source Illustrations

Categories
Opinions Tutorials

TIL, Handy Git Commands, npm ls and more

This week of Things I learned, I would like to write about some git commands. These commands are parts of my daily usage. I would end up googling them every time they needed and go through a lot a links until land on the correct result. To save time I have gathered them at one […]

Categories
Opinions

FUD of Blogging

FUD is very nice acronym for Fear, Uncertainty, Doubt. I just recently discovered it on the article where some Hybrid App negativity was cleared. What FUD has to do with blogging. It is thoughts that procrastinate you from writing your next amazing piece, or pressing the Publish Button. At some point of blogging we all […]

Categories
Opinions

Finally getting hold of Object Oriented JavaScript

I have forever procrastinated about JavaScript Object Oriented Nature. This post is still under construction. Which will updated as I learn more about this topic. What’s the best way to learn about Object Oriented JavaScript than to trying it. Getting you hand dirty. Experimenting it. Playing it. It is my longing desire to know all […]

Categories
Ionic Opinions

How to solve an Ionic app crashing on launch

Suddenly all of my Ionic apps started crashing. This is the error I got. TL;DR, If chrome is not present or disabled than your ionic app might crash on launch. This rules only applies on debug builds of your app. Continue reading if you want to know how I figured it out. There might be […]