BEING POPULAR
Tips for promotion blogs. I am because I blog is a popular saying among bloggers. This is generally because the bloggers believe they write blogs to satisfy their wandering souls.…
Continue ReadingTips for promotion blogs. I am because I blog is a popular saying among bloggers. This is generally because the bloggers believe they write blogs to satisfy their wandering souls.…
Continue ReadingVoices: Walter Isaacson Says Physicist's Religions Beliefs Informed His View of Science Walter Isaacson, the biographer of Ben Franklin and Henry Kissinger, is tackling Albert Einstein in his new book,”Einstein…
Continue ReadingOnce an old man was reading the Ramayana while waiting for a train. A young man with his wife was standing near by and said,” You old fashioned people read…
Continue ReadingMeeteo is a SAAS product of Resimator Oy which aims at easing customer interaction and planning/managing events/services of particular company/person. Meeteo provides one stop solution for you to handle your…
Continue ReadingConverting string to number the_string = "123"; console.log(+the_string); // 123 the_string = "hello"; console.log(+the_string); // NaN Convert a number to a string var converted_number = 5 + ""; console.log(converted_number); //…
Continue ReadingDo you know what is " Suspended Coffee " or "Suspended Meal"OK, let me explain…A women giving money at a restaurant counter in Norway and told:"Five coffee, two suspended ".…
Continue ReadingEdit the respective .conf nginx file in your favorite editor. Add the following code below the .conf file to add the proxy server navigation. By default, the max file upload…
Continue ReadingWhile working with laravel, You feel like having a way to know whether a function you've just return works or not. In that case, you can have a separate controller…
Continue ReadingIn angular *ngFor exports some local variables which can be used with the current iteration: index: Current loop iteration for each template context.first: Boolean value indicating whether the item is…
Continue ReadingAngular does not reload the component when the param in the route change. For eg: when we have url like user/2 and when we change route to user/3, The route…
Continue Reading