Menu
December 10, 2023
Kazi Hasin
composer create-project laravel/laravel lara-api-jwt
cd lara-api-jwtConnect the database in .envDB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=lara-api-jwt
DB_USERNAME=root
DB_PASSWORD=Make Migrationphp artisan migrateIf...
November 18, 2023
Kazi Hasin
In this tutorial, we’ll walk through the process of building a simple blog application using Vue 3, Vite, and Vuex.A little bit about VuexVuex is the state management library for Vue.js, and it’s particularly useful for managing the...
November 11, 2023
Hasib Kazi
In today’s digital age, the quest for a safer, more user-friendly alternative to traditional passwords has led to the emergence of an exciting contender – passkeys. While passwords have long been the guardians of our digital realms, they come with...
November 9, 2023
Kazi Hasin
Bootstrap is a popular front-end framework used in web development, providing a set of pre-designed components and styles to streamline the creation of responsive websites. It simplifies the process of building user interfaces, making it a go-to choice...
No posts found