MissionaryZeal

lara-jwt-api
Auth using JWT Laravel
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...
vuex-vue-vite-state-management
Building a Vuex-Powered Blog app with Vue 3 and Vite
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...
Passkey freatured image 1 (1)
Unlocking the Future of Online Security: The Power of Passkeys
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...
sass-to-bootstrap
Compiling Bootstrap with SASS
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...
Scroll to Top