I had been asked this question a lot of time, GSOC finished, what you are next upto. Most of the time, I replied working with Ishwerdas studios and few were I am going to learn UI/UX development because today, we are highly in need of good user interface. Most of the people responded like OK… Continue reading→
A few days ago, I got a chance to meet a bunch of my old friends from the college and I wondered how negative their views were regarding marriage. Many of them were avoiding the marriage because they don’t want their life to get harder. Is marriage all about it? Making everything difficult? Then why… Continue reading→
Yesterday I was reading some articles on React to learn more about good react coding patterns so that I can make my mobile app, which I am currently working on, fast and smooth. One of the coding tips I learnt is to avoid defining arrow functions and using bind in render function. Because see, render… Continue reading→
“Kirlian Photography reveals the energy emanating from seeds that demonstrates the presence of the life force in them.” When I read this line in the book I have been reading for few days – Foods that heal. It sounded really interesting to me, like what is Kirlian photography, how is it different than normal photography and… Continue reading→
Today I got familiar with Cory House’s writing about React, while I was reading an article written by him – React Binding Patterns: 5 Approaches for Handling `this`. I really liked the article, so I click on his name to find more articles and I found a tonne of knowledge on React, Javascript and a… Continue reading→
My father-in-law is a bibliophile. He has a tonne of books on health and fitness, religion, different cultures, homeopathy, Bach flowers and the list goes on. After my marriage, I came across all this bundle of knowledge and read a few of them. One of them which attracted me the first was Seeing without glasses… Continue reading→
When I was kid, learning language in school was so tedious to me and to my friends. Understanding and implementing grammar rules, memorising vocabulary, clauses and proverbs was just a matter of getting good marks. We hardly could understand the importance of these grammar protocols, enriching vocabulary and learning language syntaxes. But after so long,… Continue reading→
A couple of days ago, I got a chance to speak to final year students of CSE branch, GNDEC. The purpose of this seminar was that students before going to training should have enough knowledge about the upcoming technologies so that they can choose according to their interest. I really liked these arrangements made by… Continue reading→
Like the pulse of our hearts, our lives are divided in positive and negative chapters. God has his own ways to put these chapters in an interesting order. After all, a director never wants his movie the boring one. I have lived those interesting chapters too, felt each and every moment deeply and even remember… Continue reading→
SASS stands for Syntactically Awesome Style Sheet. It is basically a pre-processor to CSS. What does that mean is, we’ll write in SASS which gets transpiled to CSS and then parsed by the browser to load the styles of our site. Why SASS? If you know about a famous software engineering principle, DRY which stands… Continue reading→