Posts

Showing posts from 2020

Get Local time| Get International Time in Javascript | Get Local time in php | Get Time according to timezone in php | Get Time According to local timezone

Local Time/ International Time. Headache! The solution:- Use unix timestamp for converting time to local of international timezone for different places. Just save your time as unix timestamp. From Your Browser: with javascript const unixtime= new Date().getTime(); Save this timestamp for database. While printing on frontend just pass it into the Date class: const localTime= new Date(unixtime); From php script: $unixTime=time().'000';

Benefits of using CDN links in head tag

The main benefit is your website  loads faster as compared to attached local files in head tags. Suppose if the browser has opened a website that contains some CDN links. Then after you open another website that has the dependecy of same CDN links will be loaded faster. Peoples generally install js or put css files of bootstrap locally to ensure the availablity of these dependecy as CDN links are outsider dependecy. But if you use CDN links the performance can be increased.

Experience or Talent?

So let's talk about experience in programming. My famous line " Experience doesn't matter, but talent matters"  hmm..... So initially you start your mindset of programming from your college or after college when you start working in a  software company. And you start counting your experience by year or months. All the thing is you got experience whenever you start believing in yourself. And for believing in ourselves we require some evidence that we are doing good, we got knowledge of it and that is how experience speaks from yourself. But suppose that you and your friend started from same point and have same potential but you got some oberservations regarding knowledge. Now experience is same but knowledge is different. To improve this you can do some different things like helping your juniors or getting openions from senior members.  It will develop yourself from inside and you will feel motivated. So , time is precious utilizes it in such way that is gives you best