Last couple months I was heavily determined to become Google Ads certified. After a long study and real life case study and implementation for my business “Preview Technologies Limited” finally I started taking all the certification exam in this week and got PASSED! Now I am a Google Ads certified professional and it’s a proof of my ability to play a great role for my business as well as all of my clients under Preview Technologies Limited. I am so …
Blog Posts
Java is one of the most popular programming language in the world. It’s also one of the oldest programming languages. Due to it’s huge library and extensive community, it’s one of the best used language I have ever seen. However, I am not an advanced Java programmer but I brought some pieces from everywhere and build a small things that helped me to work with one of my practice project easily. Date time conversion in Java Working with date and …
Retrofit is an awesome and easy to use library. You can use Retrofit for any Android or Java application which need to interact with our OAuth2.0 server to get access token. You just need to build the retrofit properly to get it done. It doesn’t require any advance knowledge. Let’s see how it can be done easily. To get the access token using Retrofit we need to do – Add Retrofit in your project via Maven or Gradle. Complete installation …
Good questions. And most important question for yourself if you have a website or want to improve your business or website traffic. Here comes SEO (Search Engine Optimization). People search information on Google and your website should be on top of those results. Am I correct? What is an SEO? The full abbreviation of SEO is Search Engine Optimization. People search on Google and other search engines to know information. On a daily basis Google receives over 5 Billion of …
I just spent 2 of my hours to figure this thing for my client’s WordPress website. One of our client’s site somehow got redirect after changing the URLs (from where it has been changed, he even doesn’t know that). So it was my job to fix that. And of course I fixed that, but in a very engineered way. I first took a note which table and in which column I have that old url. Then I just build some …