You must already know about GitHub specially if you are a Software Engineer. Ok, that’s great to know that you know. Now let’s talk about as a PHP developer how we can use GitHub actions or workflows (group of actions) to automate our CI job. It was very much expected feature from GitHub. What is GitHub actions & workflow? You got me right. I need to tell you this first otherwise this article seems useless to you unless you have …
Category: Programming
Read articles, tips & tutorials, news and updates on programming language. I write on mostly all languages and try to share my experience with you so you don’t need to spent too much time to find the solution by yourself. Sharing is the true power of knowledge.
Last 7 years I had lots of experimental codes that I never released anywhere. Because it was all part of all big projects and practices. But couple months ago I just go introduced with sellcodes.com where I can easily buy and sell codes. Actually anything. Now I am finishing all of my little to big snippets and codes and publishing those in sellcodes.com. Unlike other platforms like ThemeForest and CodeCanyon. SellCodes currently provide very flexible approval process for the developers …
Since from the beginning of my career as a professional PHP programmer, I fell in love with web scraping. And I have built so many tools (may be more than 20) that collect data and make it re-usable easily. And suddenly I got an idea to build a PHP script to get DSE share price in PHP. So here it comes. I built it. It was an easy task but very useful for developer to display and use DSE, CSE …
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 …