Browsing Category
Tutorials
Postman v7.2 Supports GraphQL
Postman joins the group of companies acknowledging the GraphQL qualities and has recently announced the support for!-->…
How to extend styles in React-Native?
The nice thing about styles in React Native is that everything is JavaScript. 😂
React Native uses a JavaScript class…
How to expose local development server to the world
Powerful tools exist to expose local services. Learn how easily you can expose server from your local development machine to the…
How to Fix ads.txt error message on Google AdSense account
Does your adsense account has the same issue as the feature image of this post? If yes, then you are in the correct place as you…
Force WebSite over HTTPS SSL with htaccess
When you need to switch a website from an old domain to a new domain, you need to redirect all your page URLs, this is when …
5 useful htaccess tricks for website migration
Over the last year I found myself migrating several websites to new domains. Therefore, I have decided to write a post about the 5…
Composer and Github repository
The post will show how to add public git repo as a composer package. If you want to add your own git repo as a composer package you…
How to show hidden files Atom sidebar
Atom editor is my preference on doing my programming tasks. The post will indicate how to show hidden files Atom sidebar. By default…