Skip to content

Data Science School

  • Profile
  • Tutorials
    • Languages
      • JavaScript
      • Python
        • Data Extraction
      • Java
    • Cloud Computing
    • DBMS
      • Mysql
      • MS Access
    • AI Tools
    • Nodejs
    • Firebase
    • Data Structure
    • Android Studio
    • Git & Github
    • Accounting
    • Linux
      • Linux commands
    • Other’s Tutorial Link
  • Data Science
    • Hadoop
    • NumPy
    • Matplotlib
  • Framework
    • Vue.js
    • Kivy
    • Dear PyGui
    • Django
    • Flask
    • Laravel
    • PowerShell
  • CMS
    • WordPress
  • Problem Solve
  • Blog

Author: Nazim Uddin

Remove controller file using PHP artisan

December 3, 2022December 3, 2022 Nazim Uddin

Laravel  Leave a comment

PHP MySQL Data Transfer in secured way

November 14, 2022November 14, 2022 Nazim Uddin

By this post we can learn the below thing in php Prevent refreshing Prevent Back button in browser separate configuration file creation (config.php) separate function file creation(functions.php) password encryption using md5 hash design in form validation Pre requisite: Install xampp… Read morePHP MySQL Data Transfer in secured way

JavaScript, PHP  Leave a comment

PHP Undefined Array Key Handling

November 13, 2022November 13, 2022 Nazim Uddin

Or

PHP, Uncategorized  Leave a comment

Prevent Back Button in PHP using JavaScript

October 14, 2022October 14, 2022 Nazim Uddin

Use the below code in the page from you requeste to go another page after form entry then don’t want to back to the previous page

PHP  Leave a comment

Creating Django Rest API Part-1

August 20, 2022August 22, 2022 Nazim Uddin

Today we will create a basic Rest API in Django. Suppose you have a project with products app. In this app, a model is given with the class name Product. The coding of the models.py is ok, now will create… Read moreCreating Django Rest API Part-1

API, Django, python3  Leave a comment

Templates and Static Directory Setup in Django

August 18, 2022August 18, 2022 Nazim Uddin

A Django beginner sometimes faces to setup templates and static directories in their project. Since different youtube tutorials and blogs set up these directories in different ways, confusion arises accordingly. Today, I will show you a very easy way to… Read moreTemplates and Static Directory Setup in Django

Django  static, templates  Leave a comment

Publish the Kivy app for android mobile

June 27, 2022July 21, 2022 Nazim Uddin

Step-1: Google Colab Step-2: Upload your app code to the Google Colab Step-3: Run the below commands using Google Colab notebook Step-4: You will get an Apk file located in the bin folder which will be run in any android… Read morePublish the Kivy app for android mobile

Kivy  Leave a comment

How to Create Database Seeder in Laravel 8/9

May 31, 2022June 1, 2022 Nazim Uddin

Database seeder is used for generating fake data for testing purpose. It helps to reduce the developer’s time by avoiding data insertion in the database table. Step-1: Create Model named Employee and Run Migration Step-2: Now go to the migtation… Read moreHow to Create Database Seeder in Laravel 8/9

Laravel  Leave a comment

Setup bootstrap in Laravel8

May 30, 2022May 30, 2022 Nazim Uddin

Step-1: Install Laravel UI Step-2: Install bootstrap using the below command Step-3: now install npm and run npm Step-4. create blade template file named test.blade.php under resources->views directory or location. Then put the below code for testing purpose in this… Read moreSetup bootstrap in Laravel8

Uncategorized  Leave a comment

HTTP Request for Form Data in Laravel8

May 29, 2022May 30, 2022 Nazim Uddin

Create a controller named “LoginController” Then create two function in LoginController Create a html file named “login.blade.php Here I have used bootstrap5 3. Now write the below command in routes file 4. Run the below code from command shell 5…. Read moreHTTP Request for Form Data in Laravel8

Laravel  Leave a comment

Posts navigation

Older posts
  • Remove controller file using PHP artisan
  • PHP MySQL Data Transfer in secured way
  • PHP Undefined Array Key Handling
  • Prevent Back Button in PHP using JavaScript
  • Creating Django Rest API Part-1
© 2023 All rights reserved
Go to top