Skip to content
Roy Tutorials
  • Home
  • Explore Categories
  • Screen Recorder
  • FAQs
  • About Me
  • Home
  • Explore Categories
  • Screen Recorder
  • FAQs
  • About Me
Home

CodeIgniter 4 Consume External REST APIs

By Roytuts · Codeigniter, REST

CodeIgniter 4 REST API Client In this tutorial I will show you how to call or consume external REST APIs in CodeIgniter 4 framework. REST is an acronym that stands…

CodeIgniter 4 MySQL Login Logout Example

By Roytuts · Codeigniter

Introduction This tutorial is about CodeIgniter 4 MySQL Login Logout example with MySQL database version 8. I will use CodeIgniter’s session library to store logged in user’s data. The session…

CodeIgniter 4 Generate PDF Report

By Roytuts · Codeigniter

Introduction The tutorial, CodeIgniter 4 Generate PDF Report will show you how to fetch data from MySQL database and generate PDF document using CodeIgniter 4 framework. Here I am going…

CodeIgniter 4 Generate HTML Table Data

By Roytuts · Codeigniter

Introduction The tutorial, CodeIgniter 4 Generate HTML Table will show you how to fetch data from MySQL database and generate HTML data using CodeIgniter 4 framework. You generally iterate through…

CodeIgniter 4 Load Third Party Library

By Roytuts · Codeigniter

Introduction In this tutorial I am going to explain how to load third party libraries (or library) in CodeIgniter 4 framework. The third-party libraries are placed under app/ThirdParty folder in…

Cron Job Shell Script To Auto Backup Web Site Files

By Roytuts · Unix

Web Site Backup Here I am going to show you how to setup auto backup web site files using shell script cron job. In the world of web, it is…

Spring JdbcNamedParameterTemplate Junit Mockito

By Roytuts · Junit, Junit 5, Spring Boot, Spring JDBC

Introduction In the tutorial, Spring NamedParameterJdbcTemplate and MapSqlParameterSource Example, I had shown how to save new record in the database and how to fetch record from database. Here I am…

How To Prevent SQL Injections In CodeIgniter 4

By Roytuts · Codeigniter

Introduction It is necessary to prevent malicious code injection in your application and one of the injections is SQL injection. Here I am going to show you how to prevent…

Microservices Asynchronous Communication – Push Notifications

By Roytuts · Kafka, Microservices

Introduction The example I will show you here about the asynchronous communication among microservices or how microservices communicate asynchronously among themselves. A microservices-based application is a distributed system running on…

Spring Boot Profile Based Logging

By Roytuts · Spring Boot

Profile Based Logging Here in this example, I am going to show you how to create Spring Boot profile based logging. For any applications logging is an important things which…

«‹12…1213141516…117118›»
© 2026 Roy Tutorials · Privacy · Terms
Loading…
↑