Working with Swiper.js? Here's What You Need to KnowInstallation Methods: npm install swiper Basic Stucture <template> <swiper :slides-per-view="3" :space-between="50" @swiper="onSwiper" @slideChange="onSlideChange" > <swiper-slide>Slide 1</swiper-slide> <swiper-slide>Slide...Jan 5, 2025·2 min read
Vibration APIHello Engineers Do you know about this? ->Vibration API Lets explore Vibrator API with short time আমদের সবার স্মার্টফোনে Vibrate করার মত একটা হার্ডওয়ার কম্পোনেন্ট রয়েছে। Javascript এর সুন্দর একটা API হল vibrator যা দিয়ে খুব সহজেই আমরা হার্ডওয়ার এক্সে...Feb 26, 2023·1 min read
How Encryption and Decryption process computer do by mathematicsToday I'm gonna talk about how computers actually encrypt data and also decrypt data. There are a lot of encryption and decryption algorithm are there but for our learning purposes we will talk about the easy one which is Affine code function let's ...Oct 10, 2022·4 min read