Skip to content

Data Science School

  • Profile
  • Tutorials
    • Languages
      • JavaScript
      • Dart
      • Python
        • Data Extraction
      • Java
    • Cloud Computing
    • DBMS
      • Mysql
      • MS Access
    • AI Tools
    • Nodejs
    • Firebase
    • Data Structure
    • Android Studio
    • Git, Bitbucket & 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

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

Preventing Auto submission when refresh(F5)

February 23, 2022November 13, 2022 Nazim Uddin

JavaScript, PHP  Leave a comment

WordPress Admin Display Problem

December 10, 2021December 10, 2021 Nazim Uddin

open config.php file in WordPress Project main directory. then add the below line. define(‘concatenate_scripts’ false); Now Save and login to the Wp-admin panel. Now you will see that the problem is solved.

WordPress  Leave a comment

How to Create a Super User in Django

May 13, 2021May 13, 2021 Nazim Uddin

Go to Terminal under the project Write the below command 3. Enter the username and email address. 4. Now login to the Admin page using below link and http://127.0.0.1:8000/admin/login/?next=/admin/ 5. After login you will see the below admin dashboard.

Django  Leave a comment

Binding Button with Kotlin Code in Android Studio Mobile Apps

April 13, 2021April 14, 2021 Nazim Uddin

At first update Activity_main.xml file Now Update Main_Activity.kt file Output:

Kotlin, Mobile Apps  Leave a comment

About Kotlin

April 10, 2021April 13, 2021 Nazim Uddin

About Kotlin Open source Programming Language General Purpose statically typed run on JVM Used to develop Android apps and official programming language for Android! Developed by JetBrains team. Features of Kotlin Concise Interoperable Null safety Better compilation Time Environment Setup… Read moreAbout Kotlin

Kotlin  Leave a comment

Kotlin Tutorial

April 10, 2021May 13, 2021 Nazim Uddin

Kotlin Variable In Kotlin variable can be declared using var and val provided below. The difference between val and var is var is mutable where as val is immutable. The value of val can not be changed in future but… Read moreKotlin Tutorial

Kotlin  1 Comment

How to Install Avro in Linux Ubuntu 20.04 LTS

March 7, 2021March 7, 2021 Nazim Uddin

1. Now got settings 2. Region & Language 3. go to input source 4. add “Bangla Avro Phonetic” by clicking + symbol

Ubuntu  Leave a comment

How To Install Java 15.0.2 On Ubuntu 20.04 LTS

March 7, 2021March 7, 2021 Nazim Uddin

1. Download Java from the below URL: https://www.oracle.com/java/technolog…​ This will lead you JAVA JDK download page Click on button “ JDK download ” for Java SE update 4. Accept oracle license agreement Find and click on the correct jdk download… Read moreHow To Install Java 15.0.2 On Ubuntu 20.04 LTS

Ubuntu  Leave a comment

Posts navigation

Older posts
Newer posts
  • Download BIG PDF File in Laravel(DomPDF)
  • API Development using Laravel Passport
  • Remove controller file using PHP artisan
  • PHP MySQL Data Transfer in secured way
  • PHP Undefined Array Key Handling
© 2026 All rights reserved
Go to top