my-programming-tutorials-logo

My Programming Tutorials

16 Best Tools for Programmers to increase productivity

Last updated on by , 2 comments

16 Best Tools for Programmers to increase productivity

In this article, we are going to know about some best tools for programmers, which will definitely prove to enhance their productivity. This piece of content is specially written for new programmers and web developers. Because they literally just don’t know that some magical tools available out there to reduce their load. Hey! you are… Read More »

How To Create Infinite Scroll Pagination With PHP And Ajax

Last updated on by , 34 comments

How To Create Infinite Scroll Pagination With PHP And Ajax

In this tutorial, we are going to learn that how to create infinite scroll pagination with PHP and Ajax. All of you probably must have seen this feature in some websites that you can load more content by just scrolling down. It can be possible via AJAX. I hope all of you guys will be familiar with… Read More »

Create own Cryptocurrency: A Step By Step Guide

Last updated on by , 4 comments

Create own Cryptocurrency: A Step By Step Guide

In this article, I am going to serve you a detailed information about how to create own Cryptocurrency like Bitcoin and Ethereum. And provide you a step by step guide to set it up on a Live Server as well. What is Cryptocurrency? Cryptocurrency is a kind of digital asset or virtual currency that uses cryptography techniques to secure its… Read More »

How to use SQL Manager in CodeLobster PHP IDE

Last updated on by , no comments

How to use SQL Manager in CodeLobster PHP IDE

Probably, every PHP programmer had to create his own framework or library, and it was necessary to work quickly and do everything practically from scratch. Often we need to test some of our ideas or algorithms and we write code for interacting with databases directly, without using ORM frameworks. In addition, SQL that is used… Read More »

Generating PDFs with DocRaptor’s HTML-to-PDF Library

Last updated on by , 2 comments

Generating PDFs with DocRaptor’s HTML-to-PDF Library

Many web applications have a PDF export requirement: invoices, reports, brochures, or eBooks. Generating these PDFs, especially if they’re complex or large, can be really challenging. Fortunately, there’s DocRaptor, which provides an easy-to-use API for converting HTML web pages into PDFs. This is a walkthrough of how to setup and use DocRaptor’s PHP library: Installation… Read More »

Install IonCube Loader in Localhost

Last updated on by , 19 comments

Install IonCube Loader in Localhost

Hello developer fellows, in this article, we are going to learn how you can install IonCube Loader in Localhost. Installing an IonCube PHP extension can be quite hard for beginners, but it is not impossible of course. In this topic, I’m going to guide you step by step to install IonCube locally. First of all,… Read More »