Home

Techno Workshop provides technical solutions about different technologies like PHP, MySQL, PostgreSQL, Bootstrap Front-end Framework, JQuery, GIS, JasperServer, and PHP frameworks like Laravel, Codeigniter, CakePHP, etc. It also provides tutorials for Ajax, APIs, CURL, Composer Packages, etc. If you cannot find anything, you can also search for tutorials in the search box below.

  • Laravel Queues: An Asynchronous Processing
    This article aims to guide you through the process of executing jobs asynchronously using queues and workers in Laravel.
  • Laravel order by relation column with example
    Some examples that demonstrate the usage of Laravel’s orderBy method with relationship columns, which can be applied in Laravel versions 5, 6, 7, 8, 9, and 10.
  • Git Commands to Remove Merged or Nonexistent Local Branches
    The following git commands will delete all local branches that have been removed from remote or merged into the main branch.
  • Learn How to Use Laravel Enum Casting
    Laravel 9 has introduced enum model attribute casting, which makes it easier than ever to use enums in your application. With the help of an enum class and model casting, you can easily set up your table with specific enum values.
  • Install React JS with Laravel Breeze
    Install Laravel Breeze, which offers React JS scaffolding via an Inertia frontend implementation to build modern React JS app.
  • Using Laravel to upload a file
    Uploading a file in any programming is a challenge. So, we focus on uploading a file and some validations to use with file upload using Laravel.
  • JavaScript and it’s Lexical Structure
    Learn building blocks of javascript like unicode, case sensitivity, semicolons, comments, white space, literals, identifiers, and reserved words to understand the lexical structure of it.
  • Getting started with ReactJS
    Setting up a local environment is recommended way to learn ReactJS because the local setup allows you to complete the tutorial using your choice of editor, use the latest JavaScript features, provides a nice developer experience, and optimizes your app for production.
  • Using React JS in the HTML File
    We will learn to use ReactJS directly in the HTML file. There are some prerequisites to adding ReactJS script inside the HTML code.
  • ReactJS Introduction
    ReactJS is one of the most popular JavaScript front-end libraries for building user interfaces with a strong foundation. It has a robust and rapidly growing developer community and a declarative, efficient, and flexible library for building reusable UI components. It is an open-source, component-based front-end library responsible only for the application view layer.